aboutsummaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)Author
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
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson