summaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-06-24target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko1-1/+4
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-0/+29
2016-06-20trace: split out trace events for target-sparc/ directoryDaniel P. Berrange1-0/+28
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-20/+5
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova1-0/+1
2016-06-05target-*: dfilter support for in_asmRichard Henderson1-1/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini7-2/+8
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2-0/+3
2016-05-19hw: move CPU state serialization to migration/cpu.hPaolo Bonzini1-0/+1
2016-05-19target-sparc: make cpu-qom.h not target specificPaolo Bonzini2-37/+38
2016-05-19cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini1-1/+0
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov1-7/+17
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-1/+1
2016-04-15target-sparc: fix Trap Based Address Register behavior for sparc64Artyom Tarasenko1-3/+2
2016-04-15target-sparc: fix Nucleus quad LDD 128 bit access for windowed registersArtyom Tarasenko1-6/+6
2016-04-11target-sparc: fix ldstub sign-extension bugMark Cave-Ayland1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova1-2/+3
2016-02-23target-sparc: Use global registers for the register windowRichard Henderson1-24/+33
2016-02-23target-sparc: Tidy global register initializationRichard Henderson1-87/+70