aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé3-3/+3
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé37-84/+4
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé5-19/+8
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé5-0/+14
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé6-2/+5
2023-11-07tests/unit/test-seccomp: Remove mentions of softmmu in test namesPhilippe Mathieu-Daudé1-12/+12
2023-11-07tests/vm/ubuntu.aarch64: Correct comment about TCG specific delayPhilippe Mathieu-Daudé1-1/+1
2023-11-07vl: constify default_listMarc-André Lureau1-1/+1
2023-11-07vl: Free machine listAkihiko Odaki1-1/+2
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi22-1443/+2577
2023-11-07Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...Stefan Hajnoczi29-258/+1326
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi36-1304/+1529
2023-11-06hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU onlyHelge Deller1-0/+24
2023-11-06hw/hppa: Turn on 64-bit CPU for C3700 machineHelge Deller1-1/+1
2023-11-06hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memoryHelge Deller1-1/+1
2023-11-06hw/pci-host/astro: Map Astro chip into 64-bit I/O memory regionHelge Deller1-3/+6
2023-11-06target/hppa: Improve interrupt loggingRichard Henderson1-8/+4
2023-11-06target/hppa: Update IIAOQ, IIASQ for pa2.0Richard Henderson2-18/+38
2023-11-06target/hppa: Create raise_exception_with_iorRichard Henderson1-13/+51
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson3-2/+20
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller1-1/+7
2023-11-06target/hppa: Avoid async_safe_run_on_cpu on uniprocessor systemRichard Henderson1-1/+7
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller5-12/+84
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson1-1/+9
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson1-4/+0
2023-11-06hw/hppa: Translate phys addresses for the cpuRichard Henderson1-46/+71
2023-11-06include/hw/elf: Remove truncating signed castsRichard Henderson1-7/+10
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson1-3/+1
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson1-16/+18
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller2-4/+16
2023-11-06target/hppa: Implement PERMHRichard Henderson2-0/+31
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson2-0/+60
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson4-2/+76
2023-11-06target/hppa: Implement HSHL, HSHRRichard Henderson2-0/+40
2023-11-06target/hppa: Implement HAVGRichard Henderson4-0/+22
2023-11-06target/hppa: Implement HSUBRichard Henderson4-0/+53
2023-11-06target/hppa: Implement HADDRichard Henderson4-1/+79
2023-11-06target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64Richard Henderson1-4/+4
2023-11-06target/hppa: Use tcg_temp_new_i64 not tcg_temp_newRichard Henderson1-80/+82
2023-11-06target/hppa: Adjust vmstate_env for pa2.0 tlbRichard Henderson1-37/+58
2023-11-06target/hppa: Remove remaining TARGET_REGISTER_BITS redirectionsRichard Henderson1-33/+13
2023-11-06target/hppa: Remove most of the TARGET_REGISTER_BITS redirectionsRichard Henderson1-505/+407
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson11-299/+135
2023-11-06hw/hppa: Use uint32_t instead of target_uregRichard Henderson1-6/+6
2023-11-06target/hppa: Implement IDTLBT, IITLBTRichard Henderson4-13/+100
2023-11-06target/hppa: Implement STDBYRichard Henderson4-5/+213
2023-11-06target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOMRichard Henderson2-0/+8
2023-11-06target/hppa: Implement SHRPDRichard Henderson2-32/+73
2023-11-06target/hppa: Implement EXTRDRichard Henderson2-13/+36
2023-11-06target/hppa: Implement DEPD, DEPDIRichard Henderson2-30/+69