aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu
2021-05-14hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev
2021-04-06virtio-pci: compat page aligned ATSJason Wang
2021-04-01virtio-pci: remove explicit initialization of valYuri Benditovich
2021-04-01virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich
2021-03-22virtio-pmem: fix virtio_pmem_resp assign problemWang Liang
2021-03-22vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz
2021-03-22vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz
2021-03-22vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz
2021-03-22vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz
2021-03-22vhost-user: Fix double-close on slave_read() error pathGreg Kurz
2021-03-22vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz
2021-03-22virtio: Fix virtio_mmio_read()/virtio_mmio_write()Laurent Vivier
2021-03-15virtio-net: calculating proper msix vectors on initJason Wang
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09Various spelling fixesMichael Tokarev
2021-03-05virtio-mmio: improve virtio-mmio get_dev_path alogschspa
2021-03-02vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi
2021-02-20virtio-pmem: put it into the 'storage' categoryGan Qixin
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu
2021-02-05virtio-pmem: add trace eventsPankaj Gupta
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-10make ram_size local to vl.cPaolo Bonzini
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko