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