summaryrefslogtreecommitdiffstats
path: root/qom/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov2018-03-191-12/+2Star
* Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov2018-03-191-43/+4Star
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-241-0/+1
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-1/+6
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-14/+5Star
* qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov2017-09-191-16/+30
* boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell2017-09-071-0/+16
* qom: cpu: fix parsed feature string lengthIgor Mammedov2017-09-011-8/+6Star
* cpu: cpu_by_arch_id() helperEduardo Habkost2017-09-011-3/+8
* Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin2017-08-091-34/+0Star
* cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin2017-08-071-0/+34
* trace: Allocate cpu->trace_dstate in placeLluís Vilanova2017-07-171-8/+0Star
* cpu: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-0/+1
* cpu: move interrupt handling out of translate-common.cPaolo Bonzini2017-07-041-0/+13
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-3/+2Star
* tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota2017-06-301-4/+1Star
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* trace: add sanity checkAnthony Xu2017-05-121-1/+5
* Merge branch 'icount-update' into HEADPaolo Bonzini2017-03-031-1/+1
|\
| * cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini2017-02-221-1/+1
* | tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+10
|/
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-161-0/+11
* arm: Correctly handle watchpoints for BE32 CPUsJulian Brown2017-02-071-0/+6
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth2017-01-271-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-201-1/+1
|\
| * kvm: move cpu synchronization codeVincent Palatin2017-01-191-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-01-171-0/+2
|\ \
| * | trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova2017-01-161-0/+2
| |/
* | cpu_common_reset: wrap TCG specific code in tcg_enabled()Alex Bennée2017-01-131-4/+6
* | qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-0/+4
|/
* 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