summaryrefslogtreecommitdiffstats
path: root/qom/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier2016-10-241-1/+7
* exec: split cpu_exec_init()Laurent Vivier2016-10-241-0/+2
* trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange2016-10-121-2/+5
* cpu: atomically modify cpu->exit_requestAlex Bennée2016-10-041-2/+2
* qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée2016-10-041-1/+5
* trace: Add event "guest_cpu_reset"Lluís Vilanova2016-09-281-0/+3
* trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-0/+3
* linux-user-i386: Fix crash on cpuidMarc-André Lureau2016-09-191-0/+5
* exec: Set cpu_index only if it's not been explictly setIgor Mammedov2016-07-261-1/+1
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+1
* pc: Parse CPU features only onceIgor Mammedov2016-07-071-1/+0Star
* arm: virt: Parse cpu_model only onceIgor Mammedov2016-07-071-1/+0Star
* cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov2016-07-071-12/+29
* tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-1/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* cpu: Clean up includesPeter Maydell2016-02-231-0/+1
* cpu: Add callback to check architectural watchpoint matchSergey Fedorov2016-02-111-0/+9
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* dump: qemunotes aren't commonly neededAndrew Jones2016-01-151-2/+2
* cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+1
* cpus: protect work list with work_mutexPaolo Bonzini2015-09-091-0/+1
* tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini2015-09-091-0/+2
* exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini2015-08-141-1/+1
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-091-0/+7
* cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost2015-07-091-0/+2
* qom: Fix warning from SparseStefan Weil2015-03-191-1/+1
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1Star
* cpu: initialize cpu->exception_index on resetPaolo Bonzini2014-12-201-0/+1
* qom/cpu: remove the unused CPU hot-plug notifierGu Zheng2014-11-021-10/+0Star
* qom: Add cpu_exec_interrupt hookRichard Henderson2014-09-251-0/+6
* qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson2014-09-251-2/+4
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-0/+5
* cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz2014-06-291-0/+6
* cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+2
* cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-0/+41
* cpu: Implement CPUClass::parse_features() for the rest of CPUsAndreas Färber2014-03-131-1/+30
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-0/+6
* cpu: Don't clear cpu->exit_request on resetEdgar E. Iglesias2014-03-131-1/+0Star
* cpu: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* cpu: Move cpu state syncs up into cpu_dump_state()James Hogan2013-09-201-0/+1
* cpu: Replace qemu_for_each_cpu()Andreas Färber2013-09-031-21/+9Star
* gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber2013-08-161-1/+1
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-2/+0Star
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-0/+13
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+9