index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
2022-10-30
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-28
vhost: Accept event idx flag
Eugenio Pérez
2022-10-28
vhost: use avail event idx on vhost_svq_kick
Eugenio Pérez
2022-10-28
vhost: toggle device callbacks using used event idx
Eugenio Pérez
2022-10-28
vhost: allocate event_idx fields on vring
Eugenio Pérez
2022-10-27
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-24
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-13
Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...
Stefan Hajnoczi
2022-10-12
pci-ids: document modern virtio-pci ids in pci.h too
Gerd Hoffmann
2022-10-12
pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM
Gerd Hoffmann
2022-10-12
pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM
Gerd Hoffmann
2022-10-12
pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU
Gerd Hoffmann
2022-10-09
qmp: add QMP command x-query-virtio-queue-element
Laurent Vivier
2022-10-09
qmp: add QMP commands for virtio/vhost queue-status
Laurent Vivier
2022-10-09
qmp: decode feature & status bits in virtio-status
Laurent Vivier
2022-10-09
qmp: add QMP command x-query-virtio-status
Laurent Vivier
2022-10-09
qmp: add QMP command x-query-virtio
Laurent Vivier
2022-10-07
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-10-07
hw/virtio: add vhost-user-gpio-pci boilerplate
Viresh Kumar
2022-10-07
hw/virtio: add boilerplate for vhost-user-gpio device
Viresh Kumar
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-10-07
hw/virtio: move vm_running check to virtio_device_started
Alex Bennée
2022-10-07
hw/virtio: add some vhost-user trace events
Alex Bennée
2022-10-07
hw/virtio: log potentially buggy guest drivers
Alex Bennée
2022-10-07
hw/virtio: fix some coding style issues
Alex Bennée
2022-10-07
hw/virtio: incorporate backend features in features
Alex Bennée
2022-10-04
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-04
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-09-29
hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
Bernhard Beschow
2022-09-29
vhost-user: Call qemu_socketpair() instead of socketpair()
Guoyi Tu
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
2022-09-02
vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
Eugenio Pérez
2022-09-02
vhost: Delete useless read memory barrier
Eugenio Pérez
2022-09-02
vhost: use SVQ element ndescs instead of opaque data for desc validation
Eugenio Pérez
2022-09-02
vhost: stop transfer elem ownership in vhost_handle_guest_kick
Eugenio Pérez
2022-09-02
vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ring
Eugenio Pérez
2022-09-02
vhost: Always store new kick fd on vhost_svq_set_svq_kick_fd
Eugenio Pérez
2022-09-02
vdpa: Make SVQ vring unmapping return void
Eugenio Pérez
2022-09-02
vdpa: Remove SVQ vring from iova_tree at shutdown
Eugenio Pérez
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
2022-09-02
vdpa: do not save failed dma maps in SVQ iova tree
Eugenio Pérez
2022-09-02
vdpa: Skip the maps not in the iova tree
Eugenio Pérez
2022-08-17
virtio-pci: don't touch pci on virtio reset
Michael S. Tsirkin
2022-08-17
hw/virtio: fix vhost_user_read tracepoint
Alex Bennée
2022-08-17
hw/virtio: handle un-configured shutdown in virtio-pci
Alex Bennée
2022-08-17
hw/virtio: gracefully handle unset vhost_dev vdev
Alex Bennée
2022-07-26
hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAP
Jean-Philippe Brucker
2022-07-26
vdpa: Fix memory listener deletions of iova tree
Eugenio Pérez
2022-07-26
vhost: Get vring base from vq, not svq
Eugenio Pérez
[next]