summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-4/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-221-1/+1
* target-alpha: Consider the superpage when threading and ending TBsRichard Henderson2013-08-161-8/+29
* target-alpha: Use goto_tb in call_palRichard Henderson2013-08-163-0/+26
* target-alpha: Implement call_pal without an exceptionRichard Henderson2013-08-163-3/+35
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-0/+3
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-274-2/+14
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-1/+1
* target-alpha: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-271-0/+86
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+1
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-4/+9
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+2
* target-alpha: Copy implver to DisasContextRichard Henderson2013-07-231-4/+7
* target-alpha: Copy singlestep_enabled to DisasContextRichard Henderson2013-07-231-3/+6
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-5/+0
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-0/+8
* target-alpha: Move alarm to vm_clockRichard Henderson2013-07-183-6/+16
* target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPUAndreas Färber2013-07-091-4/+5
* cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-16/+0
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-283-6/+11
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-3/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-283-2/+7
* target-alpha: Register VMStateDescription for AlphaCPUAndreas Färber2013-06-283-12/+22
* 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
OpenPOWER on IntegriCloud