summary refs log tree commit diff stats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vhost: configure all host notifiers in a single MR transactionLongpeng2023-01-081-0/+24
* vhost: simplify vhost_dev_enable_notifiersLongpeng2023-01-081-16/+4
* vdpa-dev: get iova range explicitlyLongpeng2023-01-082-0/+16
* include/hw/virtio: Break inclusion loopMarkus Armbruster2023-01-082-0/+2
* hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.cPhilippe Mathieu-Daudé2023-01-083-191/+201
* hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()Philippe Mathieu-Daudé2023-01-081-5/+5
* virtio-pci: add support for configure interruptCindy Lu2023-01-081-19/+99
* virtio-mmio: add support for configure interruptCindy Lu2023-01-081-0/+27
* vhost: add support for configure interruptCindy Lu2023-01-081-1/+77
* virtio: add support for configure interruptCindy Lu2023-01-081-0/+29
* vhost-vdpa: add support for config interruptCindy Lu2023-01-082-0/+9
* virtio-pci: decouple the single vector from the interrupt processCindy Lu2023-01-081-58/+73
* virtio-pci: decouple notifier from interrupt processCindy Lu2023-01-081-31/+57
* virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu2023-01-084-0/+64
* virtio-mem: Fix typo in function namePhilippe Mathieu-Daudé2022-12-281-6/+6
* virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang2022-12-281-1/+1
* virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang2022-12-281-2/+2
* hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé2022-12-214-634/+682
* hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé2022-12-213-190/+205
* hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé2022-12-211-17/+17
* hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé2022-12-211-14/+42
* hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé2022-12-211-21/+22
* hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé2022-12-211-0/+1
* vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang2022-12-211-20/+64
* vhost-user: send set log base message only onceYajun Wu2022-12-211-0/+5
* vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez2022-12-211-1/+2
* vdpa: add shadow_data to vhost_vdpaEugenio Pérez2022-12-211-3/+3
* vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez2022-12-212-13/+27
* vdpa: allocate SVQ array unconditionallyEugenio Pérez2022-12-211-4/+0
* vdpa: move SVQ vring features check to net/Eugenio Pérez2022-12-211-30/+2
* vdpa: request iova_range only onceEugenio Pérez2022-12-211-15/+0
* vhost: move iova_tree set to vhost_svq_startEugenio Pérez2022-12-213-11/+8
* vhost: allocate SVQ device file descriptors at device startEugenio Pérez2022-12-212-36/+30
* vhost: set SVQ device call handler at SVQ startEugenio Pérez2022-12-211-2/+2
* vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stopEugenio Pérez2022-12-211-2/+2
* vdpa-dev: mark the device as unmigratableLongpeng2022-12-211-0/+1
* vdpa: add vdpa-dev-pci supportLongpeng2022-12-212-0/+103
* vdpa: add vdpa-dev supportLongpeng2022-12-213-0/+382
* virtio: get class_id and pci device id by the virtio idLongpeng2022-12-211-0/+88
* hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell2022-12-161-3/+5
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-155-27/+14
|\
| * cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2022-12-141-5/+1
| * qapi: Use returned bool to check for failure (again)Markus Armbruster2022-12-142-19/+11
| * error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster2022-12-141-1/+1
| * Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-2/+1
* | qapi virtio: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+0
* | qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-142-4/+1
|/
* hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée2022-12-012-1/+81
* hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée2022-12-011-7/+4
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-017-17/+51