aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-07-17qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
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