aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-07-02hw/i386: convert 'i440fx' machine definitions to use new macrosDaniel P. Berrangé
2024-07-02include/hw: add helpers for defining versioned machine typesDaniel P. Berrangé
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh
2024-07-01hw/misc/pvpanic: centralize definition of supported eventsThomas Weißschuh
2024-07-01linux-headers: update to 6.10-rc1Thomas Weißschuh
2024-07-01hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni
2024-07-01hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni
2024-07-01hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni
2024-07-01hw/mem/cxl_type3: Add DC extent list representative and get DC extent list ma...Fan Ni
2024-07-01hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni
2024-07-01include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memor...Fan Ni
2024-07-01hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mail...Fan Ni
2024-07-01hw/cxl/mailbox: interface to add CCI commands to an existing CCIGregory Price
2024-07-01hw/cxl/mailbox: change CCI cmd set structure to be a member, not a referenceGregory Price
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer
2024-07-01vhost: Perform memory section dirty scans once per iterationSi-Wei Liu
2024-07-01Merge tag 'pull-target-arm-20240701' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-07-01hw/misc: In STM32L4x5 EXTI, correct configurable interruptsInès Varhol
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki
2024-07-01hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdevNicolin Chen
2024-07-01hw/misc: Implement mailbox properties for customer OTP and device specific pr...Rayhan Faizel
2024-07-01hw/arm: Connect OTP device to BCM2835Rayhan Faizel
2024-07-01hw/nvram: Add BCM2835 OTP deviceRayhan Faizel
2024-06-30monitor: Remove obsolete stubsPhilippe Mathieu-Daudé
2024-06-28include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()Paolo Bonzini
2024-06-28exec: don't use void* in pointer arithmetic in headersRoman Kiryanov
2024-06-28exec: avoid using C++ keywords in function parametersRoman Kiryanov
2024-06-28block: remove separate bdrv_file_open callbackPaolo Bonzini
2024-06-26hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()Daniel Henrique Barboza
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson
2024-06-24Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater
2024-06-24vfio: Remove unused declarations from vfio-common.hCédric Le Goater
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan
2024-06-24backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan