aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi1-1/+1
2022-10-28vhost: Accept event idx flagEugenio Pérez1-0/+1
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez1-1/+11
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez1-3/+15
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez1-4/+4
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand1-1/+1
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand1-1/+1
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi4-8/+2
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann1-1/+1
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann1-2/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann1-2/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann1-3/+1
2022-10-09qmp: add QMP command x-query-virtio-queue-elementLaurent Vivier2-0/+163
2022-10-09qmp: add QMP commands for virtio/vhost queue-statusLaurent Vivier2-0/+117
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier1-8/+635
2022-10-09qmp: add QMP command x-query-virtio-statusLaurent Vivier2-0/+109
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier3-0/+60
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin1-4/+6
2022-10-07hw/virtio: add vhost-user-gpio-pci boilerplateViresh Kumar2-0/+70
2022-10-07hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar4-0/+422
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée6-8/+10
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée5-25/+5
2022-10-07hw/virtio: add some vhost-user trace eventsAlex Bennée2-0/+10
2022-10-07hw/virtio: log potentially buggy guest driversAlex Bennée1-0/+7
2022-10-07hw/virtio: fix some coding style issuesAlex Bennée1-3/+4
2022-10-07hw/virtio: incorporate backend features in featuresAlex Bennée1-1/+8
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2-2/+2
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-09-29hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"Bernhard Beschow1-1/+1
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu1-1/+1
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez1-15/+0
2022-09-02vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez1-4/+7
2022-09-02vhost: Delete useless read memory barrierEugenio Pérez1-3/+0
2022-09-02vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez1-1/+2
2022-09-02vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez1-6/+4
2022-09-02vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez1-9/+8
2022-09-02vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez1-2/+2
2022-09-02vdpa: Make SVQ vring unmapping return voidEugenio Pérez1-22/+10
2022-09-02vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez1-0/+6
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez3-5/+5
2022-09-02vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez1-7/+13
2022-09-02vdpa: Skip the maps not in the iova treeEugenio Pérez1-0/+4
2022-08-17virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin1-2/+8
2022-08-17hw/virtio: fix vhost_user_read tracepointAlex Bennée1-2/+2
2022-08-17hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée1-2/+7
2022-08-17hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée1-3/+7
2022-07-26hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker1-19/+28
2022-07-26vdpa: Fix memory listener deletions of iova treeEugenio Pérez1-1/+1
2022-07-26vhost: Get vring base from vq, not svqEugenio Pérez1-12/+12