aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-12Remove the deprecated moxie targetThomas Huth
2021-05-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...Peter Maydell
2021-05-10target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell
2021-05-10target/arm: Make functions used by translate-neon globalPeter Maydell
2021-05-10target/arm: Move NeonGenThreeOpEnvFn typedef to translate.hPeter Maydell
2021-05-10target/arm: Delete unused typedefPeter Maydell
2021-05-10target/arm: Move vfp_reg_ptr() to translate-neon.c.incPeter Maydell
2021-05-10target/arm: Make translate-vfp.c.inc its own compilation unitPeter Maydell
2021-05-10target/arm: Make functions used by translate-vfp globalPeter Maydell
2021-05-10target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.incPeter Maydell
2021-05-10target/arm: Move gen_aa32 functions to translate-a32.hPeter Maydell
2021-05-10target/arm: Split m-nocp trans functions into their own filePeter Maydell
2021-05-10target/arm: Make functions used by m-nocp globalPeter Maydell
2021-05-10target/arm: Share unallocated_encoding() and gen_exception_insn()Peter Maydell
2021-05-10target/arm: Move constant expanders to translate.hPeter Maydell
2021-05-10target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()Peter Maydell
2021-05-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
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-04hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé
2021-05-04hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk
2021-05-04Add NVMM accelerator: x86 CPU supportReinoud Zandijk
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