summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-defs.h
Commit message (Expand)AuthorAgeFilesLines
* include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite2015-06-261-6/+0
* cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite2015-06-261-1/+0
* softmmu: support up to 12 MMU modesPaolo Bonzini2015-06-031-2/+33
* Add MemTxAttrs to the IOTLBPeter Maydell2015-04-261-0/+2
* Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell2015-04-261-2/+11
* implementing victim TLB for QEMU system emulated TLBXin Tong2014-09-011-2/+7
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-10/+0
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-10/+0
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+0
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+0
* cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+0
* cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-4/+0
* cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-20/+0
* cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+0
* cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+0
* cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+0
* target-arm: Implement WFE as a yield operationPeter Maydell2014-03-101-0/+1
* cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+0
* Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori2013-07-261-2/+0
|\
| * tcg: Remove temp_bufRichard Henderson2013-07-151-2/+0
* | cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-2/+0
* | cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+0
|/
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+0
* hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber2013-06-281-0/+2
* tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITSRichard Henderson2013-06-051-1/+1
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-181-2/+0
* elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2013-04-181-4/+4
* elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-181-2/+0
* elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-181-2/+0
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+0
* Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-1/+1
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-161-1/+0
* 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-161-1/+0
* cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber2013-01-191-2/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+0
* 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-231-7/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+213
OpenPOWER on IntegriCloud