summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+1
* qemu-common.h: Make qemu_init_vcpu() stub static inlineAndreas Färber2013-01-081-2/+0
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-2310-22/+22
|\
| * fpu: move public header file to include/fpuPaolo Bonzini2012-12-194-4/+4
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-193-3/+3
| * qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
| * exec: move include files to include/exec/Paolo Bonzini2012-12-194-11/+11
| * build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* | cpu: Introduce CPUListState structAndreas Färber2012-12-191-7/+2
* | target-alpha: Add support for -cpu ?Andreas Färber2012-12-192-0/+43
* | target-alpha: Turn CPU definitions into subclassesAndreas Färber2012-12-193-58/+180
* | target-alpha: Avoid leaking the alarm timer over resetAndreas Färber2012-12-193-3/+7
* | target-alpha: Let cpu_alpha_init() return AlphaCPUAndreas Färber2012-12-192-4/+13
|/
* exec: refactor cpu_restore_stateBlue Swirl2012-12-162-13/+9
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-12-101-7/+0
|\
| * target-alpha: Remove t0, t1 from CPUAlphaStateRichard Henderson2012-12-071-7/+0
* | TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* | TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* | TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
|/
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-012-2/+4
|\
| * cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-312-2/+4
* | target-alpha: Use TCG_CALL_NO_WGRichard Henderson2012-10-311-10/+10
|/
* target-alpha: rename helper flagsAurelien Jarno2012-10-281-88/+88
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-233-3/+3
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+1
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-09-251-0/+1
|\
| * target-alpha: Initialize env->cpu_model_strRichard Henderson2012-09-211-0/+1
* | target-alpha: Use movcondRichard Henderson2012-09-211-54/+48
|/
* alpha-linux-user: Work around hosted mmap allocation problemsRichard Henderson2012-08-041-2/+13
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* target-alpha: QOM'ify CPU initAndreas Färber2012-04-152-11/+21
* target-alpha: QOM'ify CPUAndreas Färber2012-04-154-1/+113
* Use uintptr_t for various op related functionsBlue Swirl2012-04-144-16/+15
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-1/+1
* Replace Qemu by QEMU in internal documentationStefan Weil2012-04-071-1/+1
* target-alpha: Use noreturn marker in helper.h.Richard Henderson2012-03-241-1/+1
* target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson2012-03-245-50/+26
* target-alpha: Move memory helpers to mem_helper.c.Richard Henderson2012-03-243-37/+26
* target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson2012-03-244-77/+99
* target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson2012-03-244-75/+106
* target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson2012-03-244-17/+17
* target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson2012-03-244-928/+966
* target-alpha: Move exception helpers to helper.c.Richard Henderson2012-03-245-56/+63
* target-alpha: Move integer helpers to int_helper.c.Richard Henderson2012-03-242-233/+257
OpenPOWER on IntegriCloud