aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen1-0/+5
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh2-1/+4
2024-07-01hw/misc/pvpanic: centralize definition of supported eventsThomas Weißschuh1-0/+4
2024-07-01linux-headers: update to 6.10-rc1Thomas Weißschuh6-3/+211
2024-07-01hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni1-0/+7
2024-07-01hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni2-0/+40
2024-07-01hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni1-0/+4
2024-07-01hw/mem/cxl_type3: Add DC extent list representative and get DC extent list ma...Fan Ni1-0/+22
2024-07-01hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni1-0/+8
2024-07-01include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memor...Fan Ni1-1/+1
2024-07-01hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mail...Fan Ni1-0/+16
2024-07-01hw/cxl/mailbox: interface to add CCI commands to an existing CCIGregory Price1-0/+2
2024-07-01hw/cxl/mailbox: change CCI cmd set structure to be a member, not a referenceGregory Price1-1/+1
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng1-2/+1
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer1-0/+2
2024-07-01vhost: Perform memory section dirty scans once per iterationSi-Wei Liu1-0/+1
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki1-0/+1
2024-06-30monitor: Remove obsolete stubsPhilippe Mathieu-Daudé2-4/+0
2024-06-28include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()Paolo Bonzini3-43/+47
2024-06-28exec: don't use void* in pointer arithmetic in headersRoman Kiryanov1-1/+1
2024-06-28exec: avoid using C++ keywords in function parametersRoman Kiryanov1-2/+2
2024-06-28block: remove separate bdrv_file_open callbackPaolo Bonzini1-3/+0
2024-06-26hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()Daniel Henrique Barboza1-0/+1
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson9-53/+193
2024-06-24Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into stagingRichard Henderson1-0/+7
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater1-3/+0
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater1-2/+0
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater1-1/+0
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater2-9/+7
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater1-1/+0
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater1-0/+2
2024-06-24vfio: Remove unused declarations from vfio-common.hCédric Le Goater1-4/+0
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger1-32/+0
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger1-0/+2
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger1-0/+8
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger1-0/+2
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger1-0/+1
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu1-0/+2
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu1-1/+37
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan2-0/+4
2024-06-24backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan1-0/+3
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+1
2024-06-24range: Introduce range_get_last_bit()Zhenzhong Duan1-0/+11
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan2-0/+19
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan1-0/+3
2024-06-24backends/host_iommu_device: Introduce HostIOMMUDeviceCapsZhenzhong Duan1-0/+38
2024-06-24backends: Introduce HostIOMMUDevice abstractZhenzhong Duan1-0/+53
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson7-14/+83
2024-06-24plugins: add time control APIAlex Bennée1-0/+27