summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-all.h
Commit message (Expand)AuthorAgeFilesLines
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-3/+0
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-15/+0
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-6/+0
* memory: split dirty bitmap into threeJuan Quintela2014-01-131-1/+2
* exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2013-09-121-2/+0
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-2/+6
|\
| * linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf2013-07-231-2/+6
* | exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-1/+2
* | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-5/+0
* | cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2013-07-231-6/+0
|/
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-101-4/+0
|\
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+0
| * cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-3/+0
* | exec: Remove unused global variable phys_ram_fdStefan Weil2013-07-091-1/+0
|/
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-10/+0
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-2/+0
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-13/+0
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-2/+0
* exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-1/+0
* protect the ramlist with a separate mutexUmesh Deshpande2012-12-201-0/+9
* add a version number to ram_listUmesh Deshpande2012-12-201-0/+1
* exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-2/+2
* exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini2012-12-201-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+522
OpenPOWER on IntegriCloud