aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-04-26vdpa: Add missing tracing to batch mapping functionsEugenio Pérez2-0/+4
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson9-29/+19
2022-04-08virtio-iommu: use-after-free fixWentao Liang1-0/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau3-3/+0
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau5-16/+16
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-8/+1
2022-03-31vhost-vdpa: fix typo in a commentStefano Garzarella1-1/+1
2022-03-29virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini1-2/+2
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster3-5/+4
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow1-5/+5
2022-03-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+3
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+3
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez1-4/+35
2022-03-15vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez1-1/+2
2022-03-15vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez1-0/+17
2022-03-15vdpa: Add custom IOTLB translations to SVQEugenio Pérez3-30/+184
2022-03-15vhost: Add VhostIOVATreeEugenio Pérez3-1/+138
2022-03-15vhost: Shadow virtqueue buffers forwardingEugenio Pérez3-11/+522
2022-03-15vdpa: adapt vhost_ops callbacks to svqEugenio Pérez1-7/+41
2022-03-15virtio: Add vhost_svq_get_vring_addrEugenio Pérez2-0/+38
2022-03-15vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez3-0/+61
2022-03-15vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez3-2/+71
2022-03-15vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez3-2/+211
2022-03-15vhost: Add VhostShadowVirtqueueEugenio Pérez3-1/+91
2022-03-06vhost: use wfd on functions setting vring call fdSergio Lopez1-3/+3
2022-03-06vhost-vsock: detach the virqueue element in case of errorStefano Garzarella1-3/+7
2022-03-06virtio-iommu: Support bypass domainJean-Philippe Brucker1-5/+34
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker2-9/+55
2022-03-06vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier1-10/+10
2022-03-06hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier1-0/+1
2022-03-04hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar1-2/+9
2022-03-04virtio: fix the condition for iommu_platform not supportedHalil Pasic1-5/+7
2022-03-04vhost-user: fix VirtQ notifier cleanupXueming Li1-19/+29
2022-03-04vhost-user: remove VirtQ notifier restoreXueming Li1-18/+1
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell3-3/+0
2022-01-20hw/arm/virt: Support for virtio-mem-pciGavin Shan1-1/+3
2022-01-20virtio-mem: Correct default THP size for ARM64Gavin Shan1-12/+20
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-17/+17
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi1-30/+3
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-8/+4
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-6/+10
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin3-18/+0
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin1-57/+31
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin1-73/+58