summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2013-01-19tci: Fix broken build (regression)Stefan Weil1-7/+1
2013-01-19cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber1-2/+0
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber1-1/+0
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber2-2/+2
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber1-1/+0
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber1-2/+0
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber23-0/+4098
2012-12-20memory: introduce memory_region_test_and_clear_dirtyJuan Quintela1-0/+16
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 Bonzini7-10/+10
2012-12-19exec: move include files to include/exec/Paolo Bonzini23-0/+4065