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/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
*
qmp: Add qom-list-properties to list QOM object properties
Alexey Kardashevskiy
2018-03-06
1
-0
/
+7
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
1
-0
/
+1
*
qom: introduce type_register_static_array()
Igor Mammedov
2017-10-17
1
-0
/
+9
*
qom: provide root container for internal objs
Peter Xu
2017-10-03
1
-0
/
+11
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
1
-8
/
+8
*
qom: Fix ambiguous path detection when ambiguous=NULL
Eduardo Habkost
2017-07-17
1
-9
/
+8
*
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-14
1
-4
/
+4
*
object: add uint property setter/getter
Marc-André Lureau
2017-06-20
1
-0
/
+29
*
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-20
1
-9
/
+7
*
object: fix potential leak in getters
Marc-André Lureau
2017-06-19
1
-3
/
+3
*
object: make some funcs static
Marc-André Lureau
2017-01-24
1
-2
/
+2
*
qom: Make all interface types abstract
Eduardo Habkost
2017-01-16
1
-0
/
+6
*
qom/object: update class cache atomically
Alex Bennée
2016-10-04
1
-7
/
+8
*
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
1
-16
/
+12
*
string-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-5
/
+6
*
string-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-14
/
+11
*
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-06
1
-1
/
+1
*
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
qom: API to get instance_size of a type
Bharata B Rao
2016-06-17
1
-0
/
+8
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-3
/
+2
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-4
/
+4
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
1
-38
/
+37
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-25
/
+24
*
qom: Use typedef for Visitor
Eric Blake
2016-02-08
1
-2
/
+2
*
qom: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
qom: Change object property iterator API contract
Daniel P. Berrange
2016-01-18
1
-18
/
+4
*
qom: Allow properties to be registered against classes
Daniel P. Berrange
2016-01-18
1
-15
/
+221
*
qom: Clean up assertions to display values on failure
Andreas Färber
2015-11-19
1
-6
/
+6
*
qom: Replace object property list with GHashTable
Pavel Fedin
2015-11-19
1
-44
/
+76
*
qom: Introduce ObjectPropertyIterator struct for iteration
Daniel P. Berrange
2015-11-18
1
-0
/
+28
*
error: More error_setg() usage
Eric Blake
2015-11-11
1
-2
/
+2
*
qom/object: fix 2 comment typos
Cao jin
2015-11-06
1
-1
/
+1
*
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-10-12
1
-9
/
+9
*
qom: Fix invalid error check in property_get_str()
Markus Armbruster
2015-09-19
1
-4
/
+8
*
qom: Do not reuse errp after a possible error
Markus Armbruster
2015-09-19
1
-6
/
+35
*
qom: Add recursive version of object_child_for_each
Peter Crosthwaite
2015-09-08
1
-3
/
+22
[next]