aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-01hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdevNicolin Chen1-2/+2
2024-07-01hw/misc: Implement mailbox properties for customer OTP and device specific private keysRayhan Faizel2-0/+4
2024-07-01hw/arm: Connect OTP device to BCM2835Rayhan Faizel1-1/+2
2024-07-01hw/nvram: Add BCM2835 OTP deviceRayhan Faizel1-0/+68
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/qemu into stagingRichard Henderson7-14/+83
2024-06-24plugins: add time control APIAlex Bennée1-0/+27
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier1-3/+0
2024-06-24sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée1-0/+15
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée1-0/+1
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée2-2/+19
2024-06-24gdbstub: move enums into separate headerAlex Bennée2-9/+21
2024-06-24include/exec: add missing include guard commentAlex Bennée1-1/+1
2024-06-24bswap: Add st24_be_p() to store 24 bits in big-endian orderPhilippe Mathieu-Daudé1-0/+7
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater1-1/+1
2024-06-22Merge tag 'pull-target-arm-20240622' of https://git.linaro.org/people/pmaydell/qemu-arm into stagingRichard Henderson1-2/+3
2024-06-21migration: Remove unused VMSTATE_ARRAY_TEST() macroPhilippe Mathieu-Daudé1-10/+0
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell1-0/+1
2024-06-21hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]Peter Maydell1-2/+2
2024-06-21migration: Add direct-io parameterFabiano Rosas1-0/+2
2024-06-21monitor: Report errors from monitor_fdset_dup_fd_addFabiano Rosas1-1/+1