summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* clean-up: removed duplicate #includesAnand J2016-10-281-3/+0Star
* exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-241-9/+9
* qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini2016-10-071-0/+5
* sparc: Use g_memdup() instead of g_new0() + memcpy()Thomas Huth2016-09-131-2/+1Star
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* target-sparc: Elide duplicate updates to fprsRichard Henderson2016-07-121-18/+27
* target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson2016-07-122-9/+14
* target-sparc: Use cpu_fsr in stfsrRichard Henderson2016-07-121-5/+2Star
* target-sparc: Use explicit writes to cpu_fsrRichard Henderson2016-07-123-237/+174Star
* target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson2016-07-123-166/+32Star
* target-sparc: Directly implement block and short ldf/stf asisRichard Henderson2016-07-121-0/+122
* target-sparc: Directly implement easy ldf/stf asisRichard Henderson2016-07-121-0/+45
* target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson2016-07-123-66/+69
* target-sparc: Fix obvious error in ASI_M_BFILLRichard Henderson2016-07-121-1/+1
* target-sparc: Directly implement easy ldd/std asisRichard Henderson2016-07-121-12/+103
* target-sparc: Introduce gen_check_alignRichard Henderson2016-07-121-35/+13Star
* target-sparc: Use QT0 to return results from lddaRichard Henderson2016-07-123-50/+120
* target-sparc: Directly implement easy ld/st asisRichard Henderson2016-07-121-14/+90
* target-sparc: Use defines from asi.hRichard Henderson2016-07-122-230/+235
* target-sparc: Add UA2005 defines to asi.hRichard Henderson2016-07-121-4/+18
* target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.hRichard Henderson2016-07-121-0/+297
* target-sparc: Pass TCGMemOp to gen_ld/st_asiRichard Henderson2016-07-121-16/+16
* target-sparc: Introduce get_asiRichard Henderson2016-07-121-232/+273
* target-sparc: Store %asi in TB flagsRichard Henderson2016-07-122-9/+22
* target-sparc: Unify asi handling between 32 and 64-bitRichard Henderson2016-07-121-154/+131Star
* target-sparc: Create gen_exceptionRichard Henderson2016-07-121-55/+20Star
* target-sparc: Store mmu index in TB flagsRichard Henderson2016-07-122-15/+13Star
* target-sparc: Remove softint as a TCG globalRichard Henderson2016-07-122-6/+5Star
* target-sparc: Mark more flags for helpersRichard Henderson2016-07-121-24/+24
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-2/+2
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-122-9/+11
* target-sparc: Use sparc_cpu_parse_features() directlyIgor Mammedov2016-07-071-3/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-2/+0Star
|\
| * target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0Star
* | target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko2016-06-241-1/+4
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-202-0/+29
|\
| * trace: split out trace events for target-sparc/ directoryDaniel P. Berrange2016-06-201-0/+28
| * exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova2016-06-201-0/+1
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-20/+5Star
|/
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-197-2/+8
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-192-0/+3
* hw: move CPU state serialization to migration/cpu.hPaolo Bonzini2016-05-191-0/+1
* target-sparc: make cpu-qom.h not target specificPaolo Bonzini2016-05-192-37/+38
* cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini2016-05-191-1/+0Star
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-7/+17
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* target-sparc: fix Trap Based Address Register behavior for sparc64Artyom Tarasenko2016-04-151-3/+2Star
* target-sparc: fix Nucleus quad LDD 128 bit access for windowed registersArtyom Tarasenko2016-04-151-6/+6
* target-sparc: fix ldstub sign-extension bugMark Cave-Ayland2016-04-111-1/+1