aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones
2015-11-19qom: Clean up assertions to display values on failureAndreas Färber
2015-11-19qom: Replace object property list with GHashTablePavel Fedin
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange
2015-11-11error: More error_setg() usageEric Blake
2015-11-06qom/object: fix 2 comment typosCao jin
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster
2015-09-19qom: Do not reuse errp after a possible errorMarkus Armbruster
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini
2015-09-08qom: Add recursive version of object_child_for_eachPeter Crosthwaite
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao
2015-07-09cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma
2015-03-31qom: Fix object_property_add_alias() with [*]Andreas Färber
2015-03-19qom: Fix warning from SparseStefan Weil
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini
2014-11-02qom/cpu: remove the unused CPU hot-plug notifierGu Zheng
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite
2014-10-15qom: Add description field in ObjectProperty structGonglei
2014-10-15qom: Add error handler for object alias propertyGonglei
2014-10-15qom: Add error handler for object_property_print()Gonglei
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini