aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland2-2/+6
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland2-2/+6
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland2-31/+61
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland2-11/+17
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland2-7/+11
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland2-19/+82
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland2-0/+7
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland2-10/+16
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland1-16/+13
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland5-238/+306
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland2-8/+7
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland2-5/+16
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland1-2/+3
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland3-0/+43
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland1-0/+1
2023-06-22q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty arrayMark Cave-Ayland1-5/+5
2023-06-21Merge tag 'pull-tricore-20230621-1' of https://github.com/bkoppelmann/qemu in...Richard Henderson6-51/+237
2023-06-21target/tricore: Fix ICR.IE offset in RESTORE insnBastian Koppelmann1-1/+3
2023-06-21target/tricore: Honour privilege changes on PSW writeBastian Koppelmann1-1/+1
2023-06-21target/tricore: Implement privilege level for all insnsBastian Koppelmann1-10/+33
2023-06-21target/tricore: Introduce priv tb flagBastian Koppelmann2-11/+20
2023-06-21target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()Bastian Koppelmann1-1/+6
2023-06-21target/tricore: ENABLE exit to main-loopBastian Koppelmann1-0/+5
2023-06-21target/tricore: Introduce DISAS_TARGET_EXITBastian Koppelmann1-13/+12
2023-06-21target/tricore: Fix RR_JLI clobbering reg A[11]Bastian Koppelmann1-1/+1
2023-06-21target/tricore: Fix helper_ret() not correctly restoring PSWBastian Koppelmann1-4/+4
2023-06-21target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian Koppelmann1-2/+9
2023-06-21target/tricore: Correctly fix saving PSW.CDE to CSA on callBastian Koppelmann1-1/+6
2023-06-21target/tricore: Fix out-of-bounds index in imask instructionSiqi Chen1-0/+1
2023-06-21target/tricore: Add DISABLE insn variantBastian Koppelmann2-1/+11
2023-06-21target/tricore: Implement SYCSCALL insnBastian Koppelmann1-1/+1
2023-06-21target/tricore: Add shuffle insnBastian Koppelmann4-0/+46
2023-06-21target/tricore: Add crc32.b insnBastian Koppelmann4-0/+17
2023-06-21target/tricore: Add crc32l.w insnBastian Koppelmann4-5/+23
2023-06-21target/tricore: Add LHA insnBastian Koppelmann2-3/+20
2023-06-21target/tricore: Add popcnt.w insnBastian Koppelmann2-0/+8
2023-06-21target/tricore: Introduce ISA 1.6.2 featureBastian Koppelmann2-0/+14
2023-06-21Revert "cputlb: Restrict SavedIOTLB to system emulation"Peter Maydell1-4/+2
2023-06-21Merge tag 'seabios-hppa-v7-pull-request' of https://github.com/hdeller/qemu-h...Richard Henderson2-0/+0
2023-06-20target/hppa: New SeaBIOS-hppa version 7Helge Deller2-0/+0
2023-06-20Merge tag 'pull-tcg-20230620' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson125-862/+872
2023-06-20cputlb: Restrict SavedIOTLB to system emulationPhilippe Mathieu-Daudé1-2/+4
2023-06-20exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLYPhilippe Mathieu-Daudé1-6/+6
2023-06-20accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' headerPhilippe Mathieu-Daudé1-1/+1
2023-06-20plugins: Remove unused 'exec/helper-proto.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé101-714/+714
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé13-18/+18
2023-06-20meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-0/+1
2023-06-20accel/tcg: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-5/+5
2023-06-20hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-53/+53