aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2024-05-22virtio-gpu: fix v2 migrationMarc-André Lureau1-0/+1
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim1-2/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé1-0/+7
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin2-24/+0
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell4-0/+36
2024-03-12virtio-iommu: Add an option to define the input range widthEric Auger1-0/+1
2024-03-12virtio-iommu: Add a granule propertyEric Auger1-0/+2
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen2-0/+24
2024-03-12vdpa: define SVQ transitioning state for mode switchingSi-Wei Liu1-0/+9
2024-03-12Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell1-0/+1
2024-03-12virtio-gpu: fix scanout migration post-loadMarc-André Lureau1-0/+1
2024-03-12virtio-net: Added property to load eBPF RSS with fds.Andrew Melnychenko1-0/+2
2024-02-28migration: convert to NotifierWithReturnSteve Sistare1-1/+1
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell7-56/+50
2024-02-14virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis1-0/+3
2024-02-14hw/virtio: derive vhost-user-input from vhost-user-baseLeo Yan1-3/+3
2024-02-14hw/virtio: add vhost-user-snd and vhost-user-snd-pci devicesManos Pitsidianakis1-0/+24
2024-02-14hw/virtio: derive vhost-user-i2c from vhost-user-baseAlex Bennée1-10/+4
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée1-23/+2
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée1-11/+2
2024-02-14virtio: split into vhost-user-base and vhost-user-deviceAlex Bennée1-9/+12
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster1-0/+1
2024-02-07virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi1-1/+1
2024-01-30acpi: Clean up includesPeter Maydell1-1/+0
2024-01-26virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi1-4/+4
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi1-3/+9
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L1-0/+16
2023-12-26vdpa: move memory listener to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: use dev_shared in vdpa_iommuEugenio Pérez1-1/+1
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez1-2/+2
2023-12-26vdpa: move iommu_list to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: remove msg type of vhost_vdpaEugenio Pérez1-1/+0
2023-12-26vdpa: move backend_cap to vhost_vdpa_sharedEugenio Pérez1-0/+3
2023-12-26vdpa: move iotlb_batch_begin_sent to vhost_vdpa_sharedEugenio Pérez1-1/+2
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez1-2/+3
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez1-1/+2
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez1-2/+2
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez1-0/+5
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie1-0/+1
2023-12-25vhost: Add worker backend calloutsMike Christie1-0/+14
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi1-0/+2
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi1-14/+0
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi1-1/+2
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi1-1/+2
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé1-0/+1
2023-11-15include/hw/virtio/vhost.h: spelling fix: sateMichael Tokarev1-1/+1
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi3-0/+138
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek1-0/+35
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek3-0/+103