summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | gdbstub: Allow gdb_core_xml_file to be set at runtimePeter Maydell2025-04-251-0/+5
| * | hw/core/cpu: gdb_arch_name string should not be freedPeter Maydell2025-04-251-1/+2
| * | qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
| * | qom: Constify TypeInfo::interfacesPhilippe Mathieu-Daudé2025-04-252-2/+2
| * | qom: Constify TypeInfo::class_dataPhilippe Mathieu-Daudé2025-04-251-1/+1
| * | qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-254-6/+7
| * | qom: Have class_base_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
| * | cpus: Introduce CPUClass::list_cpus() callbackPhilippe Mathieu-Daudé2025-04-251-0/+2
| |/
* | vfio: Remove hiod_typename propertyZhenzhong Duan2025-04-251-3/+0
* | vfio: Cleanup host IOMMU device creationZhenzhong Duan2025-04-251-1/+2
* | vfio: Rename VFIODevice related servicesCédric Le Goater2025-04-251-13/+13
* | vfio: Rename vfio-common.h to vfio-device.hCédric Le Goater2025-04-253-3/+3
* | vfio: Introduce new files for VFIO MemoryListenerCédric Le Goater2025-04-251-1/+0
* | vfio: Rename vfio_get_dirty_bitmap()Cédric Le Goater2025-04-251-2/+2
* | vfio: Rename vfio_devices_all_device_dirty_tracking()Cédric Le Goater2025-04-251-1/+2
* | vfio: Rename vfio_devices_all_dirty_tracking_started()Cédric Le Goater2025-04-251-1/+2
* | vfio: Make vfio_container_query_dirty_bitmap() staticCédric Le Goater2025-04-251-2/+0
* | vfio: Make vfio_devices_query_dirty_bitmap() staticCédric Le Goater2025-04-251-3/+0
* | vfio: Move dirty tracking related services into container-base.cCédric Le Goater2025-04-252-9/+7
* | vfio: Move vfio_kvm_device_fd() into helpers.cCédric Le Goater2025-04-251-1/+0
* | vfio: Introduce new files for CPR definitions and declarationsCédric Le Goater2025-04-251-3/+0
* | vfio: Move vfio_get_device_info() to helpers.cCédric Le Goater2025-04-251-1/+0
* | vfio: Move vfio_kvm_device_add/del_fd() to helpers.cCédric Le Goater2025-04-251-3/+0
* | vfio: Move vfio_get_info_dma_avail() into helpers.cCédric Le Goater2025-04-251-2/+0
* | vfio: Introduce a new header file for helper servicesCédric Le Goater2025-04-251-7/+0
* | vfio: Move Host IOMMU type declarations into their respective filesCédric Le Goater2025-04-251-5/+0
* | vfio: Move VFIOAddressSpace helpers into container-base.cCédric Le Goater2025-04-252-5/+6
* | vfio: Make vfio_group_list staticCédric Le Goater2025-04-251-2/+0
* | vfio: Introduce a new header file for VFIOcontainer declarationsCédric Le Goater2025-04-252-19/+36
* | vfio: Introduce new files for VFIORegion definitions and declarationsCédric Le Goater2025-04-253-31/+50
* | vfio: Introduce a new header file for VFIOIOMMUFD declarationsCédric Le Goater2025-04-251-18/+3
* | vfio: Move VFIOHostDMAWindow definition into spapr.cCédric Le Goater2025-04-251-7/+0
* | vfio: Introduce a new header file for VFIOdisplay declarationsCédric Le Goater2025-04-251-28/+0
* | vfio: Move vfio_device_state_is_running/precopy() into migration.cCédric Le Goater2025-04-251-3/+0
* | vfio: Introduce a new header file for internal migration servicesCédric Le Goater2025-04-251-51/+1
* | vfio: Make vfio_viommu_preset() staticCédric Le Goater2025-04-251-1/+0
* | vfio: Make vfio_un/block_multiple_devices_migration() staticCédric Le Goater2025-04-251-2/+0
* | vfio: Introduce a new header file for external migration servicesCédric Le Goater2025-04-252-4/+17
* | vfio: Rename vfio_reset_bytes_transferred()Cédric Le Goater2025-04-251-1/+1
|/
* Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-241-1/+0
|\
| * cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* | tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported fieldPhilippe Mathieu-Daudé2025-04-232-1/+8
* | tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'Philippe Mathieu-Daudé2025-04-232-9/+8
* | tcg: Pass max_threads not max_cpus to tcg_initRichard Henderson2025-04-231-3/+3
* | tcg: Define guest_default_memory_order in TCGCPUOpsPhilippe Mathieu-Daudé2025-04-231-0/+8
* | exec: Do not include 'accel/tcg/cpu-ldst.h' in 'exec-all.h'Philippe Mathieu-Daudé2025-04-231-3/+0
* | exec: Restrict 'cpu_ldst.h' to accel/tcg/Philippe Mathieu-Daudé2025-04-232-4/+4
* | exec: Restrict 'cpu-ldst-common.h' to accel/tcg/Philippe Mathieu-Daudé2025-04-232-4/+4
* | tcg: Always define TARGET_INSN_START_EXTRA_WORDSPhilippe Mathieu-Daudé2025-04-232-5/+1
* | tcg: Declare TARGET_INSN_START_EXTRA_WORDS in 'cpu-param.h'Philippe Mathieu-Daudé2025-04-231-1/+1