aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-08virtio-iommu: use-after-free fixWentao Liang
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-31vhost-vdpa: fix typo in a commentStefano Garzarella
2022-03-29virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow
2022-03-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez
2022-03-15vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez
2022-03-15vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez
2022-03-15vdpa: Add custom IOTLB translations to SVQEugenio Pérez
2022-03-15vhost: Add VhostIOVATreeEugenio Pérez
2022-03-15vhost: Shadow virtqueue buffers forwardingEugenio Pérez
2022-03-15vdpa: adapt vhost_ops callbacks to svqEugenio Pérez
2022-03-15virtio: Add vhost_svq_get_vring_addrEugenio Pérez
2022-03-15vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez
2022-03-15vhost: Add VhostShadowVirtqueueEugenio Pérez
2022-03-06vhost: use wfd on functions setting vring call fdSergio Lopez
2022-03-06vhost-vsock: detach the virqueue element in case of errorStefano Garzarella
2022-03-06virtio-iommu: Support bypass domainJean-Philippe Brucker
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker
2022-03-06vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier
2022-03-06hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier
2022-03-04hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar
2022-03-04virtio: fix the condition for iommu_platform not supportedHalil Pasic
2022-03-04vhost-user: fix VirtQ notifier cleanupXueming Li
2022-03-04vhost-user: remove VirtQ notifier restoreXueming Li
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-20hw/arm/virt: Support for virtio-mem-pciGavin Shan
2022-01-20virtio-mem: Correct default THP size for ARM64Gavin Shan
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin