aboutsummaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
AgeCommit message (Expand)Author
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande
2012-12-20add a version number to ram_listUmesh Deshpande
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini