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
/
include
/
qom
/
object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: introduce object_property_help()
Marc-André Lureau
2020-01-24
1
-0
/
+13
*
object: return self in object_ref()
Marc-André Lureau
2020-01-24
1
-1
/
+2
*
object: add object_class_property_add_link()
Marc-André Lureau
2020-01-24
1
-0
/
+9
*
object: add direct link flag
Marc-André Lureau
2020-01-24
1
-0
/
+3
*
object: rename link "child" to "target"
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
object: add object_property_set_default
Marc-André Lureau
2020-01-24
1
-0
/
+37
*
object: make object_class_property_add* return property
Marc-André Lureau
2020-01-24
1
-8
/
+16
*
object: add class property initializer
Marc-André Lureau
2020-01-24
1
-2
/
+14
*
object: add g_autoptr support
Marc-André Lureau
2020-01-02
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-20
1
-2
/
+21
|
\
|
*
object: Improve documentation of interfaces
Greg Kurz
2019-12-17
1
-2
/
+8
|
*
qom: add object_new_with_class
Paolo Bonzini
2019-12-17
1
-0
/
+12
|
*
qom: introduce object_register_sugar_prop
Paolo Bonzini
2019-12-17
1
-0
/
+1
*
|
include/qom/object.h: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-2
/
+2
|
/
*
Include qemu/queue.h slightly less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
2019-03-11
1
-0
/
+3
*
hw: apply accel compat properties without touching globals
Marc-André Lureau
2019-01-07
1
-0
/
+3
*
qom: remove unimplemented class_finalize
Marc-André Lureau
2018-12-11
1
-5
/
+2
*
move ObjectClass to typedefs.h
Gerd Hoffmann
2018-12-11
1
-1
/
+0
*
qom/object: Add a new function object_initialize_child()
Thomas Huth
2018-07-17
1
-2
/
+43
*
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-12
1
-3
/
+9
*
qom: allow object_get_canonical_path_component without parent
Paolo Bonzini
2018-05-09
1
-0
/
+1
*
qom: introduce object_class_get_list_sorted
Paolo Bonzini
2018-03-12
1
-0
/
+11
*
qmp: Add qom-list-properties to list QOM object properties
Alexey Kardashevskiy
2018-03-06
1
-0
/
+16
*
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
*
qom: add helper macro DEFINE_TYPES()
Igor Mammedov
2017-10-17
1
-0
/
+36
*
qom: introduce type_register_static_array()
Igor Mammedov
2017-10-17
1
-0
/
+10
*
qom: update doc comment for type_register[_static]()
Igor Mammedov
2017-10-10
1
-2
/
+2
*
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
-2
/
+2
*
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-14
1
-3
/
+3
*
object: add uint property setter/getter
Marc-André Lureau
2017-06-20
1
-0
/
+23
*
object: make some funcs static
Marc-André Lureau
2017-01-24
1
-24
/
+0
*
object.h: spelling fix
Marc-André Lureau
2017-01-24
1
-1
/
+1
*
qom: Fix comment typo
Changlong Xie
2016-07-06
1
-1
/
+1
*
qom: API to get instance_size of a type
Bharata B Rao
2016-06-17
1
-1
/
+7
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
include: Clean up includes
Peter Maydell
2016-02-23
1
-3
/
+0
*
qom: Correct object_property_get_int() description
Alistair Francis
2016-02-11
1
-1
/
+1
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
1
-2
/
+2
*
qom: Use typedef for Visitor
Eric Blake
2016-02-08
1
-5
/
+4
*
qom: Change object property iterator API contract
Daniel P. Berrange
2016-01-18
1
-16
/
+14
*
qom: Allow properties to be registered against classes
Daniel P. Berrange
2016-01-18
1
-1
/
+45
*
qom: Update documentation comment of struct Object
Cao jin
2015-12-03
1
-3
/
+0
*
qom: Replace object property list with GHashTable
Pavel Fedin
2015-11-19
1
-3
/
+7
*
qom: Introduce ObjectPropertyIterator struct for iteration
Daniel P. Berrange
2015-11-18
1
-0
/
+49
[next]