summaryrefslogtreecommitdiff
path: root/qom/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin1-0/+1
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini1-0/+1
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini1-0/+2
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini1-1/+1
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao1-0/+7
2015-07-09cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost1-0/+2
2015-03-19qom: Fix warning from SparseStefan Weil1-1/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini1-0/+1
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng1-10/+0
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-0/+6
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-2/+4
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-0/+5
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz1-0/+6
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-0/+1