index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qom
/
object.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
qom: Introduce object_property_try_add_child()
Eric Auger
1
-2
/
+24
2020-07-10
qom: Make functions taking Error ** return bool, not 0/-1
Markus Armbruster
1
-17
/
+11
2020-07-10
qom: Make functions taking Error ** return bool, not void
Markus Armbruster
1
-11
/
+31
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-22
/
+22
2020-07-10
qom: Use error_reportf_err() instead of g_printerr() in examples
Markus Armbruster
1
-4
/
+2
2020-07-07
object: qom module support
Gerd Hoffmann
1
-0
/
+12
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-4
/
+26
2020-06-15
qom: Constify object_get_canonical_path{,_component}()'s parameter
Markus Armbruster
1
-2
/
+2
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-2
/
+0
2020-05-15
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-56
/
+25
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-4
/
+2
2020-05-15
qom: Make all the object_property_add_FOO() return the property
Markus Armbruster
1
-13
/
+37
2020-05-15
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
1
-14
/
+0
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
1
-6
/
+6
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
1
-8
/
+40
2020-01-24
qom: introduce object_property_help()
Marc-André Lureau
1
-0
/
+13
2020-01-24
object: return self in object_ref()
Marc-André Lureau
1
-1
/
+2
2020-01-24
object: add object_class_property_add_link()
Marc-André Lureau
1
-0
/
+9
2020-01-24
object: add direct link flag
Marc-André Lureau
1
-0
/
+3
2020-01-24
object: rename link "child" to "target"
Marc-André Lureau
1
-2
/
+2
2020-01-24
object: add object_property_set_default
Marc-André Lureau
1
-0
/
+37
2020-01-24
object: make object_class_property_add* return property
Marc-André Lureau
1
-8
/
+16
2020-01-24
object: add class property initializer
Marc-André Lureau
1
-2
/
+14
2020-01-02
object: add g_autoptr support
Marc-André Lureau
1
-0
/
+3
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+21
2019-12-18
include/qom/object.h: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-12-17
object: Improve documentation of interfaces
Greg Kurz
1
-2
/
+8
2019-12-17
qom: add object_new_with_class
Paolo Bonzini
1
-0
/
+12
2019-12-17
qom: introduce object_register_sugar_prop
Paolo Bonzini
1
-0
/
+1
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-11
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
1
-0
/
+3
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-0
/
+3
2018-12-11
qom: remove unimplemented class_finalize
Marc-André Lureau
1
-5
/
+2
2018-12-11
move ObjectClass to typedefs.h
Gerd Hoffmann
1
-1
/
+0
2018-07-17
qom/object: Add a new function object_initialize_child()
Thomas Huth
1
-2
/
+43
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-3
/
+9
2018-05-09
qom: allow object_get_canonical_path_component without parent
Paolo Bonzini
1
-0
/
+1
2018-03-12
qom: introduce object_class_get_list_sorted
Paolo Bonzini
1
-0
/
+11
2018-03-06
qmp: Add qom-list-properties to list QOM object properties
Alexey Kardashevskiy
1
-0
/
+16
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2017-10-17
qom: add helper macro DEFINE_TYPES()
Igor Mammedov
1
-0
/
+36
2017-10-17
qom: introduce type_register_static_array()
Igor Mammedov
1
-0
/
+10
2017-10-09
qom: update doc comment for type_register[_static]()
Igor Mammedov
1
-2
/
+2
2017-10-03
qom: provide root container for internal objs
Peter Xu
1
-0
/
+11
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-2
/
+2
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
1
-3
/
+3
2017-06-20
object: add uint property setter/getter
Marc-André Lureau
1
-0
/
+23
[next]