summaryrefslogtreecommitdiff
path: root/include/qom/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov1-0/+2
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+6
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-4/+11
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-1/+1
2016-05-30cpu: Add a sync version of cpu_remove()Bharata B Rao1-0/+8
2016-05-30cpu: Reclaim vCPU objectsGu Zheng1-0/+10
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+10
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini1-0/+9
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-2/+0
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov1-0/+2
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil1-1/+0
2016-03-01typedefs: Add CPUStateLluís Vilanova1-1/+0
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov1-2/+6
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand1-0/+3
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite1-0/+1
2016-01-21cpu: Add new asidx_from_attrs() methodPeter Maydell1-0/+20
2016-01-21cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell1-2/+34
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell1-0/+2
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell1-2/+5
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson1-0/+16
2015-09-30cpu: Provide vcpu throttling interfaceJason J. Herne1-0/+42
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin1-0/+2
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini1-1/+5
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini1-2/+2
2015-09-09remove qemu/tls.hPaolo Bonzini1-3/+1
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini1-1/+3
2015-07-09disas: QOMify target specific setupPeter Crosthwaite1-0/+4
2015-07-09cpu: Add wrapper for the set_pc() hookPeter Crosthwaite1-0/+14
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao1-0/+1
2015-07-07cpus: Add a macro to walk CPUs in reverseBharata B Rao1-0/+2
2015-04-26exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell1-0/+2
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+1
2015-03-10cpu: Add missing documentation for some CPUClass methodsPeter Maydell1-0/+12
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini1-0/+1
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell1-0/+3
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-0/+2
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-0/+5
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-0/+2
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell1-1/+5
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell1-1/+1
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz1-0/+1
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini1-2/+13
2014-03-31cpu: Avoid QOM casts for CPU()Andreas Färber1-1/+6
2014-03-19cpu: Move tcg_exit_req to the end of CPUStateRichard Henderson1-1/+6
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-0/+3
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-0/+15
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-0/+7