aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-08virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiersleixiang1-0/+2
2023-01-08vdpa: commit all host notifier MRs in a single MR transactionLongpeng1-6/+19
2023-01-08vhost: configure all host notifiers in a single MR transactionLongpeng1-0/+24
2023-01-08vhost: simplify vhost_dev_enable_notifiersLongpeng1-16/+4
2023-01-08vdpa-dev: get iova range explicitlyLongpeng2-0/+16
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster2-0/+2
2023-01-08hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.cPhilippe Mathieu-Daudé3-191/+201
2023-01-08hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()Philippe Mathieu-Daudé1-5/+5
2023-01-08virtio-pci: add support for configure interruptCindy Lu1-19/+99
2023-01-08virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2023-01-08vhost: add support for configure interruptCindy Lu1-1/+77
2023-01-08virtio: add support for configure interruptCindy Lu1-0/+29
2023-01-08vhost-vdpa: add support for config interruptCindy Lu2-0/+9
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu4-0/+64
2022-12-28virtio-mem: Fix typo in function namePhilippe Mathieu-Daudé1-6/+6
2022-12-28virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang1-1/+1
2022-12-28virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang1-2/+2
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé4-634/+682
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé3-190/+205
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-17/+17
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-14/+42
2022-12-21hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé1-21/+22
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé1-0/+1
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang1-20/+64
2022-12-21vhost-user: send set log base message only onceYajun Wu1-0/+5
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez1-1/+2
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez1-3/+3
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez2-13/+27
2022-12-21vdpa: allocate SVQ array unconditionallyEugenio Pérez1-4/+0
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez1-30/+2
2022-12-21vdpa: request iova_range only onceEugenio Pérez1-15/+0
2022-12-21vhost: move iova_tree set to vhost_svq_startEugenio Pérez3-11/+8
2022-12-21vhost: allocate SVQ device file descriptors at device startEugenio Pérez2-36/+30
2022-12-21vhost: set SVQ device call handler at SVQ startEugenio Pérez1-2/+2
2022-12-21vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stopEugenio Pérez1-2/+2
2022-12-21vdpa-dev: mark the device as unmigratableLongpeng1-0/+1
2022-12-21vdpa: add vdpa-dev-pci supportLongpeng2-0/+103
2022-12-21vdpa: add vdpa-dev supportLongpeng3-0/+382
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng1-0/+88
2022-12-16hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell1-3/+5
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell5-27/+14
2022-12-14qapi virtio: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2-4/+1
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-5/+1
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster2-19/+11
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster1-1/+1
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-2/+1