aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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-06-20object: add uint property setter/getterMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-19object: fix potential leak in gettersMarc-André Lureau
2017-06-06monitor: fix object_del for command-line-created objectsMichael Roth
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-12trace: add sanity checkAnthony Xu
2017-05-04container: don't leak container referenceMarc-André Lureau
2017-03-23qom: Fix regression with 'qom-type'Eric Blake
2017-03-22qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_optsEric Blake
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster
2017-03-05qom: Make object_property_set_qobject()'s input visitor strictMarkus Armbruster
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-24object: make some funcs staticMarc-André Lureau
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-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell
2017-01-16qom: Make all interface types abstractEduardo Habkost
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
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov
2017-01-12qom: remove unused headerIgor Mammedov
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
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-10-04qom/object: update class cache atomicallyAlex 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-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
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