summaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-3/+0
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-15/+0
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-6/+0
2014-01-13memory: split dirty bitmap into threeJuan Quintela1-1/+2
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster1-2/+0
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-2/+6
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf1-2/+6
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-1/+2
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-5/+0
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber1-6/+0
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-4/+0
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+0
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-3/+0
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil1-1/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-10/+0
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-2/+0
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-13/+0
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-2/+0
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber1-1/+0
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande1-0/+9
2012-12-20add a version number to ram_listUmesh Deshpande1-0/+1
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-2/+2
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini1-0/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-0/+522