summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hw/intc/loongarch_ipi: Add reset supportBibo Mao2025-05-061-0/+1
| | |/ / | |/| |
* | | | Merge tag 'pull-tcg-20250501-v2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2025-05-0620-182/+235
|\ \ \ \ | |_|/ / |/| | |
| * | | accel/tcg: Remove TARGET_PAGE_DATA_SIZERichard Henderson2025-05-051-3/+5
| * | | accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addrRichard Henderson2025-05-052-3/+12
| * | | include/user: Use vaddr in guest-host.hRichard Henderson2025-05-051-7/+7
| * | | include/user: Convert GUEST_ADDR_MAX to a variableRichard Henderson2025-05-051-20/+7
| * | | accel/tcg: Move tlb_vaddr_to_host declaration to probe.hRichard Henderson2025-05-052-16/+16
| * | | accel/tcg: Move user-only tlb_vaddr_to_host out of lineRichard Henderson2025-05-051-8/+0
| * | | accel/tcg: Use vaddr in cpu_loop.hRichard Henderson2025-05-051-7/+5
| * | | tcg: Define INSN_START_WORDS as constant 3Richard Henderson2025-05-014-16/+27
| * | | qemu: Introduce target_long_bits()Philippe Mathieu-Daudé2025-04-302-0/+9
| * | | qemu/target_info: Add %target_cpu_type field to TargetInfoPhilippe Mathieu-Daudé2025-04-301-0/+2
| * | | system/vl: Filter machine list available for a particular target binaryPhilippe Mathieu-Daudé2025-04-302-0/+10
| * | | accel/tcg: Split out accel/tcg/helper-retaddr.hRichard Henderson2025-04-302-34/+43
| * | | accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOpsRichard Henderson2025-04-301-2/+6
| * | | accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_stateRichard Henderson2025-04-302-2/+20
| * | | accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.hRichard Henderson2025-04-301-0/+3
| * | | accel/tcg: Introduce TCGCPUOps.cpu_exec_resetRichard Henderson2025-04-301-0/+2
| * | | include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé2025-04-302-24/+0
| * | | accel/tcg: Extract probe API out of 'exec/exec-all.h'Philippe Mathieu-Daudé2025-04-302-100/+106
| * | | physmem: Restrict TCG IOTLB code to TCG accelPhilippe Mathieu-Daudé2025-04-302-26/+41
| * | | accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'Philippe Mathieu-Daudé2025-04-302-1/+2
| * | | accel/tcg: Remove #error for non-tcg in getpc.hRichard Henderson2025-04-301-4/+0
| * | | include/exec: Move tb_invalidate_phys_range to translation-block.hRichard Henderson2025-04-302-5/+4
| * | | include/exec: Include missing headers in exec-all.hPhilippe Mathieu-Daudé2025-04-301-0/+3
| * | | accel/tcg: Use vaddr in user/page-protection.hRichard Henderson2025-04-301-10/+7
| * | | accel/tcg: Use vaddr for walk_memory_regions callbackRichard Henderson2025-04-301-3/+2
| * | | accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_targetRichard Henderson2025-04-301-2/+0
| * | | accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smcRichard Henderson2025-04-302-1/+7
| * | | accel/tcg: Add CPUState arg to tb_invalidate_phys_rangeRichard Henderson2025-04-301-1/+2
| * | | accel/tcg: Add CPUState argument to page_unprotectRichard Henderson2025-04-301-1/+1
| |/ /
* | | Merge tag 'pull-aspeed-20250505' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2025-05-053-1/+43
|\ \ \
| * | | hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoCSteven Lee2025-05-051-0/+12
| * | | hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoCSteven Lee2025-05-051-0/+14
| * | | hw/intc/aspeed: Add support for AST2700 TSP INTCSteven Lee2025-05-051-0/+2
| * | | hw/intc/aspeed: Add support for AST2700 SSP INTCSteven Lee2025-05-051-0/+3
| * | | aspeed: ast27x0: Map unimplemented devices in SoC memorySteven Lee2025-05-051-0/+6
| * | | hw/arm/aspeed: Add support for loading vbootrom image via "-bios"Jamin Lin2025-05-051-0/+1
| * | | hw/arm/aspeed_ast27x0 Introduce vbootrom memory regionJamin Lin2025-05-051-0/+2
| * | | hw/arm: ast27x0: Wire up EHCI controllersTroy Lee2025-05-051-1/+3
| |/ /
* / / migration: Add save_postcopy_prepare() savevm handlerPeter Xu2025-05-021-0/+15
|/ /
* | tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}Richard Henderson2025-04-281-12/+4
* | tcg: Remove INDEX_op_qemu_st8_*Richard Henderson2025-04-281-4/+0
* | tcg: Merge INDEX_op_st*_{i32,i64}Richard Henderson2025-04-281-11/+4
* | tcg: Merge INDEX_op_ld*_{i32,i64}Richard Henderson2025-04-281-12/+7
* | tcg: Remove add2/sub2 opcodesRichard Henderson2025-04-281-5/+0
* | tcg: Add tcg_gen_addcio_{i32,i64,tl}Richard Henderson2025-04-282-0/+6
* | tcg: Add add/sub with carry opcodes and infrastructureRichard Henderson2025-04-282-2/+21
* | tcg: Merge INDEX_op_extract2_{i32,i64}Richard Henderson2025-04-281-4/+1
* | tcg: Merge INDEX_op_deposit_{i32,i64}Richard Henderson2025-04-281-2/+1