index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qom
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
2020-05-15
1
-23
/
+0
*
qom: Simplify object_property_get_enum()
Markus Armbruster
2020-05-15
1
-9
/
+2
*
qom: Drop object_property_del_child()'s unused parameter @errp
Markus Armbruster
2020-05-15
1
-2
/
+2
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
1
-22
/
+24
*
qom: Clearer reference counting in object_initialize_childv()
Markus Armbruster
2020-05-15
1
-8
/
+8
*
qom: Simplify object_property_get_enum()
Markus Armbruster
2020-04-30
1
-3
/
+1
*
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
1
-24
/
+188
*
object: return self in object_ref()
Marc-André Lureau
2020-01-24
1
-2
/
+3
*
object: release all props
Marc-André Lureau
2020-01-24
1
-11
/
+10
*
object: add object_class_property_add_link()
Marc-André Lureau
2020-01-24
1
-1
/
+45
*
object: express const link with link property
Marc-André Lureau
2020-01-24
1
-18
/
+23
*
object: add direct link flag
Marc-André Lureau
2020-01-24
1
-6
/
+20
*
object: rename link "child" to "target"
Marc-André Lureau
2020-01-24
1
-12
/
+12
*
object: check strong flag with &
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
object: do not free class properties
Marc-André Lureau
2020-01-24
1
-4
/
+4
*
object: add object_property_set_default
Marc-André Lureau
2020-01-24
1
-0
/
+48
*
object: make object_class_property_add* return property
Marc-André Lureau
2020-01-24
1
-20
/
+44
*
object: add class property initializer
Marc-André Lureau
2020-01-24
1
-0
/
+14
*
object: avoid extra class property key duplication
Marc-André Lureau
2020-01-24
1
-3
/
+3
*
object: add extra sanity checks
Marc-André Lureau
2020-01-24
1
-0
/
+1
*
qom/object: Display more helpful message when a parent is missing
Philippe Mathieu-Daudé
2020-01-24
1
-1
/
+5
*
qom/object: Display more helpful message when an interface is missing
Philippe Mathieu-Daudé
2020-01-24
1
-0
/
+5
*
qom: add object_new_with_class
Paolo Bonzini
2019-12-17
1
-0
/
+5
*
qom: introduce object_register_sugar_prop
Paolo Bonzini
2019-12-17
1
-2
/
+21
*
qom: Fix error message in object_class_property_add()
Greg Kurz
2019-11-12
1
-6
/
+4
*
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Revert "Revert "globals: Allow global properties to be optional""
Dr. David Alan Gilbert
2019-07-29
1
-0
/
+3
*
qom/object: Display more helpful message when an object type is missing
Philippe Mathieu-Daudé
2019-05-24
1
-1
/
+6
*
Revert "globals: Allow global properties to be optional"
Daniel P. Berrangé
2019-05-21
1
-3
/
+0
*
qom: use object_new_with_type in object_new_with_propv
Wei Yang
2019-05-03
1
-1
/
+1
*
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
2019-03-11
1
-0
/
+39
*
qom: don't require user creatable objects to be registered
Daniel P. Berrangé
2019-02-26
1
-4
/
+8
*
globals: Allow global properties to be optional
Eduardo Habkost
2019-01-18
1
-0
/
+3
*
qom: Don't keep error value between object_property_parse() calls
Eduardo Habkost
2019-01-10
1
-1
/
+1
*
qdev-props: call object_apply_global_props()
Marc-André Lureau
2019-01-07
1
-1
/
+11
*
hw: apply accel compat properties without touching globals
Marc-André Lureau
2019-01-07
1
-0
/
+25
*
qom: remove unimplemented class_finalize
Marc-André Lureau
2018-12-11
1
-2
/
+0
*
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
2018-12-11
1
-4
/
+8
*
qom/object: register 'type' property as class property
Marc-André Lureau
2018-10-05
1
-3
/
+4
*
qom/object: fix iterating properties over a class
Marc-André Lureau
2018-10-05
1
-1
/
+1
*
qom/object: add some interface asserts
Marc-André Lureau
2018-10-02
1
-1
/
+8
*
qom/object: Add a new function object_initialize_child()
Thomas Huth
2018-07-17
1
-0
/
+54
*
Purge uses of banned g_assert_FOO()
Markus Armbruster
2018-06-13
1
-5
/
+5
*
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-12
1
-3
/
+5
*
qom: support orphan objects in object_get_canonical_path
Paolo Bonzini
2018-06-01
1
-12
/
+16
*
qom: allow object_get_canonical_path_component without parent
Paolo Bonzini
2018-05-09
1
-2
/
+3
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-8
/
+8
*
qobject: let object_property_get_str() use new API
Peter Xu
2018-03-19
1
-6
/
+3
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-4
/
+4
*
qom: introduce object_class_get_list_sorted
Paolo Bonzini
2018-03-12
1
-0
/
+13
[prev]
[next]