Age | Commit message (Expand) | Author |
2020-10-30 | virtio: skip guest index check on device load | Felipe Franciosi |
2020-10-30 | vhost-blk: set features before setting inflight feature | Jin Yu |
2020-10-30 | vhost: Don't special case vq->used_phys in vhost_get_log_size() | Greg Kurz |
2020-10-30 | hw/virtio/vhost-vdpa: Fix Coverity CID 1432864 | Philippe Mathieu-Daudé |
2020-10-30 | vhost-vsock: set vhostfd to non-blocking mode | Stefano Garzarella |
2020-10-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into... | Peter Maydell |
2020-10-09 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf |
2020-09-29 | qapi: Restrict device memory commands to machine code | Philippe Mathieu-Daudé |
2020-09-29 | qapi: Restrict balloon-related commands to machine code | Philippe Mathieu-Daudé |
2020-09-29 | hw: virtio-pmem: detach the element fromt the virtqueue when error occurs | Li Qiang |
2020-09-29 | virtio: update MemoryRegionCaches when guest set bad features | Li Qiang |
2020-09-29 | vhost-user-vsock-pci: force virtio version 1 | Stefano Garzarella |
2020-09-29 | vhost-vsock-pci: force virtio version 1 | Stefano Garzarella |
2020-09-29 | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella |
2020-09-29 | vhost-vdpa: add trace-events | Laurent Vivier |
2020-09-29 | virtio-pmem-pci: force virtio version 1 | Pankaj Gupta |
2020-09-29 | virtio-iommu-pci: force virtio version 1 | Eric Auger |
2020-09-29 | virtio-iommu: Check gtrees are non null before destroying them | Eric Auger |
2020-09-29 | vhost: check queue state in the vhost_dev_set_log routine | Dima Stepanov |
2020-09-29 | vhost: recheck dev state in the vhost_migration_log routine | Dima Stepanov |
2020-09-29 | virtio-mem: detach the element from the virtqueue when error occurs | Li Qiang |
2020-09-29 | vhost-vdpa: batch updating IOTLB mappings | Jason Wang |
2020-09-29 | vhost: switch to use IOTLB v2 format | Jason Wang |
2020-09-28 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-23 | vhost-vdpa: remove useless variable | Laurent Vivier |
2020-09-23 | virtio: vdpa: omit check return of g_malloc | Li Qiang |
2020-09-23 | vhost-vdpa: fix indentation in vdpa_ops | Stefano Garzarella |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-23 | virtio-crypto: don't modify elem->in/out_sg | Stefan Hajnoczi |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-02 | virtio: add Virtio*BusClass sizes | Cornelia Huck |
2020-09-01 | hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions() | Chen Qun |
2020-08-27 | vhost-user-blk-pci: default num_queues to -smp N | Stefan Hajnoczi |
2020-08-27 | virtio-blk-pci: default num_queues to -smp N | Stefan Hajnoczi |
2020-08-27 | virtio-scsi-pci: default num_queues to -smp N | Stefan Hajnoczi |
2020-08-27 | virtio-scsi: introduce a constant for fixed virtqueues | Stefan Hajnoczi |
2020-08-27 | virtio-pci: add virtio_pci_optimal_num_queues() helper | Stefan Hajnoczi |
2020-08-21 | meson: convert hw/virtio | Marc-André Lureau |
2020-08-21 | meson: infrastructure for building emulators | Paolo Bonzini |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-08-04 | virtio-mem: Correct format specifier mismatch for RISC-V | Bruce Rogers |
2020-07-28 | virtio-pci: fix wrong index in virtio_pci_queue_enabled | Yuri Benditovich |
2020-07-27 | virtio-pci: fix virtio_pci_queue_enabled() | Laurent Vivier |
2020-07-27 | vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267 | Cindy Lu |