aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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 '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
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana
2023-02-27target/arm: move helpers to tcg/Claudio Fontana
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas
2023-02-27target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas
2023-02-27Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson
2023-02-27target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes()Thomas Huth
2023-02-27target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth
2023-02-26Merge tag 'pull-riscv-to-apply-20230224' of github.com:palmer-dabbelt/qemu in...Peter Maydell
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-02-23target/riscv: Fix vslide1up.vf and vslide1down.vfLIU Zhiwei
2023-02-23target/riscv: avoid env_archcpu() in cpu_get_tb_cpu_state()Daniel Henrique Barboza
2023-02-23target/riscv: Smepmp: Skip applying default rules when address matchesHimanshu Chauhan
2023-02-23target/riscv: Remove privileged spec version restriction for RVVFrank Chang
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster