aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2023-01-08vhost: add support for configure interruptCindy Lu
2023-01-08virtio: add support for configure interruptCindy Lu
2023-01-08vhost-vdpa: add support for config interruptCindy Lu
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu
2022-12-28virtio-mem: Fix typo in function namePhilippe Mathieu-Daudé
2022-12-28virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang
2022-12-28virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang
2022-12-21vhost-user: send set log base message only onceYajun Wu
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez
2022-12-21vdpa: allocate SVQ array unconditionallyEugenio Pérez
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez
2022-12-21vdpa: request iova_range only onceEugenio Pérez
2022-12-21vhost: move iova_tree set to vhost_svq_startEugenio Pérez
2022-12-21vhost: allocate SVQ device file descriptors at device startEugenio Pérez
2022-12-21vhost: set SVQ device call handler at SVQ startEugenio Pérez
2022-12-21vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stopEugenio Pérez
2022-12-21vdpa-dev: mark the device as unmigratableLongpeng
2022-12-21vdpa: add vdpa-dev-pci supportLongpeng
2022-12-21vdpa: add vdpa-dev supportLongpeng
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng
2022-12-16hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi virtio: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée
2022-12-01hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-22virtio: disable error for out of spec queue-enableMichael S. Tsirkin
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée
2022-11-07vhost-user: Support vhost_dev_startYajun Wu
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07vhost-user: Fix out of order vring host notification handlingYajun Wu
2022-11-07virtio-rng-pci: Allow setting nvectors, so we can use MSI-XDavid Daney
2022-11-07vhost: expose vhost_virtqueue_stop()Kangjie Xu