summaryrefslogtreecommitdiffstats
path: root/include/qom/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+10
* include: move CPU-related definitions out of qemu-common.hPaolo Bonzini2016-05-191-0/+9
* tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-2/+0Star
* tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-131-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-1/+0Star
|\
| * Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* | Remove unneeded include statements for setjmp.hStefan Weil2016-03-221-1/+0Star
|/
* typedefs: Add CPUStateLluís Vilanova2016-03-011-1/+0Star
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* cpu: Add callback to check architectural watchpoint matchSergey Fedorov2016-02-111-2/+6
* gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand2016-01-271-0/+3
* qom/cpu: Add MemoryRegion propertyPeter Crosthwaite2016-01-211-0/+1
* cpu: Add new asidx_from_attrs() methodPeter Maydell2016-01-211-0/+20
* cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell2016-01-211-2/+34
* exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2016-01-211-0/+2
* exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell2015-10-121-2/+5
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-0/+16
* cpu: Provide vcpu throttling interfaceJason J. Herne2015-09-301-0/+42
* cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+2
* cpus: protect work list with work_mutexPaolo Bonzini2015-09-091-1/+5
* tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-091-2/+2
* remove qemu/tls.hPaolo Bonzini2015-09-091-3/+1Star
* exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-141-1/+3
* disas: QOMify target specific setupPeter Crosthwaite2015-07-091-0/+4
* cpu: Add wrapper for the set_pc() hookPeter Crosthwaite2015-07-091-0/+14
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-091-0/+1
* cpus: Add a macro to walk CPUs in reverseBharata B Rao2015-07-071-0/+2
* exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell2015-04-261-0/+2
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
* cpu: Add missing documentation for some CPUClass methodsPeter Maydell2015-03-101-0/+12
* exec: make iotlb RCU-friendlyPaolo Bonzini2015-02-161-0/+1
* gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell2014-10-061-0/+3
* qom: Add cpu_exec_interrupt hookRichard Henderson2014-09-251-0/+2
* qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson2014-09-251-0/+5
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-0/+2
* exec.c: Record watchpoint fault address and directionPeter Maydell2014-09-121-1/+5
* exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-1/+1
* cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz2014-06-291-0/+1
* softmmu: make do_unaligned_access a method of CPUPaolo Bonzini2014-06-051-2/+13
* cpu: Avoid QOM casts for CPU()Andreas Färber2014-03-311-1/+6
* cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson2014-03-191-1/+6
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-0/+3
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-0/+15
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-0/+7
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+9
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+10
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+3
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+2
* cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+4