summary refs log tree commit diff stats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2022-05-161-13/+33
* hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée2022-05-162-0/+6
* virtio-pci: add notification trace pointsAlex Bennée2022-05-162-1/+9
* hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée2022-05-1621-275/+20
* vhost: Fix element in vhost_svq_add failureEugenio Pérez2022-05-131-0/+8
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-131-3/+3
* vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez2022-05-131-1/+1
* vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez2022-05-131-2/+2
* vhost: Fix device's used descriptor dequeueEugenio Pérez2022-05-131-2/+15
* vhost: Track descriptor chain in private at SVQEugenio Pérez2022-05-132-5/+13
* virtio: fix feature negotiation for ACCESS_PLATFORMHalil Pasic2022-05-131-8/+14
* vhost-backend: do not depend on CONFIG_VHOST_VSOCKPaolo Bonzini2022-05-121-4/+0
* virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi2022-05-091-0/+13
* meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-072-12/+16
* build: move vhost-user-fs configuration to KconfigPaolo Bonzini2022-05-071-0/+5
* build: move vhost-vsock configuration to KconfigPaolo Bonzini2022-05-071-0/+10
* meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini2022-05-071-4/+5
* vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo2022-05-051-1/+1
* vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf2022-05-041-1/+1
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-1/+1
* hw: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-4/+7
* 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/+0
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-199-29/+19
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-063-3/+0
| * 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/+1
* | 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/+4
* 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