aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
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
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19hw: move CPU state serialization to migration/cpu.hPaolo Bonzini
2016-05-19target-sparc: make cpu-qom.h not target specificPaolo Bonzini
2016-05-19cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-04-15target-sparc: fix Trap Based Address Register behavior for sparc64Artyom Tarasenko
2016-04-15target-sparc: fix Nucleus quad LDD 128 bit access for windowed registersArtyom Tarasenko
2016-04-11target-sparc: fix ldstub sign-extension bugMark Cave-Ayland
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster