aboutsummaryrefslogtreecommitdiff
path: root/include/qom/cpu.h
AgeCommit message (Expand)Author
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil
2016-03-01typedefs: Add CPUStateLluís Vilanova
2016-02-23include: Clean up includesPeter Maydell
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite
2016-01-21cpu: Add new asidx_from_attrs() methodPeter Maydell
2016-01-21cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-09-30cpu: Provide vcpu throttling interfaceJason J. Herne
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09remove qemu/tls.hPaolo Bonzini
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-07-09disas: QOMify target specific setupPeter Crosthwaite
2015-07-09cpu: Add wrapper for the set_pc() hookPeter Crosthwaite
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao
2015-07-07cpus: Add a macro to walk CPUs in reverseBharata B Rao
2015-04-26exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2015-03-10cpu: Add missing documentation for some CPUClass methodsPeter Maydell
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-03-31cpu: Avoid QOM casts for CPU()Andreas Färber
2014-03-19cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move jmp_env field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber