aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi31-39/+38
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé20-20/+20
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé1-5/+5
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé3-3/+3
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé3-5/+5
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé4-0/+5
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé1-6/+0
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater1-4/+0
2023-10-06target/ppc: Rename variables to avoid local variable shadowing in VUPKPXCédric Le Goater1-6/+6
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson21-58/+6
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson35-82/+79
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson84-3647/+3646
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson21-25/+8
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson18-1/+18
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson2-7/+0
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson6-19/+7
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé1-1/+1
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé3-3/+3
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé1-1/+1
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi10-34/+33
2023-10-02Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into...Stefan Hajnoczi7-154/+261
2023-09-29target/riscv: vector_helper: Fixup local variables shadowingAlistair Francis1-3/+4
2023-09-29target/riscv: cpu: Fixup local variables shadowingAlistair Francis1-2/+2
2023-09-29target/tricore: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-09-29target/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-29target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé3-12/+10
2023-09-29target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-09-29target/arm/tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé2-9/+9
2023-09-29target/tricore: Change effective address (ea) to target_ulongBastian Koppelmann1-8/+8
2023-09-29target/tricore: Remove CSFRs from cpu.hBastian Koppelmann1-134/+9
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson1-1/+0
2023-09-28target/tricore: Fix FTOUZ being ISA v1.3.1 upBastian Koppelmann1-1/+5
2023-09-28target/tricore: Replace cpu_*_code with translator_*Bastian Koppelmann1-3/+4
2023-09-28target/tricore: Swap src and dst reg for RCRR_INSERTBastian Koppelmann1-4/+4
2023-09-28target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0Bastian Koppelmann1-2/+8
2023-09-28target/tricore: Implement hptof insnBastian Koppelmann4-0/+45
2023-09-28target/tricore: Implement ftohp insnBastian Koppelmann5-0/+48
2023-09-28target/tricore: Clarify special case for FTOUZ insnBastian Koppelmann1-0/+5
2023-09-28target/tricore: Implement FTOU insnBastian Koppelmann3-0/+36
2023-09-28target/tricore: Correctly handle FPU RM from PSWBastian Koppelmann1-2/+16
2023-09-28target/tricore: Implement CRCN insnBastian Koppelmann4-0/+73
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini1-2/+0
2023-09-26target/i386/seg_helper: remove shadowed variablePaolo Bonzini1-12/+10
2023-09-26target/i386/seg_helper: introduce tss_set_busyPaolo Bonzini1-14/+17
2023-09-26target/i386/translate: avoid shadowed local variablesPaolo Bonzini1-3/+1
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini1-1/+2
2023-09-26target/i386/kvm: eliminate shadowed local variablesPaolo Bonzini1-6/+1
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-1/+3
2023-09-25Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi13-69/+1483