Age | Commit message (Expand) | Author | Files | Lines |
2021-10-20 | vhost-vdpa: classify one time request | Jason Wang | 1 | -6/+47 |
2021-10-20 | vhost-user: fix duplicated notifier MR init | Xueming Li | 1 | -2/+3 |
2021-10-20 | vhost-user-rng-pci: Add vhost-user-rng-pci implementation | Mathieu Poirier | 2 | -0/+80 |
2021-10-20 | vhost-user-rng: Add vhost-user-rng implementation | Mathieu Poirier | 3 | -0/+295 |
2021-10-20 | virtio-iommu: Drop base_name and change generic_name | Eric Auger | 1 | -2/+1 |
2021-10-20 | virtio-iommu: Remove the non transitional name | Eric Auger | 1 | -1/+0 |
2021-10-20 | vdpa: Check for iova range at mappings changes | Eugenio Pérez | 2 | -16/+49 |
2021-10-20 | vdpa: Add vhost_vdpa_section_end | Eugenio Pérez | 1 | -7/+15 |
2021-10-20 | vdpa: Skip protected ram IOMMU mappings | Eugenio Pérez | 1 | -0/+1 |
2021-10-05 | virtio-balloon: Fix page-poison subsection name | Dr. David Alan Gilbert | 1 | -1/+1 |
2021-10-05 | vhost-vsock: handle common features in vhost-vsock-common | Stefano Garzarella | 3 | -24/+35 |
2021-10-05 | vhost-vsock: fix migration issue when seqpacket is supported | Stefano Garzarella | 1 | -3/+16 |
2021-10-05 | hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees | Philippe Mathieu-Daudé | 1 | -17/+12 |
2021-10-05 | hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all() | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-10-02 | qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi events | David Hildenbrand | 1 | -1/+4 |
2021-10-02 | virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE event | David Hildenbrand | 1 | -6/+1 |
2021-09-30 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'... | Peter Maydell | 2 | -4/+2 |
2021-09-30 | memory: Name all the memory listeners | Peter Xu | 3 | -0/+4 |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell | 2 | -4/+2 |
2021-09-04 | vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap() | Jason Wang | 1 | -2/+2 |
2021-09-04 | hw/virtio: Add flatview update in vhost_user_cleanup() | Yuwei Zhang | 1 | -1/+2 |
2021-09-04 | hw/virtio: Remove NULL check in virtio_free_region_cache() | Philippe Mathieu-Daudé | 1 | -4/+2 |
2021-09-04 | hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-09-04 | vhost: correctly detect the enabling IOMMU | Jason Wang | 1 | -1/+1 |
2021-09-04 | virtio-pci: implement iommu_enabled() | Jason Wang | 1 | -0/+14 |
2021-09-04 | virtio-bus: introduce iommu_enabled() | Jason Wang | 1 | -0/+14 |
2021-09-04 | virtio-balloon: free page hinting cleanups | David Hildenbrand | 1 | -20/+8 |
2021-09-04 | virtio-balloon: don't start free page hinting if postcopy is possible | David Hildenbrand | 1 | -0/+13 |
2021-09-04 | vhost-user: add missing space in error message | Alyssa Ross | 1 | -1/+1 |
2021-09-04 | hw/virtio: move vhost_set_backend_type() to vhost.c | Tiberiu Georgescu | 2 | -29/+30 |
2021-09-04 | vhost: make SET_VRING_ADDR, SET_FEATURES send replies | Denis Plotnikov | 1 | -44/+101 |
2021-09-04 | hw/virtio: Fix leak of host-notifier memory-region | Yajun Wu | 1 | -0/+1 |
2021-09-04 | vhost-vdpa: Do not send empty IOTLB update batches | Eugenio Pérez | 1 | -12/+23 |
2021-08-26 | vhost: Clean up how VhostOpts method vhost_backend_init() fails | Markus Armbruster | 2 | -4/+6 |
2021-08-26 | vhost: Clean up how VhostOpts method vhost_get_config() fails | Markus Armbruster | 2 | -8/+4 |
2021-08-26 | migration: Unify failure check for migrate_add_blocker() | Markus Armbruster | 1 | -1/+1 |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau | 1 | -1/+1 |
2021-07-16 | vhost-vsock: SOCK_SEQPACKET feature bit support | Arseny Krasnov | 1 | -2/+10 |
2021-07-16 | hw/virtio: add vhost-user-i2c-pci boilerplate | Viresh Kumar | 2 | -0/+70 |
2021-07-16 | hw/virtio: add boilerplate for vhost-user-i2c device | Viresh Kumar | 3 | -0/+294 |
2021-07-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 1 | -0/+2 |
2021-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+3 |
2021-07-09 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 1 | -54/+337 |
2021-07-09 | hw/virtio: Document *_should_notify() are called within rcu_read_lock() | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-07-09 | vhost-user: Fix backends without multiqueue support | Kevin Wolf | 1 | -0/+3 |
2021-07-08 | virtio-mem: Require only coordinated discards | David Hildenbrand | 1 | -3/+3 |
2021-07-08 | vfio: Support for RamDiscardManager in the vIOMMU case | David Hildenbrand | 1 | -0/+1 |
2021-07-08 | virtio-mem: Implement RamDiscardManager interface | David Hildenbrand | 1 | -3/+285 |
2021-07-08 | virtio-mem: Don't report errors when ram_block_discard_range() fails | David Hildenbrand | 1 | -16/+4 |
2021-07-08 | virtio-mem: Factor out traversing unplugged ranges | David Hildenbrand | 1 | -37/+49 |