aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
3 dayspcie, virtio: Remove redundant pm_capAlex Williamson1-5/+3
3 dayspci: Use PCI PM capability initializerAlex Williamson1-2/+1
2025-02-22Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi10-68/+239
2025-02-21hw/virtio/virtio-iommu: Migrate to 3-phase resetEric Auger2-5/+11
2025-02-21vhost-user-snd: correct the calculation of config_sizeMatias Ezequiel Vara Larsen1-1/+17
2025-02-21hw/virtio/virtio-nsm: Respond with correct lengthAlexander Graf1-1/+1
2025-02-21vdpa: Fix endian bugs in shadow virtqueueKonstantin Shkolnyy1-8/+10
2025-02-21vhost-iova-tree: Update documentationJonah Palmer1-11/+11
2025-02-21vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA treesJonah Palmer5-30/+121
2025-02-21vhost-iova-tree: Implement an IOVA-only treeJonah Palmer3-15/+43
2025-02-21hw/virtio: reset virtio balloon stats on machine resetDaniel P. Berrangé1-1/+29
2025-02-12system: introduce a new MlockState enumDaniil Tatianin1-1/+1
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2-3/+3
2025-01-30virtio-mem-pci: Allow setting nvectors, so we can use MSI-XDavid Hildenbrand1-0/+12
2025-01-30virtio-balloon-pci: Allow setting nvectors, so we can use MSI-XReza Arbab1-0/+12
2024-12-28qmp: update vhost-user protocol feature mapsLaurent Vivier1-0/+6
2024-12-22Merge tag 'mem-2024-12-21' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2-32/+76
2024-12-21s390x: virtio-mem supportDavid Hildenbrand1-1/+3
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi14-26/+26
2024-12-21s390x/virtio-ccw: add support for virtio based memory devicesDavid Hildenbrand1-0/+1
2024-12-21virtio-mem: unplug memory only during system resets, not device resetsDavid Hildenbrand1-31/+72
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé14-26/+26
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson38-39/+0
2024-12-19hw/virtio: Remove empty Property listsRichard Henderson2-10/+0
2024-12-15hw/virtio: Constify all PropertyRichard Henderson38-39/+39
2024-12-13hw/virtio/virtio-nsm: Support string data for extendPCRDorjoy Chowdhury1-7/+14
2024-12-10hw/virtio: Replace type_register() with type_register_static()Zhao Liu1-4/+4
2024-12-03hw/virtio: fix crash in processing balloon statsDaniel P. Berrangé1-1/+15
2024-11-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-1/+12
2024-11-26vhost: fail device start if iotlb update failsPrasad Pandit1-1/+12
2024-11-26virtio-net: Add queues before loading themAkihiko Odaki1-0/+7
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2-24/+54
2024-11-04vhost-user: fix shared object return valuesAlbert Esteve1-4/+9
2024-11-04virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net deviceyaozhenguo1-20/+26
2024-11-04virtio-pci: fix memory_region_find for VirtIOPCIRegion's MRGao Shiyuan1-0/+10
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy1-0/+9
2024-11-04Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-1/+1
2024-10-31migration: Drop migration_is_idle()Peter Xu1-1/+1
2024-10-31device/virtio-nsm: Support for Nitro Secure Module deviceDorjoy Chowdhury5-0/+2132
2024-10-03vhost: Remove unused vhost_dev_{load|save}_inflightDr. David Alan Gilbert1-56/+0
2024-10-02hw/virtio: freeing leaked memory from vhost_svq_get_buf in vhost_svq_pollMarc-André Lureau1-1/+3
2024-10-02hw/virtio: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2024-09-26Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell3-14/+48
2024-09-24virtio-mem: Add support for suspend+wake-up with plugged memoryJuraj Marcin2-0/+13
2024-09-24virtio-mem: Use new Resettable framework instead of LegacyResetJuraj Marcin1-14/+24
2024-09-24virtio: kconfig: memory devices are PCI onlyPaolo Bonzini1-0/+11
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-09-20hw/virtio/Kconfig: Include vhost-user-scmi only on arm targetsThomas Huth1-1/+1
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell5-12/+39