summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+2
2016-11-01Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into st...Peter Maydell7-1092/+540
2016-10-31target-sparc: Use tcg_gen_atomic_cmpxchg_tlRichard Henderson1-24/+7
2016-10-31target-sparc: Use tcg_gen_atomic_xchg_tlRichard Henderson1-15/+4
2016-10-31target-sparc: Remove MMU_MODE*_SUFFIXRichard Henderson1-8/+0
2016-10-31target-sparc: Allow 4-byte alignment on fp mem opsRichard Henderson1-42/+44
2016-10-31target-sparc: Implement ldqf and stqf inlineRichard Henderson3-111/+67
2016-10-31target-sparc: Remove asi helper code handled inlineRichard Henderson3-690/+156
2016-10-31target-sparc: Implement BCOPY/BFILL inlineRichard Henderson1-0/+63
2016-10-31target-sparc: Implement cas_asi/casx_asi inlineRichard Henderson3-56/+47
2016-10-31target-sparc: Implement ldstub_asi inlineRichard Henderson1-31/+21
2016-10-31target-sparc: Implement swap_asi inlineRichard Henderson1-28/+21
2016-10-31target-sparc: Handle more twinx asisRichard Henderson1-0/+8
2016-10-31target-sparc: Use MMU_PHYS_IDX for bypass asisRichard Henderson1-0/+19
2016-10-31target-sparc: Add MMU_PHYS_IDXRichard Henderson3-46/+53
2016-10-31target-sparc: Introduce cpu_raise_exception_raRichard Henderson5-96/+82
2016-10-31target-sparc: Use overalignment flags for twinx and block asisRichard Henderson1-9/+12
2016-10-28clean-up: removed duplicate #includesAnand J1-3/+0
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-9/+9
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini1-0/+5
2016-09-13sparc: Use g_memdup() instead of g_new0() + memcpy()Thomas Huth1-2/+1
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-12target-sparc: Elide duplicate updates to fprsRichard Henderson1-18/+27
2016-07-12target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson2-9/+14
2016-07-12target-sparc: Use cpu_fsr in stfsrRichard Henderson1-5/+2
2016-07-12target-sparc: Use explicit writes to cpu_fsrRichard Henderson3-237/+174
2016-07-12target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson3-166/+32
2016-07-12target-sparc: Directly implement block and short ldf/stf asisRichard Henderson1-0/+122
2016-07-12target-sparc: Directly implement easy ldf/stf asisRichard Henderson1-0/+45
2016-07-12target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson3-66/+69
2016-07-12target-sparc: Fix obvious error in ASI_M_BFILLRichard Henderson1-1/+1
2016-07-12target-sparc: Directly implement easy ldd/std asisRichard Henderson1-12/+103
2016-07-12target-sparc: Introduce gen_check_alignRichard Henderson1-35/+13
2016-07-12target-sparc: Use QT0 to return results from lddaRichard Henderson3-50/+120
2016-07-12target-sparc: Directly implement easy ld/st asisRichard Henderson1-14/+90
2016-07-12target-sparc: Use defines from asi.hRichard Henderson2-230/+235
2016-07-12target-sparc: Add UA2005 defines to asi.hRichard Henderson1-4/+18
2016-07-12target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.hRichard Henderson1-0/+297
2016-07-12target-sparc: Pass TCGMemOp to gen_ld/st_asiRichard Henderson1-16/+16
2016-07-12target-sparc: Introduce get_asiRichard Henderson1-232/+273
2016-07-12target-sparc: Store %asi in TB flagsRichard Henderson2-9/+22
2016-07-12target-sparc: Unify asi handling between 32 and 64-bitRichard Henderson1-154/+131
2016-07-12target-sparc: Create gen_exceptionRichard Henderson1-55/+20
2016-07-12target-sparc: Store mmu index in TB flagsRichard Henderson2-15/+13
2016-07-12target-sparc: Remove softint as a TCG globalRichard Henderson2-6/+5
2016-07-12target-sparc: Mark more flags for helpersRichard Henderson1-24/+24
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-2/+2
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin2-9/+11
2016-07-07target-sparc: Use sparc_cpu_parse_features() directlyIgor Mammedov1-3/+4
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0