aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella3-24/+35
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-3/+16
2021-10-05hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to calleesPhilippe Mathieu-Daudé1-17/+12
2021-10-05hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()Philippe Mathieu-Daudé1-0/+2
2021-10-02qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi eventsDavid Hildenbrand1-1/+4
2021-10-02virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand1-6/+1
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2-4/+2
2021-09-30memory: Name all the memory listenersPeter Xu3-0/+4
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-4/+2
2021-09-04vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang1-2/+2
2021-09-04hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang1-1/+2
2021-09-04hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé1-4/+2
2021-09-04hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé1-0/+1
2021-09-04vhost: correctly detect the enabling IOMMUJason Wang1-1/+1
2021-09-04virtio-pci: implement iommu_enabled()Jason Wang1-0/+14
2021-09-04virtio-bus: introduce iommu_enabled()Jason Wang1-0/+14
2021-09-04virtio-balloon: free page hinting cleanupsDavid Hildenbrand1-20/+8
2021-09-04virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand1-0/+13
2021-09-04vhost-user: add missing space in error messageAlyssa Ross1-1/+1
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2-29/+30
2021-09-04vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov1-44/+101
2021-09-04hw/virtio: Fix leak of host-notifier memory-regionYajun Wu1-0/+1
2021-09-04vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez1-12/+23
2021-08-26vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster2-4/+6
2021-08-26vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster2-8/+4
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-1/+1
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau1-1/+1
2021-07-16vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov1-2/+10
2021-07-16hw/virtio: add vhost-user-i2c-pci boilerplateViresh Kumar2-0/+70
2021-07-16hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar3-0/+294
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-0/+2
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+3
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-54/+337
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé1-0/+2
2021-07-09vhost-user: Fix backends without multiqueue supportKevin Wolf1-0/+3
2021-07-08virtio-mem: Require only coordinated discardsDavid Hildenbrand1-3/+3
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+1
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand1-3/+285
2021-07-08virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand1-16/+4
2021-07-08virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand1-37/+49
2021-07-03virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko1-2/+7
2021-07-03virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko1-0/+10
2021-07-03virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko1-0/+8
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz1-0/+16
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk2-0/+12
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf4-20/+29
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf4-9/+17
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf4-28/+30
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf4-12/+13
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang1-3/+0