| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | virtio-balloon: Replace free page hinting references to 'report' with 'hint' | Alexander Duyck | 2020-07-22 | 1 | -38/+38 |
* | virtio-balloon: Add locking to prevent possible race when starting hinting | Alexander Duyck | 2020-07-22 | 1 | -0/+4 |
* | virtio-balloon: Prevent guest from starting a report when we didn't request one | Alexander Duyck | 2020-07-22 | 1 | -1/+2 |
* | virtio: Drop broken and superfluous object_property_set_link() | Markus Armbruster | 2020-07-22 | 2 | -5/+0 |
* | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 2020-07-21 | 3 | -10/+6 |
* | virtio-iommu: Fix coverity issue in virtio_iommu_handle_command() | Eric Auger | 2020-07-13 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-07-10 | 1 | -2/+1 |
|\ |
|
| * | vhost-vdpa: fix the compile issue without kvm | Cindy Lu | 2020-07-08 | 1 | -2/+1 |
* | | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 3 | -9/+3 |
* | | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -3/+2 |
* | | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 6 | -12/+10 |
* | | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -10/+5 |
* | | virtio-crypto-pci: Tidy up virtio_crypto_pci_realize() | Markus Armbruster | 2020-07-10 | 1 | -1/+3 |
* | | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-07-07 | 12 | -21/+1655 |
|\ |
|
| * | vhost-vdpa: introduce vhost-vdpa backend | Cindy Lu | 2020-07-07 | 3 | -0/+482 |
| * | vhost: implement vhost_force_iommu method | Cindy Lu | 2020-07-03 | 1 | -0/+5 |
| * | vhost: implement vhost_vq_get_addr method | Cindy Lu | 2020-07-03 | 1 | -9/+19 |
| * | vhost: implement vhost_dev_start method | Cindy Lu | 2020-07-03 | 1 | -1/+9 |
| * | vhost: check the existence of vhost_set_iotlb_callback | Jason Wang | 2020-07-03 | 1 | -3/+6 |
| * | virtio-pci: implement queue_enabled method | Jason Wang | 2020-07-03 | 1 | -0/+13 |
| * | virtio-bus: introduce queue_enabled method | Jason Wang | 2020-07-03 | 1 | -0/+6 |
| * | virtio-mem: Exclude unplugged memory during migration | David Hildenbrand | 2020-07-03 | 1 | -1/+53 |
| * | virtio-mem: Add trace events | David Hildenbrand | 2020-07-03 | 2 | -1/+19 |
| * | virtio-mem: Migration sanity checks | David Hildenbrand | 2020-07-03 | 1 | -0/+70 |
| * | virtio-pci: Send qapi events when the virtio-mem size changes | David Hildenbrand | 2020-07-03 | 2 | -0/+29 |
| * | virtio-mem: Allow notifiers for size changes | David Hildenbrand | 2020-07-03 | 1 | -1/+20 |
| * | virtio-pci: Proxy for virtio-mem | David Hildenbrand | 2020-07-03 | 3 | -0/+163 |
| * | virtio-mem: Paravirtualized memory hot(un)plug | David Hildenbrand | 2020-07-03 | 3 | -0/+736 |
| * | virtio-balloon: Rip out qemu_balloon_inhibit() | David Hildenbrand | 2020-07-02 | 1 | -2/+8 |
| * | virtio-balloon: always indicate S_DONE when migration fails | David Hildenbrand | 2020-07-02 | 1 | -6/+20 |
* | | virtio-iommu-pci: Add array of Interval properties | Eric Auger | 2020-07-03 | 1 | -0/+11 |
* | | virtio-iommu: Handle reserved regions in the translation process | Eric Auger | 2020-07-03 | 1 | -0/+20 |
* | | virtio-iommu: Implement RESV_MEM probe request | Eric Auger | 2020-07-03 | 2 | -4/+91 |
* | | hw: Fix error API violation around object_property_set_link() | Markus Armbruster | 2020-07-02 | 1 | -1/+1 |
* | | hw/virtio/virtio-iommu-pci.c: Fix typo in error message | Peter Maydell | 2020-07-02 | 1 | -1/+1 |
|/ |
|
* | Stop vhost-user sending uninitialized mmap_offsets | Raphael Norwitz | 2020-06-24 | 1 | -6/+6 |
* | qom: Less verbose object_initialize_child() | Markus Armbruster | 2020-06-15 | 1 | -2/+3 |
* | qdev: Convert uses of qdev_set_parent_bus() with Coccinelle | Markus Armbruster | 2020-06-15 | 17 | -34/+17 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-06-12 | 8 | -363/+1234 |
|\ |
|
| * | virtio-pci: fix queue_enable write | Jason Wang | 2020-06-12 | 1 | -4/+8 |
| * | Fix parameter type in vhost migration log path | Raphael Norwitz | 2020-06-12 | 1 | -2/+2 |
| * | virtio: add vhost-user-vsock-pci device | Stefano Garzarella | 2020-06-12 | 2 | -0/+85 |
| * | virtio: add vhost-user-vsock base device | Stefano Garzarella | 2020-06-12 | 2 | -0/+182 |
| * | vhost-vsock: add vhost-vsock-common abstraction | Stefano Garzarella | 2020-06-12 | 3 | -242/+301 |
| * | Lift max memory slots limit imposed by vhost-user | Raphael Norwitz | 2020-06-12 | 1 | -19/+37 |
| * | Transmit vhost-user memory regions individually | Raphael Norwitz | 2020-06-12 | 1 | -72/+438 |
| * | Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS | Raphael Norwitz | 2020-06-12 | 1 | -2/+47 |
| * | Add vhost-user helper to get MemoryRegion data | Raphael Norwitz | 2020-06-09 | 1 | -10/+15 |
| * | Add helper to populate vhost-user message regions | Raphael Norwitz | 2020-06-09 | 1 | -6/+12 |