summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-151-1/+3
|\
| * kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+3
* | vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez2022-03-151-4/+35
* | vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez2022-03-151-1/+2
* | vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez2022-03-151-0/+17
* | vdpa: Add custom IOTLB translations to SVQEugenio Pérez2022-03-153-30/+184
* | vhost: Add VhostIOVATreeEugenio Pérez2022-03-153-1/+138
* | vhost: Shadow virtqueue buffers forwardingEugenio Pérez2022-03-153-11/+522
* | vdpa: adapt vhost_ops callbacks to svqEugenio Pérez2022-03-151-7/+41
* | virtio: Add vhost_svq_get_vring_addrEugenio Pérez2022-03-152-0/+38
* | vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez2022-03-153-0/+61
* | vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez2022-03-153-2/+71
* | vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez2022-03-153-2/+211
* | vhost: Add VhostShadowVirtqueueEugenio Pérez2022-03-153-1/+91
|/
* vhost: use wfd on functions setting vring call fdSergio Lopez2022-03-061-3/+3
* vhost-vsock: detach the virqueue element in case of errorStefano Garzarella2022-03-061-3/+7
* virtio-iommu: Support bypass domainJean-Philippe Brucker2022-03-061-5/+34
* virtio-iommu: Default to bypass during bootJean-Philippe Brucker2022-03-062-9/+55
* vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier2022-03-061-10/+10
* hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier2022-03-061-0/+1
* hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar2022-03-041-2/+9
* virtio: fix the condition for iommu_platform not supportedHalil Pasic2022-03-041-5/+7
* vhost-user: fix VirtQ notifier cleanupXueming Li2022-03-041-19/+29
* vhost-user: remove VirtQ notifier restoreXueming Li2022-03-041-18/+1Star
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-283-3/+0Star
* hw/arm/virt: Support for virtio-mem-pciGavin Shan2022-01-201-1/+3
* virtio-mem: Correct default THP size for ARM64Gavin Shan2022-01-201-12/+20
* virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-17/+17
* virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi2022-01-121-30/+3Star
* virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-8/+4Star
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-6/+10
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-103-18/+0Star
* Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin2022-01-101-57/+31Star
* Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin2022-01-101-73/+58Star
* Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin2022-01-102-8/+0Star
* Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-29/+0Star
* Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-76/+0Star
* Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-27/+0Star
* Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2022-01-102-83/+13Star
* virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin2022-01-081-6/+5Star
* virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2022-01-081-1/+1
* virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-081-0/+63
* virtio: signal after wrapping packed used_idxStefan Hajnoczi2022-01-081-0/+1
* virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2022-01-081-4/+35
* vhost: stick to -errno error return conventionRoman Kagan2022-01-071-54/+46Star
* vhost-user: stick to -errno error return conventionRoman Kagan2022-01-071-178/+223
* vhost-vdpa: stick to -errno error return conventionRoman Kagan2022-01-071-14/+23
* vhost-backend: stick to -errno error return conventionRoman Kagan2022-01-071-1/+1