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
*
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
1
-20
/
+13
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-3
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-24
/
+8
*
qom: Make functions taking Error ** return bool, not 0/-1
Markus Armbruster
2020-07-10
1
-7
/
+7
*
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-10
/
+5
*
qom: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-37
/
+62
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-26
/
+26
*
qom: Use return values to check for error where that's simpler
Markus Armbruster
2020-07-10
1
-11
/
+14
*
qom: Rename qdev_get_type() to object_get_type()
Markus Armbruster
2020-07-10
1
-2
/
+2
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-28
/
+14
*
object: qom module support
Gerd Hoffmann
2020-07-07
1
-0
/
+14
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-4
/
+15
*
qom: Constify object_get_canonical_path{,_component}()'s parameter
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qom/object: pass (Object *) to object_initialize_with_type()
Masahiro Yamada
2020-06-10
1
-3
/
+1
*
qom/object: simplify type_initialize_interface()
Masahiro Yamada
2020-06-10
1
-2
/
+1
*
qom/object: factor out the initialization of hash table of properties
Masahiro Yamada
2020-06-10
1
-5
/
+3
*
qom: remove index from object_resolve_abs_path()
Masahiro Yamada
2020-06-10
1
-10
/
+9
*
qom/object: Fix object_child_foreach_recursive() return value
Cédric Le Goater
2020-06-10
1
-1
/
+4
*
various: Remove unnecessary OBJECT() cast
Philippe Mathieu-Daudé
2020-05-15
1
-2
/
+2
*
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
1
-6
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-202
/
+100
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
1
-15
/
+4
*
qom: Make all the object_property_add_FOO() return the property
Markus Armbruster
2020-05-15
1
-123
/
+127
*
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
[next]