summaryrefslogtreecommitdiff
path: root/target-alpha/sys_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29alpha: Clean up includesPeter Maydell1-0/+1
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-1/+1
2015-08-18target-alpha: Inline hw_retRichard Henderson1-8/+0
2015-08-18target-alpha: Inline call_palRichard Henderson1-8/+0
2015-08-18target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson1-8/+2
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-1/+1
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh1-1/+1
2013-08-16target-alpha: Use goto_tb in call_palRichard Henderson1-0/+5
2013-08-16target-alpha: Implement call_pal without an exceptionRichard Henderson1-0/+12
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson1-1/+6
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-2/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19target-alpha: Avoid leaking the alarm timer over resetAndreas Färber1-2/+4
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson1-0/+87