aboutsummaryrefslogtreecommitdiffstats
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
2019-11-12qom: Fix error message in object_class_property_add()Greg Kurz1-6/+4
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf1-0/+61
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2-459/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster1-0/+1
2019-07-29Revert "Revert "globals: Allow global properties to be optional""Dr. David Alan Gilbert1-0/+3
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster2-1/+121
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster2-0/+324
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-1/+1
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-2/+2
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé1-1/+6
2019-05-20Revert "globals: Allow global properties to be optional"Daniel P. Berrangé1-3/+0
2019-05-03qom: use object_new_with_type in object_new_with_propvWei Yang1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-3/+3
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-3/+2
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-0/+39
2019-03-11qom: cpu: destroy work_mutex in cpu_common_finalizeLi Qiang1-0/+3
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé2-10/+18
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell1-0/+1
2019-01-17globals: Allow global properties to be optionalEduardo Habkost1-0/+3
2019-01-10qom: Don't keep error value between object_property_parse() callsEduardo Habkost1-1/+1
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau1-1/+11
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-1/+0
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+25
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-2/+0
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2-15/+11
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-3/+1
2018-10-19qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster1-3/+1
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota1-1/+1
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth1-1/+0
2018-10-05vl: list user creatable properties when 'help' is argumentMarc-André Lureau1-3/+3
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau1-3/+4
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau1-1/+1
2018-10-02qom/object: add some interface assertsMarc-André Lureau1-1/+8
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth1-0/+54
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-5/+5
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-3/+5
2018-06-01qom: support orphan objects in object_get_canonical_pathPaolo Bonzini1-12/+16
2018-05-09memdev: remove "id" propertyPaolo Bonzini1-6/+0
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini1-2/+3
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
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-24object: make some funcs staticMarc-André Lureau1-2/+2
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+7
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-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell1-2/+8
2017-01-16qom: Make all interface types abstractEduardo Habkost1-0/+6
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
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov1-0/+6
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov1-54/+17
2017-01-12qom: remove unused headerIgor Mammedov1-1/+0
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2-3/+3
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-10-04qom/object: update class cache atomicallyAlex Bennée1-7/+8
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-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
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-07-06qapi: Add new visit_complete() functionEric Blake2-21/+17
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-5/+6
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-5/+4
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake1-14/+11
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-07-06qapi: Add parameter to visit_end_*Eric Blake2-3/+3
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+5
2016-06-20trace: split out trace events for qom/ directoryDaniel P. Berrange1-0/+5
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-17qom: API to get instance_size of a typeBharata B Rao1-0/+8
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-1/+0
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake2-16/+12
2016-05-12qom: Wrap prop visit in visit_start_structEric Blake1-6/+13
2016-05-12qapi: Use strict QMP input visitor in more placesEric Blake1-0/+1
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-1/+1
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster1-1/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-02-23cpu: Clean up includesPeter Maydell1-0/+1
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange1-0/+174
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov1-0/+9
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-4/+4
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-38/+37
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-25/+24
2016-02-08qom: Use typedef for VisitorEric Blake1-2/+2
2016-02-04qom: Clean up includesPeter Maydell4-1/+4
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-18/+4
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-15/+221
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones1-2/+2
2015-11-19qom: Clean up assertions to display values on failureAndreas Färber1-6/+6
2015-11-19qom: Replace object property list with GHashTablePavel Fedin1-44/+76
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange1-0/+28
2015-11-11error: More error_setg() usageEric Blake1-2/+2
2015-11-06qom/object: fix 2 comment typosCao jin1-1/+1
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake2-18/+18
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster1-4/+8
2015-09-19qom: Do not reuse errp after a possible errorMarkus Armbruster1-6/+35
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin1-0/+1
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange1-3/+4
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+3
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-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite1-3/+22
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-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-2/+4
2015-06-22qobject: Use 'bool' for qboolEric Blake1-2/+2
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange1-2/+17
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange1-0/+58
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange1-1/+1
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange1-0/+109
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange1-0/+5
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost1-2/+3
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini1-0/+16
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma1-0/+12
2015-03-31qom: Fix object_property_add_alias() with [*]Andreas Färber1-1/+1
2015-03-19qom: Fix warning from SparseStefan Weil1-1/+1
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-0/+79
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-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite1-1/+5
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite1-3/+7