summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-04target/ppc: removed VSCR from SPR registrationBruno Larsen (billionai)
2021-05-04target/ppc: Reduce the size of ppc_spr_tRichard Henderson
2021-05-04target/ppc: Clean up _spr_register et alRichard Henderson
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin
2021-05-04target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)
2021-05-04target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria
2021-05-04target/ppc: POWER10 supports scvNicholas Piggin
2021-05-04target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin
2021-05-04target/ppc: Validate hflags with CONFIG_DEBUG_TCGRichard Henderson
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson
2021-05-04target/ppc: Remove MSR_SA and MSR_AP from hflagsRichard Henderson
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson
2021-05-04target/ppc: Create helper_scvRichard Henderson
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson
2021-05-04target/ppc: Extract post_load_update_msrRichard Henderson
2021-05-04target/ppc: Fix comment for MSR_FE{0,1}Richard Henderson
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson
2021-05-04target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msrRichard Henderson
2021-05-04target/ppc: Properly sync cpu state with new msr in cpu_load_oldRichard Henderson
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson
2021-05-03Merge remote-tracking branch 'remotes/philmd/tags/mips-20210502' into stagingPeter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu
2021-05-02target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé
2021-05-02target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move helper_cache() to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move Special opcodes to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scopePhilippe Mathieu-Daudé
2021-05-02target/mips: Move tlb_helper.c to tcg/sysemu/Philippe Mathieu-Daudé
2021-05-02target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé
2021-05-02target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolderPhilippe Mathieu-Daudé
2021-05-02target/mips: Restrict cpu_mips_get_random() / update_pagemask() to TCGPhilippe Mathieu-Daudé
2021-05-02target/mips: Move physical addressing code to sysemu/physaddr.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move sysemu specific files under sysemu/ subfolderPhilippe Mathieu-Daudé
2021-05-02target/mips: Move cpu_signal_handler definition aroundPhilippe Mathieu-Daudé
2021-05-02target/mips: Add simple user-mode mips_cpu_tlb_fill()Philippe Mathieu-Daudé
2021-05-02target/mips: Add simple user-mode mips_cpu_do_interrupt()Philippe Mathieu-Daudé
2021-05-02target/mips: Introduce tcg-internal.h for TCG specific declarationsPhilippe Mathieu-Daudé
2021-05-02target/mips: Extract load/store helpers to ldst_helper.cPhilippe Mathieu-Daudé