aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/avr: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/loongarch: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/mips: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/riscv: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-28Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...Peter Maydell
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow
2023-02-27target/tricore: Remove unused fields from CPUTriCoreStatePhilippe Mathieu-Daudé
2023-02-27target/xtensa/cpu: Include missing "memory.h" headerPhilippe Mathieu-Daudé
2023-02-27target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé
2023-02-27target/riscv/cpu: Move Floating-Point fields closerPhilippe Mathieu-Daudé
2023-02-27target/ppc: Fix warning with clang-15Pierrick Bouvier
2023-02-27target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé
2023-02-27target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé
2023-02-27target/loongarch/cpu: Restrict "memory.h" header to sysemuPhilippe Mathieu-Daudé
2023-02-27target/loongarch/cpu: Remove unused "sysbus.h" headerBernhard Beschow
2023-02-27target/alpha: Remove obsolete STATUS documentPhilippe Mathieu-Daudé
2023-02-27target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé
2023-02-27target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé
2023-02-27target/i386: Remove x86_cpu_dump_local_apic_state() dead stubPhilippe Mathieu-Daudé
2023-02-27target/i386/cpu: Remove dead helper_lock() declarationPhilippe Mathieu-Daudé
2023-02-27target/i386: Remove NEED_CPU_H guard from target-specific headersPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-27Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-02-27i386: Add new CPU model SapphireRapidsWang, Lei
2023-02-27target/i386: KVM: allow fast string operations if host supports themPaolo Bonzini
2023-02-27target/i386: add FZRM, FSRS, FSRCPaolo Bonzini
2023-02-27target/i386: add FSRM to TCGPaolo Bonzini
2023-02-27Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas