aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu1-5/+3
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu1-8/+15
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu1-1/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer6-1/+35
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer13-27/+65
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée2-17/+67
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée1-13/+33
2022-05-16hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée2-0/+6
2022-05-16virtio-pci: add notification trace pointsAlex Bennée2-1/+9
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée21-275/+20
2022-05-13vhost: Fix element in vhost_svq_add failureEugenio Pérez1-0/+8
2022-05-13hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-3/+3
2022-05-13vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez1-1/+1
2022-05-13vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez1-2/+2
2022-05-13vhost: Fix device's used descriptor dequeueEugenio Pérez1-2/+15
2022-05-13vhost: Track descriptor chain in private at SVQEugenio Pérez2-5/+13
2022-05-13virtio: fix feature negotiation for ACCESS_PLATFORMHalil Pasic1-8/+14
2022-05-12vhost-backend: do not depend on CONFIG_VHOST_VSOCKPaolo Bonzini1-4/+0
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi1-0/+13
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2-12/+16
2022-05-07build: move vhost-user-fs configuration to KconfigPaolo Bonzini1-0/+5
2022-05-07build: move vhost-vsock configuration to KconfigPaolo Bonzini1-0/+10
2022-05-07meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini1-4/+5
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo1-1/+1
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf1-1/+1
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-1/+1
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau1-4/+7
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