aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-01target/riscv: gdbstub: Minor change for better readabilityBin Meng1-2/+2
2023-03-01target/riscv: Use g_assert() for the predicate() NULL checkBin Meng1-5/+1
2023-03-01target/riscv: Add some comments to clarify the priority policy of riscv_csrrw...Bin Meng1-1/+10
2023-03-01target/riscv: gdbstub: Check priv spec version before reporting CSRBin Meng1-0/+3
2023-03-01target/riscv/cpu: remove CPUArchState::features and friendsDaniel Henrique Barboza2-15/+2
2023-03-01target/riscv: remove RISCV_FEATURE_MMUDaniel Henrique Barboza6-16/+5
2023-03-01target/riscv: remove RISCV_FEATURE_PMPDaniel Henrique Barboza7-11/+5
2023-03-01target/riscv: remove RISCV_FEATURE_EPMPDaniel Henrique Barboza4-11/+6
2023-03-01target/riscv/cpu.c: error out if EPMP is enabled without PMPDaniel Henrique Barboza1-2/+7
2023-03-01target/riscv: remove RISCV_FEATURE_DEBUGDaniel Henrique Barboza5-10/+4
2023-03-01target/riscv: allow MISA writes as experimentalDaniel Henrique Barboza3-2/+8
2023-03-01target/riscv: do not mask unsupported QEMU extensions in write_misa()Daniel Henrique Barboza1-3/+0
2023-03-01target/riscv: introduce riscv_cpu_cfg()Daniel Henrique Barboza1-0/+5
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
2023-02-27target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé3-77/+102
2023-02-27target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé3-427/+451
2023-02-27target/i386: Remove x86_cpu_dump_local_apic_state() dead stubPhilippe Mathieu-Daudé2-4/+5
2023-02-27target/i386/cpu: Remove dead helper_lock() declarationPhilippe Mathieu-Daudé1-3/+0
2023-02-27target/i386: Remove NEED_CPU_H guard from target-specific headersPhilippe Mathieu-Daudé2-6/+0
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé3-5/+9
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé16-21/+21
2023-02-27Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-14/+170
2023-02-27i386: Add new CPU model SapphireRapidsWang, Lei2-2/+135
2023-02-27target/i386: KVM: allow fast string operations if host supports themPaolo Bonzini1-1/+16
2023-02-27target/i386: add FZRM, FSRS, FSRCPaolo Bonzini2-3/+11
2023-02-27target/i386: add FSRM to TCGPaolo Bonzini1-1/+1
2023-02-27Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell50-706/+794
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas1-0/+4
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas2-21/+18
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas5-392/+411
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas4-9/+24
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana3-1/+4
2023-02-27target/arm: move helpers to tcg/Claudio Fontana17-13/+38
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas26-26/+36
2023-02-27target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas1-237/+239
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas3-8/+21
2023-02-27Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-511/+323
2023-02-27target/i386: Fix BZHI instructionRichard Henderson1-7/+7
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20