aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée2-1/+81
2022-12-01hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée1-7/+4
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella7-17/+51
2022-11-22virtio: disable error for out of spec queue-enableMichael S. Tsirkin1-0/+7
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella5-2/+13
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée6-6/+6
2022-11-07vhost-user: Support vhost_dev_startYajun Wu1-1/+73
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-18/+49
2022-11-07vhost-user: Fix out of order vring host notification handlingYajun Wu1-0/+5
2022-11-07virtio-rng-pci: Allow setting nvectors, so we can use MSI-XDavid Daney1-0/+14
2022-11-07vhost: expose vhost_virtqueue_stop()Kangjie Xu1-4/+4
2022-11-07vhost: expose vhost_virtqueue_start()Kangjie Xu1-4/+4
2022-11-07virtio-pci: support queue enableKangjie Xu1-0/+1
2022-11-07virtio-pci: support queue resetXuan Zhuo1-0/+15
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu1-0/+14
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo1-0/+11
2022-11-07virtio: introduce __virtio_queue_reset()Xuan Zhuo1-16/+21