aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2024-10-28virtio-gpu: Support Venus contextAntonio Caggiano1-0/+3
2024-10-28virtio-gpu: Register capsets dynamicallyPierre-Eric Pelloux-Prayer1-1/+3
2024-10-28virtio-gpu: Handle resource blob commandsRobert Beckett1-0/+9
2024-10-28virtio-gpu: Handle virtio_gpu_virgl_init() failureDmitry Osipenko1-2/+9
2024-10-28virtio-gpu: Move print_stats timer to VirtIOGPUGLDmitry Osipenko1-1/+1
2024-10-28virtio-gpu: Move fence_poll timer to VirtIOGPUGLDmitry Osipenko1-1/+2
2024-10-14ui: refactor using a common qemu_pixman_shareableMarc-André Lureau1-5/+1
2024-10-14virtio-gpu: allocate shareable 2d resources on !win32Marc-André Lureau1-0/+2
2024-10-03vhost: Remove unused vhost_dev_{load|save}_inflightDr. David Alan Gilbert1-2/+0
2024-09-26Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell1-0/+4
2024-09-24virtio-mem: Use new Resettable framework instead of LegacyResetJuraj Marcin1-0/+4
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun1-0/+4
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek1-0/+1
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-3/+16
2024-08-01Revert "virtio-pci: Implement SR-IOV PF"Michael S. Tsirkin1-1/+0
2024-07-22virtio-iommu: Remove probe_doneEric Auger1-1/+0
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki1-0/+1
2024-07-21virtio: Add VIRTIO_F_IN_ORDER property definitionJonah Palmer1-1/+3
2024-07-21virtio: Add bool to VirtQueueElementJonah Palmer1-0/+2
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen1-0/+5
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng1-2/+1
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer1-0/+2
2024-07-01vhost: Perform memory section dirty scans once per iterationSi-Wei Liu1-0/+1
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger1-0/+2
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