aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2022-06-27virtio-iommu: Fix migration regressionZhenzhong Duan
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov
2022-06-27virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan
2022-06-16vhost: also check queue state in the vhost_dev_set_log error routineNi Xun
2022-06-16crypto: Introduce RSA algorithmzhenwei pi
2022-06-16virtio-iommu: Add an assert check in translate routineZhenzhong Duan
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan
2022-06-16virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu
2022-06-14virtio-mmio: cleanup resetPaolo Bonzini
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini
2022-06-14virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée
2022-05-16hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée
2022-05-16virtio-pci: add notification trace pointsAlex Bennée
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée
2022-05-13vhost: Fix element in vhost_svq_add failureEugenio Pérez
2022-05-13hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2022-05-13vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez
2022-05-13vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez
2022-05-13vhost: Fix device's used descriptor dequeueEugenio Pérez
2022-05-13vhost: Track descriptor chain in private at SVQEugenio Pérez
2022-05-13virtio: fix feature negotiation for ACCESS_PLATFORMHalil Pasic
2022-05-12vhost-backend: do not depend on CONFIG_VHOST_VSOCKPaolo Bonzini
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini
2022-05-07build: move vhost-user-fs configuration to KconfigPaolo Bonzini
2022-05-07build: move vhost-vsock configuration to KconfigPaolo Bonzini
2022-05-07meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau
2022-04-26vdpa: Add missing tracing to batch mapping functionsEugenio Pérez
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