Sign in
qemu
/
qemu
/
350a9c9e181b1986163e445b27c3a67722ded91b
/
qom
/
object.c
6134d75
qom: don't require user creatable objects to be registered
by Daniel P. Berrangé
· 7 years ago
d774174
globals: Allow global properties to be optional
by Eduardo Habkost
· 6 years ago
d769f0d
qom: Don't keep error value between object_property_parse() calls
by Eduardo Habkost
· 6 years ago
50545b2
qdev-props: call object_apply_global_props()
by Marc-André Lureau
· 6 years ago
ea9ce89
hw: apply accel compat properties without touching globals
by Marc-André Lureau
· 6 years ago
37fdb2c
qom: remove unimplemented class_finalize
by Marc-André Lureau
· 6 years ago
3650b2d
qom: make user_creatable_complete() specific to UserCreatable
by Marc-André Lureau
· 6 years ago
7439a03
qom/object: register 'type' property as class property
by Marc-André Lureau
· 7 years ago
684546d
qom/object: fix iterating properties over a class
by Marc-André Lureau
· 7 years ago
422ca14
qom/object: add some interface asserts
by Marc-André Lureau
· 6 years ago
0210b39
qom/object: Add a new function object_initialize_child()
by Thomas Huth
· 7 years ago
719a307
Purge uses of banned g_assert_FOO()
by Markus Armbruster
· 7 years ago
265b578
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
by Marc-André Lureau
· 7 years ago
e40077f
qom: support orphan objects in object_get_canonical_path
by Paolo Bonzini
· 7 years ago
770dec2
qom: allow object_get_canonical_path_component without parent
by Paolo Bonzini
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
aafb21a
qobject: let object_property_get_str() use new API
by Peter Xu
· 7 years ago
7dc847e
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
by Max Reitz
· 7 years ago
47c6600
qom: introduce object_class_get_list_sorted
by Paolo Bonzini
· 7 years ago
961c47b
qmp: Add qom-list-properties to list QOM object properties
by Alexey Kardashevskiy
· 7 years ago
eb815e2
qapi: Move qapi-schema.json to qapi/, rename generated files
by Markus Armbruster
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
5ee9d2f
Include qapi/qmp/qobject.h exactly where needed
by Markus Armbruster
· 7 years ago
15280c3
qdict qlist: Make most helper macros functions
by Markus Armbruster
· 7 years ago
aa04c9d2
qom: introduce type_register_static_array()
by Igor Mammedov
· 7 years ago
7c47c4e
qom: provide root container for internal objs
by Peter Xu
· 7 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 8 years ago
ebcc479
qom: Fix ambiguous path detection when ambiguous=NULL
by Eduardo Habkost
· 8 years ago
8f5d58e
qom: enforce readonly nature of link's check callback
by Igor Mammedov
· 8 years ago
3152779
object: add uint property setter/getter
by Marc-André Lureau
· 8 years ago
01b2ffc
qapi: merge QInt and QFloat in QNum
by Marc-André Lureau
· 8 years ago
560f19f
object: fix potential leak in getters
by Marc-André Lureau
· 8 years ago
63f7b10
object: make some funcs static
by Marc-André Lureau
· 8 years ago
1c6d75d
qom: Make all interface types abstract
by Eduardo Habkost
· 8 years ago
b6b3ccf
qom/object: update class cache atomically
by Alex Bennée
· 8 years ago
3b098d5
qapi: Add new visit_complete() function
by Eric Blake
· 9 years ago
e7ca565
string-output-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
7a0525c
string-input-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
1158bb2
qapi: Add parameter to visit_end_*
by Eric Blake
· 9 years ago
621ff94
error: Remove NULL checks on error_propagate() calls
by Eduardo Habkost
· 9 years ago
3f97b53
qom: API to get instance_size of a type
by Bharata B Rao
· 9 years ago
15c2f66
qapi: Split visit_end_struct() into pieces
by Eric Blake
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
337283d
qapi: Drop unused 'kind' for struct/enum visit
by Eric Blake
· 9 years ago
d7bce99
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
4fa4549
qom: Use typedef for Visitor
by Eric Blake
· 9 years ago
9bbc853
qom: Clean up includes
by Peter Maydell
· 9 years ago
7746abd
qom: Change object property iterator API contract
by Daniel P. Berrange
· 9 years ago
16bf7f5
qom: Allow properties to be registered against classes
by Daniel P. Berrange
· 9 years ago
8438a13
qom: Clean up assertions to display values on failure
by Andreas Färber
· 9 years ago
b604a85
qom: Replace object property list with GHashTable
by Pavel Fedin
· 9 years ago
a00c948
qom: Introduce ObjectPropertyIterator struct for iteration
by Daniel P. Berrange
· 9 years ago
455b0fd
error: More error_setg() usage
by Eric Blake
· 9 years ago
b30d805
qom/object: fix 2 comment typos
by Cao jin
· 9 years ago
f8b7f1a
qapi: Consistent generated code: prefer visitor 'v'
by Eric Blake
· 9 years ago
e1c8237
qom: Fix invalid error check in property_get_str()
by Markus Armbruster
· 10 years ago
4715d42
qom: Do not reuse errp after a possible error
by Markus Armbruster
· 10 years ago
d714b8d
qom: Add recursive version of object_child_for_each
by Peter Crosthwaite
· 9 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
a3590da
qom: Don't pass string table to object_get_enum() function
by Daniel P. Berrange
· 10 years ago
a8e3fbe
qom: Add an object_property_add_enum() helper function
by Daniel P. Berrange
· 10 years ago
2e4450f
qom: Make enum string tables const-correct
by Daniel P. Berrange
· 10 years ago
a31bdae
qom: Add object_new_with_props() / object_new_withpropv() helpers
by Daniel P. Berrange
· 10 years ago
bc2256c
qom: Add helper function for getting user objects root
by Daniel P. Berrange
· 10 years ago
1590d26
qom: strdup() target property name on object_property_add_alias()
by Eduardo Habkost
· 10 years ago
fb9e7e3
qom: add object_property_add_const_link
by Paolo Bonzini
· 10 years ago
a18bb41
qom: Fix object_property_add_alias() with [*]
by Andreas Färber
· 10 years ago
8e099d1
Generalize QOM publishing of date and time from mc146818rtc.c
by David Gibson
· 10 years ago
8faa2f8
qom: Demote already-has-a-parent to a regular error
by Peter Crosthwaite
· 10 years ago
d3c4931
qom: Allow clearing of a Link property
by Peter Crosthwaite
· 10 years ago
8074264
qom: Add description field in ObjectProperty struct
by Gonglei
· 10 years ago
8ae9a9e
qom: Add error handler for object alias property
by Gonglei
· 10 years ago
3a53009
qom: Add error handler for object_property_print()
by Gonglei
· 10 years ago
3396590
qom: Add automatic arrayification to object_property_add()
by Peter Crosthwaite
· 11 years ago
8af734c
qom: Make object_child_foreach() safe for objects removal
by Alexey Kardashevskiy
· 11 years ago
976620a
qom/object.c, hmp.c: fix string_output_get_string() memory leak
by Chen Fan
· 11 years ago
bffc687
qom: object: move unparenting to the child property's release callback
by Paolo Bonzini
· 11 years ago
76a6e1c
qom: object: delete properties before calling instance_finalize
by Paolo Bonzini
· 11 years ago
8ffad85
qom: object: Ignore refs/unrefs of NULL
by Peter Crosthwaite
· 11 years ago
c28322d
qom: object: remove parent pointer when unparenting
by Peter Crosthwaite
· 11 years ago
d190698
qom: allow creating an alias of a child<> property
by Paolo Bonzini
· 11 years ago
64607d0
qom: add a generic mechanism to resolve paths
by Paolo Bonzini
· 11 years ago
ef7c7ff
qom: add object_property_add_alias()
by Stefan Hajnoczi
· 11 years ago
1f21772
qom: introduce object_property_get_enum and object_property_get_uint16List
by Hu Tao
· 11 years ago
f231b88
qerror.h: Remove QERR defines that are only used once
by Cole Robinson
· 11 years ago
92b3eea
qom: Fix crash with qom-list and link properties
by Cole Robinson
· 11 years ago
39f72ef
qom: Add check() argument to object_property_add_link()
by Stefan Hajnoczi
· 11 years ago
9561fda
qom: Make QOM link property unref optional
by Stefan Hajnoczi
· 11 years ago
c6aed98
qom: Don't make link NULL on object_property_set_link() failure
by Stefan Hajnoczi
· 11 years ago
f5ec670
qom: Split object_property_set_link()
by Stefan Hajnoczi
· 11 years ago
57fac92
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
11f590b
object: add object_get_canonical_path_component()
by Stefan Hajnoczi
· 11 years ago
a01aedc
qom: Avoid leaking str and bool properties on failure
by Stefan Hajnoczi
· 11 years ago
0b7593e
qapi: Add human mode to StringOutputVisitor
by Paolo Bonzini
· 11 years ago
133fe77
Merge remote branch 'luiz/queue/qmp' into qmpq
by Edgar E. Iglesias
· 11 years ago
b0ed5e9
qom: catch errors in object_property_add_child
by Paolo Bonzini
· 11 years ago
Next »