aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2016-10-31target-sparc: Implement ldqf and stqf inlineRichard Henderson
2016-10-31target-sparc: Remove asi helper code handled inlineRichard Henderson
2016-10-31target-sparc: Implement BCOPY/BFILL inlineRichard Henderson
2016-10-31target-sparc: Implement cas_asi/casx_asi inlineRichard Henderson
2016-10-31target-sparc: Implement ldstub_asi inlineRichard Henderson
2016-10-31target-sparc: Implement swap_asi inlineRichard Henderson
2016-10-31target-sparc: Handle more twinx asisRichard Henderson
2016-10-31target-sparc: Use MMU_PHYS_IDX for bypass asisRichard Henderson
2016-10-31target-sparc: Add MMU_PHYS_IDXRichard Henderson
2016-10-31target-sparc: Introduce cpu_raise_exception_raRichard Henderson
2016-10-31target-sparc: Use overalignment flags for twinx and block asisRichard Henderson
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini
2016-09-13sparc: Use g_memdup() instead of g_new0() + memcpy()Thomas Huth
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-12target-sparc: Elide duplicate updates to fprsRichard Henderson
2016-07-12target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson
2016-07-12target-sparc: Use cpu_fsr in stfsrRichard Henderson
2016-07-12target-sparc: Use explicit writes to cpu_fsrRichard Henderson
2016-07-12target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson
2016-07-12target-sparc: Directly implement block and short ldf/stf asisRichard Henderson
2016-07-12target-sparc: Directly implement easy ldf/stf asisRichard Henderson
2016-07-12target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson
2016-07-12target-sparc: Fix obvious error in ASI_M_BFILLRichard Henderson
2016-07-12target-sparc: Directly implement easy ldd/std asisRichard Henderson
2016-07-12target-sparc: Introduce gen_check_alignRichard Henderson
2016-07-12target-sparc: Use QT0 to return results from lddaRichard Henderson
2016-07-12target-sparc: Directly implement easy ld/st asisRichard Henderson
2016-07-12target-sparc: Use defines from asi.hRichard Henderson
2016-07-12target-sparc: Add UA2005 defines to asi.hRichard Henderson
2016-07-12target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.hRichard Henderson
2016-07-12target-sparc: Pass TCGMemOp to gen_ld/st_asiRichard Henderson
2016-07-12target-sparc: Introduce get_asiRichard Henderson
2016-07-12target-sparc: Store %asi in TB flagsRichard Henderson
2016-07-12target-sparc: Unify asi handling between 32 and 64-bitRichard Henderson
2016-07-12target-sparc: Create gen_exceptionRichard Henderson
2016-07-12target-sparc: Store mmu index in TB flagsRichard Henderson
2016-07-12target-sparc: Remove softint as a TCG globalRichard Henderson
2016-07-12target-sparc: Mark more flags for helpersRichard Henderson
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-07target-sparc: Use sparc_cpu_parse_features() directlyIgor Mammedov
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-24target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for target-sparc/ directoryDaniel P. Berrange
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova
2016-06-05target-*: dfilter support for in_asmRichard Henderson