Age | Commit message (Expand) | Author | Files | Lines |
2020-05-04 | Refactor vhost_user_set_mem_table functions | Raphael Norwitz | 1 | -76/+67 |
2020-05-04 | vhost-user-blk: fix invalid memory access | Li Feng | 1 | -1/+1 |
2020-05-04 | virtio-pci: update virtio pci bar layout documentation | Anthoine Bourgeois | 1 | -0/+1 |
2020-04-01 | virtio-iommu: depend on PCI | Paolo Bonzini | 1 | -1/+1 |
2020-03-31 | vhost-vsock: fix double close() in the realize() error path | Stefano Garzarella | 1 | -1/+5 |
2020-03-29 | virtio-iommu: avoid memleak in the unrealize | Pan Nengyuan | 1 | -0/+3 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-03-08 | vhost-vsock: fix error message output | Nick Erdmann | 1 | -1/+1 |
2020-03-08 | vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM | Jason Wang | 1 | -1/+11 |
2020-02-27 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 10 | -15/+1135 |
2020-02-27 | Fixed assert in vhost_user_set_mem_table_postcopy | Raphael Norwitz | 1 | -1/+1 |
2020-02-27 | vhost-user: only set slave channel for first vq | Adrian Moreno | 1 | -3/+5 |
2020-02-27 | virtio-iommu-pci: Add virtio iommu pci support | Eric Auger | 2 | -0/+105 |
2020-02-27 | virtio-iommu: Support migration | Eric Auger | 1 | -10/+99 |
2020-02-27 | virtio-iommu: Implement fault reporting | Eric Auger | 2 | -5/+66 |
2020-02-27 | virtio-iommu: Implement translate | Eric Auger | 2 | -1/+60 |
2020-02-27 | virtio-iommu: Implement map/unmap | Eric Auger | 2 | -2/+62 |
2020-02-27 | virtio-iommu: Implement attach/detach command | Eric Auger | 2 | -2/+315 |
2020-02-27 | virtio-iommu: Decode the command payload | Eric Auger | 2 | -12/+68 |
2020-02-27 | virtio-iommu: Add skeleton | Eric Auger | 4 | -0/+278 |
2020-02-27 | virtio: gracefully handle invalid region caches | Stefan Hajnoczi | 1 | -8/+91 |
2020-02-25 | virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealize | Pan Nengyuan | 1 | -1/+2 |
2020-02-25 | virtio-pmem: do delete rq_vq in virtio_pmem_unrealize | Pan Nengyuan | 1 | -0/+1 |
2020-02-25 | vhost-user-fs: convert to the new virtio_delete_queue function | Pan Nengyuan | 1 | -6/+9 |
2020-02-25 | vhost-user-fs: do delete virtio_queues in unrealize | Pan Nengyuan | 1 | -0/+9 |
2020-02-20 | hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument | Philippe Mathieu-Daudé | 1 | -4/+4 |
2020-02-20 | hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument | Philippe Mathieu-Daudé | 1 | -3/+4 |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 22 | -23/+23 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 22 | -23/+23 |
2020-01-23 | vhost-user: Print unexpected slave message types | Dr. David Alan Gilbert | 1 | -1/+1 |
2020-01-23 | vhost: coding style fix | Michael S. Tsirkin | 1 | -3/+3 |
2020-01-22 | vhost: Only align sections for vhost-user | Dr. David Alan Gilbert | 1 | -16/+18 |
2020-01-22 | vhost: Add names to section rounded warning | Dr. David Alan Gilbert | 1 | -3/+4 |
2020-01-22 | vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks | Pan Nengyuan | 1 | -2/+10 |
2020-01-06 | virtio: reset region cache when on queue deletion | Yuri Benditovich | 1 | -0/+1 |
2020-01-06 | virtio-mmio: update queue size on guest write | Denis Plotnikov | 1 | -1/+2 |
2020-01-05 | vhost-user: add VHOST_USER_RESET_DEVICE to reset devices | Raphael Norwitz | 1 | -1/+7 |
2020-01-05 | virtio-mmio: Clear v2 transport state on soft reset | Jean-Philippe Brucker | 1 | -0/+14 |
2020-01-05 | virtio: don't enable notifications during polling | Stefan Hajnoczi | 1 | -6/+6 |
2020-01-05 | virtio-pci: disable vring processing when bus-mastering is disabled | Michael Roth | 2 | -11/+36 |
2020-01-05 | virtio: update queue size on guest write | Michael S. Tsirkin | 1 | -0/+2 |
2020-01-05 | virtio-balloon: fix memory leak while attach virtio-balloon device | Pan Nengyuan | 1 | -0/+7 |
2020-01-05 | virtio: make virtio_delete_queue idempotent | Michael S. Tsirkin | 1 | -0/+1 |
2020-01-05 | virtio: add ability to delete vq through a pointer | Michael S. Tsirkin | 1 | -5/+10 |
2019-12-17 | configure: simplify vhost condition with Kconfig | Marc-André Lureau | 2 | -2/+5 |
2019-12-13 | virtio-fs: fix MSI-X nvectors calculation | Stefan Hajnoczi | 1 | -1/+2 |
2019-12-13 | vhost-user-fs: remove "vhostfd" property | Marc-André Lureau | 1 | -1/+0 |
2019-11-06 | virtio: notify virtqueue via host notifier when available | Stefan Hajnoczi | 2 | -1/+12 |
2019-10-29 | virtio: Use auto rcu_read macros | Dr. David Alan Gilbert | 1 | -42/+23 |
2019-10-29 | virtio/vhost: Use auto_rcu_read macros | Dr. David Alan Gilbert | 1 | -3/+1 |