summaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-9/+9
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-55/+6
2018-03-19qobject: let object_property_get_str() use new APIPeter Xu1-6/+3
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-4/+4
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
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+13
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+7
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-2/+1
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+9
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-1/+6
2017-10-03qom: provide root container for internal objsPeter Xu1-0/+11
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-19vl: Clean up user-creatable objects when exitingEduardo Habkost1-0/+5
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell1-0/+16
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell1-8/+8
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-8/+8
2017-09-01qom: cpu: fix parsed feature string lengthIgor Mammedov1-8/+6
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost1-3/+8
2017-09-01qom: Remove unused errp parameter from can_be_deleted()Eduardo Habkost1-3/+3
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-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-9/+8
2017-07-17qom: Fix ambiguous path detection when ambiguous=NULLEduardo Habkost1-9/+8
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-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-4/+4
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-06-20object: add uint property setter/getterMarc-André Lureau1-0/+29
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-9/+7
2017-06-19object: fix potential leak in gettersMarc-André Lureau1-3/+3
2017-06-06monitor: fix object_del for command-line-created objectsMichael Roth1-0/+9
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-05-04container: don't leak container referenceMarc-André Lureau1-0/+1
2017-03-23qom: Fix regression with 'qom-type'Eric Blake1-0/+2
2017-03-22qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_optsEric Blake1-3/+5
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1
2017-03-05qom: Make object_property_set_qobject()'s input visitor strictMarkus Armbruster1-2/+2