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
/
qom
/
object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-4
/
+15
2020-06-15
qom: Constify object_get_canonical_path{,_component}()'s parameter
Markus Armbruster
1
-2
/
+2
2020-06-10
qom/object: pass (Object *) to object_initialize_with_type()
Masahiro Yamada
1
-3
/
+1
2020-06-10
qom/object: simplify type_initialize_interface()
Masahiro Yamada
1
-2
/
+1
2020-06-10
qom/object: factor out the initialization of hash table of properties
Masahiro Yamada
1
-5
/
+3
2020-06-10
qom: remove index from object_resolve_abs_path()
Masahiro Yamada
1
-10
/
+9
2020-06-10
qom/object: Fix object_child_foreach_recursive() return value
Cédric Le Goater
1
-1
/
+4
2020-05-15
various: Remove unnecessary OBJECT() cast
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-15
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
1
-6
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-202
/
+100
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-15
/
+4
2020-05-15
qom: Make all the object_property_add_FOO() return the property
Markus Armbruster
1
-123
/
+127
2020-05-15
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
1
-23
/
+0
2020-05-15
qom: Simplify object_property_get_enum()
Markus Armbruster
1
-9
/
+2
2020-05-15
qom: Drop object_property_del_child()'s unused parameter @errp
Markus Armbruster
1
-2
/
+2
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
1
-22
/
+24
2020-05-15
qom: Clearer reference counting in object_initialize_childv()
Markus Armbruster
1
-8
/
+8
2020-04-30
qom: Simplify object_property_get_enum()
Markus Armbruster
1
-3
/
+1
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
1
-24
/
+188
2020-01-24
object: return self in object_ref()
Marc-André Lureau
1
-2
/
+3
2020-01-24
object: release all props
Marc-André Lureau
1
-11
/
+10
2020-01-24
object: add object_class_property_add_link()
Marc-André Lureau
1
-1
/
+45
2020-01-24
object: express const link with link property
Marc-André Lureau
1
-18
/
+23
2020-01-24
object: add direct link flag
Marc-André Lureau
1
-6
/
+20
2020-01-24
object: rename link "child" to "target"
Marc-André Lureau
1
-12
/
+12
2020-01-24
object: check strong flag with &
Marc-André Lureau
1
-1
/
+1
2020-01-24
object: do not free class properties
Marc-André Lureau
1
-4
/
+4
2020-01-24
object: add object_property_set_default
Marc-André Lureau
1
-0
/
+48
2020-01-24
object: make object_class_property_add* return property
Marc-André Lureau
1
-20
/
+44
2020-01-24
object: add class property initializer
Marc-André Lureau
1
-0
/
+14
2020-01-24
object: avoid extra class property key duplication
Marc-André Lureau
1
-3
/
+3
2020-01-24
object: add extra sanity checks
Marc-André Lureau
1
-0
/
+1
2020-01-24
qom/object: Display more helpful message when a parent is missing
Philippe Mathieu-Daudé
1
-1
/
+5
2020-01-24
qom/object: Display more helpful message when an interface is missing
Philippe Mathieu-Daudé
1
-0
/
+5
2019-12-17
qom: add object_new_with_class
Paolo Bonzini
1
-0
/
+5
2019-12-17
qom: introduce object_register_sugar_prop
Paolo Bonzini
1
-2
/
+21
2019-11-12
qom: Fix error message in object_class_property_add()
Greg Kurz
1
-6
/
+4
2019-08-16
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
1
-0
/
+1
2019-07-29
Revert "Revert "globals: Allow global properties to be optional""
Dr. David Alan Gilbert
1
-0
/
+3
2019-05-24
qom/object: Display more helpful message when an object type is missing
Philippe Mathieu-Daudé
1
-1
/
+6
2019-05-20
Revert "globals: Allow global properties to be optional"
Daniel P. Berrangé
1
-3
/
+0
2019-05-03
qom: use object_new_with_type in object_new_with_propv
Wei Yang
1
-1
/
+1
2019-03-11
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
1
-0
/
+39
2019-02-26
qom: don't require user creatable objects to be registered
Daniel P. Berrangé
1
-4
/
+8
2019-01-17
globals: Allow global properties to be optional
Eduardo Habkost
1
-0
/
+3
2019-01-10
qom: Don't keep error value between object_property_parse() calls
Eduardo Habkost
1
-1
/
+1
2019-01-07
qdev-props: call object_apply_global_props()
Marc-André Lureau
1
-1
/
+11
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-0
/
+25
2018-12-11
qom: remove unimplemented class_finalize
Marc-André Lureau
1
-2
/
+0
2018-12-11
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
1
-4
/
+8
[next]