summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-304-12/+13
* vhost-vdpa: don't initialize backend_featuresJason Wang2021-06-111-3/+0Star
* vhost-vdpa: map virtqueue notification area if possibleJason Wang2021-06-111-0/+85
* vhost-vdpa: skip ram device from the IOTLB mappingJason Wang2021-06-111-10/+2Star
* vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji2021-06-051-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-271-3/+1Star
* vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-181-0/+5
* virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf2021-05-181-0/+5
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-163-4/+13
|\
| * vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu2021-05-141-2/+2
| * hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk2021-05-141-1/+10
| * hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé2021-05-141-1/+1
* | migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand2021-05-132-6/+1Star
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
|/
* vhost-user-fs: fix features handlingAnton Kuchin2021-04-131-4/+16
* migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev2021-04-061-2/+6
* virtio-pci: compat page aligned ATSJason Wang2021-04-062-1/+9
* virtio-pci: remove explicit initialization of valYuri Benditovich2021-04-011-2/+5
* virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich2021-04-011-2/+7
* virtio-pmem: fix virtio_pmem_resp assign problemWang Liang2021-03-221-1/+1
* vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz2021-03-221-3/+32
* vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz2021-03-221-5/+60
* vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz2021-03-221-60/+39Star
* vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz2021-03-221-9/+10
* vhost-user: Fix double-close on slave_read() error pathGreg Kurz2021-03-221-8/+3Star
* vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz2021-03-221-3/+3
* virtio: Fix virtio_mmio_read()/virtio_mmio_write()Laurent Vivier2021-03-221-22/+52
* virtio-net: calculating proper msix vectors on initJason Wang2021-03-151-1/+9
* virtio-iommu: Handle non power of 2 range invalidationsEric Auger2021-03-121-3/+16
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-092-2/+2
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* virtio-mmio: improve virtio-mmio get_dev_path alogschspa2021-03-051-6/+7
* vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi2021-03-021-7/+5Star
* virtio-pmem: put it into the 'storage' categoryGan Qixin2021-02-201-0/+1
* hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée2021-02-181-8/+14
* vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez2021-02-051-0/+5
* hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth2021-02-051-10/+1Star
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-052-2/+16
* virtio-pmem: add trace eventsPankaj Gupta2021-02-052-0/+9
* virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez2021-02-051-1/+1
* virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier2021-02-051-0/+8
* hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-2/+4
* vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2021-01-132-0/+12
* Remove superfluous timer_del() callsPeter Maydell2021-01-083-3/+0Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-013-0/+3
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-183-0/+3
* | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-2/+2
|/
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* make ram_size local to vl.cPaolo Bonzini2020-12-101-1/+2