summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+0
* tcg: Don't make exitreq flag a local temporaryRichard Henderson2013-03-091-1/+1
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-0/+12
* tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell2013-03-031-1/+1
* Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-1/+1
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-162-2/+3
* cpu: Move exit_request field to CPUStateAndreas Färber2013-02-161-2/+0
* cpu: Move running field to CPUStateAndreas Färber2013-02-161-1/+0
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-162-4/+2
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-8/+19
* tci: Fix broken build (regression)Stefan Weil2013-01-191-7/+1
* cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber2013-01-191-2/+0
* exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-1/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-152-2/+2
* cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-1/+0
* cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-2/+0
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-232-7/+13
* memory: introduce memory_region_test_and_clear_dirtyJuan Quintela2012-12-201-0/+16
* 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-197-10/+10
* exec: move include files to include/exec/Paolo Bonzini2012-12-1923-0/+4065
OpenPOWER on IntegriCloud