summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio-balloon: correct used lengthJason Wang2021-11-291-3/+3
* virtio-balloon: process all in sgs for free_page_vqJason Wang2021-11-291-2/+5
* virtio-mmio : fix the crash in the vm shutdownCindy Lu2021-11-281-0/+12
* virtio: use virtio accessor to access packed eventJason Wang2021-11-151-9/+4Star
* virtio: use virtio accessor to access packed descriptor flagsJason Wang2021-11-151-7/+4Star
* vhost: Rename last_index to vq_index_endEugenio Pérez2021-11-111-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson2021-11-031-0/+13
|\
| * vhost-vdpa: Set discarding of RAM broken when initializing the backendDavid Hildenbrand2021-11-011-0/+13
* | virtio-mem: Drop precopy notifierDavid Hildenbrand2021-11-011-34/+0Star
* | virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand2021-11-011-0/+58
|/
* vhost-vdpa: multiqueue supportJason Wang2021-10-201-1/+1
* vhost-vdpa: prepare for the multiqueue supportJason Wang2021-10-201-2/+2
* vhost-vdpa: classify one time requestJason Wang2021-10-201-6/+47
* vhost-user: fix duplicated notifier MR initXueming Li2021-10-201-2/+3
* vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier2021-10-202-0/+80
* vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-203-0/+295
* virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-201-2/+1Star
* virtio-iommu: Remove the non transitional nameEric Auger2021-10-201-1/+0Star
* vdpa: Check for iova range at mappings changesEugenio Pérez2021-10-202-16/+49
* vdpa: Add vhost_vdpa_section_endEugenio Pérez2021-10-201-7/+15
* vdpa: Skip protected ram IOMMU mappingsEugenio Pérez2021-10-201-0/+1
* virtio-balloon: Fix page-poison subsection nameDr. David Alan Gilbert2021-10-051-1/+1
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-053-24/+35
* vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella2021-10-051-3/+16
* hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to calleesPhilippe Mathieu-Daudé2021-10-051-17/+12Star
* hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()Philippe Mathieu-Daudé2021-10-051-0/+2
* qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi eventsDavid Hildenbrand2021-10-021-1/+4
* virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand2021-10-021-6/+1Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2021-09-302-4/+2Star
|\
| * qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-302-4/+2Star
* | memory: Name all the memory listenersPeter Xu2021-09-303-0/+4
|/
* vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang2021-09-041-2/+2
* hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang2021-09-041-1/+2
* hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé2021-09-041-4/+2Star
* hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé2021-09-041-0/+1
* vhost: correctly detect the enabling IOMMUJason Wang2021-09-041-1/+1
* virtio-pci: implement iommu_enabled()Jason Wang2021-09-041-0/+14
* virtio-bus: introduce iommu_enabled()Jason Wang2021-09-041-0/+14
* virtio-balloon: free page hinting cleanupsDavid Hildenbrand2021-09-041-20/+8Star
* virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand2021-09-041-0/+13
* vhost-user: add missing space in error messageAlyssa Ross2021-09-041-1/+1
* hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2021-09-042-29/+30
* vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov2021-09-041-44/+101
* hw/virtio: Fix leak of host-notifier memory-regionYajun Wu2021-09-041-0/+1
* vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez2021-09-041-12/+23
* vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster2021-08-262-4/+6
* vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster2021-08-262-8/+4Star
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-261-1/+1
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-1/+1
* vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov2021-07-161-2/+10