aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-10-11target/sh4: Disable decode_gusa when plugins enabledRichard Henderson
2023-10-11target/ppc: Remove references to gdb_has_xmlAkihiko Odaki
2023-10-11target/arm: Remove references to gdb_has_xmlAkihiko Odaki
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-11target/arm: Move the reference to arm-core.xmlAkihiko Odaki
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater
2023-10-06target/ppc: Rename variables to avoid local variable shadowing in VUPKPXCédric Le Goater
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-10-02Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into...Stefan Hajnoczi
2023-09-29target/riscv: vector_helper: Fixup local variables shadowingAlistair Francis
2023-09-29target/riscv: cpu: Fixup local variables shadowingAlistair Francis
2023-09-29target/tricore: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29target/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29target/arm/tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29target/tricore: Change effective address (ea) to target_ulongBastian Koppelmann
2023-09-29target/tricore: Remove CSFRs from cpu.hBastian Koppelmann
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson
2023-09-28target/tricore: Fix FTOUZ being ISA v1.3.1 upBastian Koppelmann
2023-09-28target/tricore: Replace cpu_*_code with translator_*Bastian Koppelmann
2023-09-28target/tricore: Swap src and dst reg for RCRR_INSERTBastian Koppelmann
2023-09-28target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0Bastian Koppelmann
2023-09-28target/tricore: Implement hptof insnBastian Koppelmann
2023-09-28target/tricore: Implement ftohp insnBastian Koppelmann
2023-09-28target/tricore: Clarify special case for FTOUZ insnBastian Koppelmann
2023-09-28target/tricore: Implement FTOU insnBastian Koppelmann
2023-09-28target/tricore: Correctly handle FPU RM from PSWBastian Koppelmann
2023-09-28target/tricore: Implement CRCN insnBastian Koppelmann
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini
2023-09-26target/i386/seg_helper: remove shadowed variablePaolo Bonzini
2023-09-26target/i386/seg_helper: introduce tss_set_busyPaolo Bonzini