Age | Commit message (Expand) | Author | Files | Lines |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier | 1 | -9/+9 |
2016-10-07 | qemu-tech: document lazy condition code evaluation in cpu.h | Paolo Bonzini | 1 | -0/+5 |
2016-09-13 | sparc: Use g_memdup() instead of g_new0() + memcpy() | Thomas Huth | 1 | -2/+1 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-07-12 | target-sparc: Elide duplicate updates to fprs | Richard Henderson | 1 | -18/+27 |
2016-07-12 | target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions | Richard Henderson | 2 | -9/+14 |
2016-07-12 | target-sparc: Use cpu_fsr in stfsr | Richard Henderson | 1 | -5/+2 |
2016-07-12 | target-sparc: Use explicit writes to cpu_fsr | Richard Henderson | 3 | -237/+174 |
2016-07-12 | target-sparc: Remove helper_ldf_asi, helper_stf_asi | Richard Henderson | 3 | -166/+32 |
2016-07-12 | target-sparc: Directly implement block and short ldf/stf asis | Richard Henderson | 1 | -0/+122 |
2016-07-12 | target-sparc: Directly implement easy ldf/stf asis | Richard Henderson | 1 | -0/+45 |
2016-07-12 | target-sparc: Pass TCGMemOp constants to helper_ld/st_asi | Richard Henderson | 3 | -66/+69 |
2016-07-12 | target-sparc: Fix obvious error in ASI_M_BFILL | Richard Henderson | 1 | -1/+1 |
2016-07-12 | target-sparc: Directly implement easy ldd/std asis | Richard Henderson | 1 | -12/+103 |
2016-07-12 | target-sparc: Introduce gen_check_align | Richard Henderson | 1 | -35/+13 |
2016-07-12 | target-sparc: Use QT0 to return results from ldda | Richard Henderson | 3 | -50/+120 |
2016-07-12 | target-sparc: Directly implement easy ld/st asis | Richard Henderson | 1 | -14/+90 |
2016-07-12 | target-sparc: Use defines from asi.h | Richard Henderson | 2 | -230/+235 |
2016-07-12 | target-sparc: Add UA2005 defines to asi.h | Richard Henderson | 1 | -4/+18 |
2016-07-12 | target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h | Richard Henderson | 1 | -0/+297 |
2016-07-12 | target-sparc: Pass TCGMemOp to gen_ld/st_asi | Richard Henderson | 1 | -16/+16 |
2016-07-12 | target-sparc: Introduce get_asi | Richard Henderson | 1 | -232/+273 |
2016-07-12 | target-sparc: Store %asi in TB flags | Richard Henderson | 2 | -9/+22 |
2016-07-12 | target-sparc: Unify asi handling between 32 and 64-bit | Richard Henderson | 1 | -154/+131 |
2016-07-12 | target-sparc: Create gen_exception | Richard Henderson | 1 | -55/+20 |
2016-07-12 | target-sparc: Store mmu index in TB flags | Richard Henderson | 2 | -15/+13 |
2016-07-12 | target-sparc: Remove softint as a TCG global | Richard Henderson | 2 | -6/+5 |
2016-07-12 | target-sparc: Mark more flags for helpers | Richard Henderson | 1 | -24/+24 |
2016-07-12 | target-*: Clean up cpu.h header guards | Markus Armbruster | 1 | -2/+2 |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin | 2 | -9/+11 |
2016-07-07 | target-sparc: Use sparc_cpu_parse_features() directly | Igor Mammedov | 1 | -3/+4 |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+0 |
2016-06-29 | target-*: Don't redefine cpu_exec() | Peter Crosthwaite | 1 | -2/+0 |
2016-06-24 | target-sparc: fix register corruption in ldstub if there is no write permission | Artyom Tarasenko | 1 | -1/+4 |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 2 | -0/+29 |
2016-06-20 | trace: split out trace events for target-sparc/ directory | Daniel P. Berrange | 1 | -0/+28 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -20/+5 |
2016-06-20 | exec: [tcg] Track which vCPU is performing translation and execution | LluĂs Vilanova | 1 | -0/+1 |
2016-06-05 | target-*: dfilter support for in_asm | Richard Henderson | 1 | -1/+2 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 7 | -2/+8 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 2 | -0/+3 |
2016-05-19 | hw: move CPU state serialization to migration/cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | target-sparc: make cpu-qom.h not target specific | Paolo Bonzini | 2 | -37/+38 |
2016-05-19 | cpu: make cpu-qom.h only include-able from cpu.h | Paolo Bonzini | 1 | -1/+0 |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov | 1 | -7/+17 |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota | 1 | -1/+1 |
2016-04-15 | target-sparc: fix Trap Based Address Register behavior for sparc64 | Artyom Tarasenko | 1 | -3/+2 |
2016-04-15 | target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers | Artyom Tarasenko | 1 | -6/+6 |
2016-04-11 | target-sparc: fix ldstub sign-extension bug | Mark Cave-Ayland | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |