aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2024-06-24range: Introduce range_get_last_bit()Zhenzhong Duan
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan
2024-06-24backends/host_iommu_device: Introduce HostIOMMUDeviceCapsZhenzhong Duan
2024-06-24backends: Introduce HostIOMMUDevice abstractZhenzhong Duan
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson
2024-06-24plugins: add time control APIAlex Bennée
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier
2024-06-24sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-24include/exec: add missing include guard commentAlex Bennée
2024-06-24bswap: Add st24_be_p() to store 24 bits in big-endian orderPhilippe Mathieu-Daudé
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater
2024-06-22Merge tag 'pull-target-arm-20240622' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-06-21migration: Remove unused VMSTATE_ARRAY_TEST() macroPhilippe Mathieu-Daudé
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell
2024-06-21hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]Peter Maydell
2024-06-21migration: Add direct-io parameterFabiano Rosas
2024-06-21monitor: Report errors from monitor_fdset_dup_fd_addFabiano Rosas