aboutsummaryrefslogtreecommitdiff
path: root/qom/cpu.c
AgeCommit message (Expand)Author
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster
2019-03-11qom: cpu: destroy work_mutex in cpu_common_finalizeLi Qiang
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth
2018-03-19cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell
2017-09-01qom: cpu: fix parsed feature string lengthIgor Mammedov
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost
2017-08-09Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin
2017-08-08cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-12trace: add sanity checkAnthony Xu
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