summaryrefslogtreecommitdiff
path: root/include/qom/cpu.h
AgeCommit message (Expand)Author
2017-02-24cputlb: add tlb_flush_by_mmuidx async routinesAlex Bennée
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-24exec: split cpu_exec_init()Laurent Vivier
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov
2016-05-30cpu: Add a sync version of cpu_remove()Bharata B Rao
2016-05-30cpu: Reclaim vCPU objectsGu Zheng
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
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