summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-0/+17
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2-2/+10
2013-04-18elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2-10/+18
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2-2/+9
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2-2/+7
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini1-6/+0
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini1-5/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
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-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+0
2013-03-09tcg: Don't make exitreq flag a local temporaryRichard Henderson1-1/+1
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-0/+12
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell1-1/+1
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell1-1/+1
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber2-2/+3
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-2/+0
2013-02-16cpu: Move running field to CPUStateAndreas Färber1-1/+0
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber2-4/+2
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin1-8/+19
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