index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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: Demote already-has-a-parent to a regular error
Peter Crosthwaite
2014-10-23
1
-1
/
+5
*
qom: Allow clearing of a Link property
Peter Crosthwaite
2014-10-23
1
-3
/
+7
*
qom: Add description field in ObjectProperty struct
Gonglei
2014-10-15
1
-0
/
+20
*
qom: Add error handler for object alias property
Gonglei
2014-10-15
1
-1
/
+8
*
qom: Add error handler for object_property_print()
Gonglei
2014-10-15
1
-2
/
+10
*
qom: Add automatic arrayification to object_property_add()
Peter Crosthwaite
2014-09-04
1
-0
/
+21
*
qom: Make object_child_foreach() safe for objects removal
Alexey Kardashevskiy
2014-09-04
1
-2
/
+2
*
qom/object.c, hmp.c: fix string_output_get_string() memory leak
Chen Fan
2014-09-02
1
-2
/
+10
*
qom: object: move unparenting to the child property's release callback
Paolo Bonzini
2014-08-17
1
-10
/
+4
*
qom: object: delete properties before calling instance_finalize
Paolo Bonzini
2014-08-17
1
-1
/
+1
*
qom: object: Ignore refs/unrefs of NULL
Peter Crosthwaite
2014-07-01
1
-6
/
+8
*
qom: object: remove parent pointer when unparenting
Peter Crosthwaite
2014-07-01
1
-0
/
+1
*
qom: allow creating an alias of a child<> property
Paolo Bonzini
2014-07-01
1
-1
/
+11
*
qom: add a generic mechanism to resolve paths
Paolo Bonzini
2014-07-01
1
-29
/
+53
*
qom: add object_property_add_alias()
Stefan Hajnoczi
2014-07-01
1
-0
/
+51
*
qom: introduce object_property_get_enum and object_property_get_uint16List
Hu Tao
2014-06-19
1
-0
/
+35
*
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
1
-2
/
+3
*
qom: Fix crash with qom-list and link properties
Cole Robinson
2014-04-11
1
-1
/
+2
*
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
1
-1
/
+17
*
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-19
1
-3
/
+33
*
qom: Don't make link NULL on object_property_set_link() failure
Stefan Hajnoczi
2014-03-19
1
-14
/
+15
*
qom: Split object_property_set_link()
Stefan Hajnoczi
2014-03-19
1
-20
/
+40
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-03-13
1
-22
/
+32
|
\
|
*
object: add object_get_canonical_path_component()
Stefan Hajnoczi
2014-03-13
1
-22
/
+32
*
|
qom: Avoid leaking str and bool properties on failure
Stefan Hajnoczi
2014-03-12
1
-2
/
+12
|
/
*
qapi: Add human mode to StringOutputVisitor
Paolo Bonzini
2014-02-14
1
-2
/
+2
*
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
1
-3
/
+8
|
\
|
*
qom: catch errors in object_property_add_child
Paolo Bonzini
2014-01-06
1
-3
/
+8
*
|
qom: Detect bad reentrance during object_class_foreach()
Hervé Poussineau
2013-12-24
1
-0
/
+5
*
|
qom: Do not register interface "types" in the type table and fix names
Paolo Bonzini
2013-12-24
1
-11
/
+21
*
|
qom: Split out object and class caches
Peter Crosthwaite
2013-12-24
1
-6
/
+7
|
/
*
qom: Fix memory leak in object_property_set_link()
Vlad Yasevich
2013-11-19
1
-2
/
+3
*
qom: add pointer to int property helpers
Michael S. Tsirkin
2013-10-14
1
-0
/
+60
*
qom: Assert instance size in object_initialize_with_type()
Andreas Färber
2013-08-30
1
-3
/
+4
*
qom: Pass available size to object_initialize()
Andreas Färber
2013-08-30
1
-1
/
+1
*
qom: Introduce instance_post_init hook
Eduardo Habkost
2013-08-16
1
-0
/
+14
*
qom: Fix class cast of NULL classes
Peter Crosthwaite
2013-07-10
1
-3
/
+3
*
qom: Use atomics for object refcounting
Jan Kiszka
2013-07-04
1
-3
/
+2
*
qom/object: Don't poll cast cache for NULL objects
Peter Crosthwaite
2013-05-22
1
-2
/
+2
*
qom: aggressively optimize qom casting
Anthony Liguori
2013-05-13
1
-2
/
+38
*
qom: allow turning cast debugging off
Paolo Bonzini
2013-05-13
1
-4
/
+11
*
qom: trace asserting casts
Paolo Bonzini
2013-05-13
1
-1
/
+9
*
qom: pass file/line/function to asserting casts
Paolo Bonzini
2013-05-13
1
-6
/
+9
*
qom: add a fast path to object_class_dynamic_cast
Paolo Bonzini
2013-05-13
1
-0
/
+5
*
qom: allow casting of a NULL class
Paolo Bonzini
2013-05-13
1
-3
/
+9
*
QOM: Fail casts for unknown types
Alexander Graf
2013-04-30
1
-0
/
+5
*
qom: do not return root for empty path
Paolo Bonzini
2013-04-29
1
-10
/
+2
*
qom: do nothing on unparent of object without parent
Paolo Bonzini
2013-04-16
1
-0
/
+4
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-03-26
1
-3
/
+3
|
\
|
*
qom: call class destructor before unparent
Michael S. Tsirkin
2013-03-26
1
-3
/
+3
[next]