summaryrefslogtreecommitdiff
path: root/qom
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-15qom: Add description field in ObjectProperty structGonglei1-0/+20
2014-10-15qom: Add error handler for object alias propertyGonglei1-1/+8
2014-10-15qom: Add error handler for object_property_print()Gonglei1-2/+10
2014-09-25qom: Add cpu_exec_interrupt hookRichard Henderson1-0/+6
2014-09-25qom: Add cpu_exec_enter and cpu_exec_exit hooksRichard Henderson1-2/+4
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-0/+5
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite1-0/+21
2014-09-04qom: Make object_child_foreach() safe for objects removalAlexey Kardashevskiy1-2/+2
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan1-2/+10
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini1-10/+4
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini1-1/+1
2014-07-01qom: object: Ignore refs/unrefs of NULLPeter Crosthwaite1-6/+8
2014-07-01qom: object: remove parent pointer when unparentingPeter Crosthwaite1-0/+1
2014-07-01qom: allow creating an alias of a child<> propertyPaolo Bonzini1-1/+11
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini1-29/+53
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi1-0/+51
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz1-0/+6
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+35
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+3
2014-04-11qom: Fix crash with qom-list and link propertiesCole Robinson1-1/+2
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-1/+17
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-3/+33
2014-03-19qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi1-14/+15
2014-03-19qom: Split object_property_set_link()Stefan Hajnoczi1-20/+40
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-0/+1