aboutsummaryrefslogtreecommitdiff
path: root/qom/cpu.c
AgeCommit message (Expand)Author
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-01-16trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova
2017-01-13cpu_common_reset: wrap TCG specific code in tcg_enabled()Alex Bennée
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: split cpu_exec_init()Laurent Vivier
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée
2016-10-04qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova
2016-09-19linux-user-i386: Fix crash on cpuidMarc-André Lureau
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-07pc: Parse CPU features only onceIgor Mammedov
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23cpu: Clean up includesPeter Maydell
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao
2015-07-09cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost
2015-03-19qom: Fix warning from SparseStefan Weil
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng
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-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
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