index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qom
/
object.h
Age
Commit message (
Expand
)
Author
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
2018-12-11
qom: remove unimplemented class_finalize
Marc-André Lureau
2018-12-11
move ObjectClass to typedefs.h
Gerd Hoffmann
2018-07-17
qom/object: Add a new function object_initialize_child()
Thomas Huth
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-05-09
qom: allow object_get_canonical_path_component without parent
Paolo Bonzini
2018-03-12
qom: introduce object_class_get_list_sorted
Paolo Bonzini
2018-03-06
qmp: Add qom-list-properties to list QOM object properties
Alexey Kardashevskiy
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2017-10-17
qom: add helper macro DEFINE_TYPES()
Igor Mammedov
2017-10-17
qom: introduce type_register_static_array()
Igor Mammedov
2017-10-09
qom: update doc comment for type_register[_static]()
Igor Mammedov
2017-10-03
qom: provide root container for internal objs
Peter Xu
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-06-20
object: add uint property setter/getter
Marc-André Lureau
2017-01-24
object: make some funcs static
Marc-André Lureau
2017-01-24
object.h: spelling fix
Marc-André Lureau
2016-07-06
qom: Fix comment typo
Changlong Xie
2016-06-17
qom: API to get instance_size of a type
Bharata B Rao
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-11
qom: Correct object_property_get_int() description
Alistair Francis
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
qom: Use typedef for Visitor
Eric Blake
2016-01-18
qom: Change object property iterator API contract
Daniel P. Berrange
2016-01-18
qom: Allow properties to be registered against classes
Daniel P. Berrange
2015-12-03
qom: Update documentation comment of struct Object
Cao jin
2015-11-19
qom: Replace object property list with GHashTable
Pavel Fedin
2015-11-18
qom: Introduce ObjectPropertyIterator struct for iteration
Daniel P. Berrange
2015-11-06
qom/object: fix 2 comment typos
Cao jin
2015-09-08
qom: Add recursive version of object_child_for_each
Peter Crosthwaite
2015-06-19
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
2015-06-19
qom: Add an object_property_add_enum() helper function
Daniel P. Berrange
2015-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
2015-06-19
qom: Add object_new_with_props() / object_new_withpropv() helpers
Daniel P. Berrange
2015-06-19
qom: Add helper function for getting user objects root
Daniel P. Berrange
2015-06-05
qom: add object_property_add_const_link
Paolo Bonzini
2015-03-09
Generalize QOM publishing of date and time from mc146818rtc.c
David Gibson
2015-02-16
qom: Fix typo, 'my_class_init' -> 'derived_class_init'
Zhoujian
2014-10-15
qom: Add description field in ObjectProperty struct
Gonglei
2014-07-01
qom: add a generic mechanism to resolve paths
Paolo Bonzini
2014-07-01
qom: add object_property_add_alias()
Stefan Hajnoczi
2014-06-19
qom: introduce object_property_get_enum and object_property_get_uint16List
Hu Tao
2014-03-19
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-13
object: add object_get_canonical_path_component()
Stefan Hajnoczi
[next]