summaryrefslogtreecommitdiff
path: root/qom/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov1-12/+2
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-43/+4
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-1/+6
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-14/+5
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov1-16/+30
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell1-0/+16
2017-09-01qom: cpu: fix parsed feature string lengthIgor Mammedov1-8/+6
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost1-3/+8
2017-08-09Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin1-34/+0
2017-08-08cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin1-0/+34
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova1-8/+0
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng1-0/+1
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini1-0/+13
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth1-3/+2
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota1-4/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-12trace: add sanity checkAnthony Xu1-1/+5
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-1/+1
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+10
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-1/+1
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-0/+11
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+6
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2017-01-27Introduce DEVICE_CATEGORY_CPU for CPU devicesThomas Huth1-0/+1
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+2
2017-01-16trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova1-0/+2
2017-01-13cpu_common_reset: wrap TCG specific code in tcg_enabled()Alex Bennée1-4/+6
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-0/+4
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier1-1/+7
2016-10-24exec: split cpu_exec_init()Laurent Vivier1-0/+2
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange1-2/+5
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée1-2/+2
2016-10-04qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée1-1/+5
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova1-0/+3
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-0/+3
2016-09-19linux-user-i386: Fix crash on cpuidMarc-André Lureau1-0/+5
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov1-1/+1
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+1
2016-07-07pc: Parse CPU features only onceIgor Mammedov1-1/+0
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov1-1/+0
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-12/+29
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23cpu: Clean up includesPeter Maydell1-0/+1
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov1-0/+9
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones1-2/+2