aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell11-141/+159
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé4-49/+53
2023-03-02target/loongarch: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-27/+38
2023-03-02target/i386: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-35/+39
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-30/+29
2023-03-01target/xtensa: Don't use tcg_temp_local_new_*Richard Henderson1-8/+8
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson3-9/+9
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson2-45/+16
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson1-18/+9
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson1-3/+0
2023-03-01target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson1-22/+2
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson7-30/+26
2023-03-01target/cris: Don't use tcg_temp_local_newRichard Henderson2-8/+8
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson2-6/+6
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson3-39/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson21-21/+21
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+2
2023-03-01target/avr: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson1-3/+5
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+1
2023-03-01target/loongarch: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+4
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/mips: Replace `tb_pc()` with `tb->pc`Anton Johansson2-2/+3
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/riscv: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+5
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+4
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+2
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson1-4/+0
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson1-2/+0
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson3-17/+17
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson4-12/+12
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson1-0/+5
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson1-0/+5
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson5-7/+7
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza3-3/+3
2023-02-28Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...Peter Maydell33-592/+604
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-1/+1
2023-02-27target/tricore: Remove unused fields from CPUTriCoreStatePhilippe Mathieu-Daudé1-11/+0
2023-02-27target/xtensa/cpu: Include missing "memory.h" headerPhilippe Mathieu-Daudé1-0/+3
2023-02-27target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé1-2/+0
2023-02-27target/riscv/cpu: Move Floating-Point fields closerPhilippe Mathieu-Daudé1-3/+3
2023-02-27target/ppc: Fix warning with clang-15Pierrick Bouvier1-2/+2
2023-02-27target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé1-0/+5
2023-02-27target/loongarch/cpu: Restrict "memory.h" header to sysemuPhilippe Mathieu-Daudé1-0/+2
2023-02-27target/loongarch/cpu: Remove unused "sysbus.h" headerBernhard Beschow1-1/+0
2023-02-27target/alpha: Remove obsolete STATUS documentPhilippe Mathieu-Daudé1-28/+0