summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Add missing tracing to batch mapping functionsEugenio Pérez2022-04-262-0/+4
* Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0Star
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-209-29/+19Star
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-063-3/+0Star
| * include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-061-1/+1
| * Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-065-16/+16
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
| * Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-8/+1Star
* | virtio-iommu: use-after-free fixWentao Liang2022-04-081-0/+1
|/
* vhost-vdpa: fix typo in a commentStefano Garzarella2022-03-311-1/+1
* virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini2022-03-291-2/+2
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-213-5/+4Star
* virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow2022-03-181-5/+5
* 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