aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2024-06-19hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé1-1/+1
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-6/+8
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson2-3/+3
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-1/+4
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé1-0/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson1-1/+2
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+2
2024-04-18hw/virtio: move stubs out of stubs/Paolo Bonzini2-0/+26
2024-04-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+35
2024-04-15virtio-pci: fix use of a released vectorCindy Lu1-2/+35
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé1-0/+10
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498001-0/+7
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer1-2/+10
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin2-225/+3
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf4-9/+35
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell6-23/+313
2024-03-12virtio-iommu: Add an option to define the input range widthEric Auger1-1/+7
2024-03-12virtio-iommu: Trace domain range limits as unsigned intEric Auger1-1/+1
2024-03-12virtio-iommu: Change the default granule to the host page sizeEric Auger1-1/+1
2024-03-12virtio-iommu: Add a granule propertyEric Auger1-3/+25
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen2-3/+225
2024-03-12hw/virtio: check owner for removing objectsAlbert Esteve1-2/+19
2024-03-12vdpa: trace skipped memory sectionsEugenio Pérez2-0/+4
2024-03-12vdpa: stash memory region properties in varsEugenio Pérez1-6/+8
2024-03-12vdpa: fix network breakage after cancelling migrationSi-Wei Liu1-1/+9
2024-03-12vdpa: add vhost_vdpa_set_dev_vring_base trace for svq modeSi-Wei Liu2-2/+5
2024-03-12vdpa: add vhost_vdpa_get_vring_base trace for svq modeSi-Wei Liu2-2/+3
2024-03-12vdpa: factor out vhost_vdpa_last_devSi-Wei Liu1-2/+7
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-4/+7
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2-4/+4
2024-03-12hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-03-12hw/virtio/vhost-vsock: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11migration: remove migration.h referencesSteve Sistare2-2/+0
2024-03-11migration: export fewer optionsSteve Sistare1-1/+0
2024-02-28migration: remove error from notifier dataSteve Sistare1-4/+4
2024-02-28notify: pass error to notifier with returnSteve Sistare2-2/+3
2024-02-14virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan1-2/+2
2024-02-14hw/virtio: derive vhost-user-input from vhost-user-baseLeo Yan2-99/+18
2024-02-14hw/virtio: Move vhost-user-input into virtio folderLeo Yan2-1/+139
2024-02-14hw/virtio: Support set_config() callback in vhost-user-baseLeo Yan1-0/+17
2024-02-14hw/virtio: add vhost-user-snd and vhost-user-snd-pci devicesManos Pitsidianakis4-0/+150
2024-02-14hw/virtio: derive vhost-user-i2c from vhost-user-baseAlex Bennée2-258/+19
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée2-392/+20
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée2-274/+29
2024-02-14hw/virtio: convert vhost-user-base to async shutdownAlex Bennée1-4/+12
2024-02-14virtio: split into vhost-user-base and vhost-user-deviceAlex Bennée4-333/+365