summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-2/+6
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-122-4/+3
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* cpu: Introduce ENV_OFFSET macrosAndreas Färber2013-03-031-0/+1
* target-alpha: Use mulu2 for umulh insnRichard Henderson2013-02-233-10/+18
* cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
* target-alpha: Update AlphaCPU to QOM realizefnAndreas Färber2013-02-162-4/+14
* target-alpha: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber2013-01-271-2/+6
* target-alpha: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2013-01-271-1/+1
* cpu: Add model resolution support to CPUClassAndreas Färber2013-01-271-0/+8
* 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
OpenPOWER on IntegriCloud