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
/
qom
Age
Commit message (
Expand
)
Author
2020-10-15
qom: Add user_creatable_print_help_from_qdict()
Kevin Wolf
2020-10-15
qom: Factor out helpers from user_creatable_print_help()
Kevin Wolf
2020-10-12
qom: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-06
qom: Improve error message displayed with missing object properties
Philippe Mathieu-Daudé
2020-09-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-18
qom: Allow objects to be allocated with increased alignment
Richard Henderson
2020-09-18
qom: Clean up object_property_get_enum()'s error value
Markus Armbruster
2020-09-15
object_initialize: try module load
Gerd Hoffmann
2020-09-08
qom: make object_ref/unref use a void * instead of Object *.
Daniel P. Berrangé
2020-08-21
meson: convert common QMP bits for qemu and qemu-storage-daemon
Paolo Bonzini
2020-08-21
meson: convert crypto directory to Meson
Marc-André Lureau
2020-08-21
meson: convert qom directory to Meson (tools part)
Marc-André Lureau
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-21
qom: Make info qom-tree sort children more efficiently
Markus Armbruster
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-17
qom: Plug memory leak in "info qom-tree"
Markus Armbruster
2020-07-10
qom: Introduce object_property_try_add_child()
Eric Auger
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Make functions taking Error ** return bool, not 0/-1
Markus Armbruster
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
qom: Make functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qom: Use return values to check for error where that's simpler
Markus Armbruster
2020-07-10
qom: Rename qdev_get_type() to object_get_type()
Markus Armbruster
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-07
qdev: device module support
Gerd Hoffmann
2020-07-07
object: qom module support
Gerd Hoffmann
2020-06-17
hmp: Make json format optional for qom-set
David Hildenbrand
2020-06-17
qom-hmp-cmds: fix a memleak in hmp_qom_get
Pan Nengyuan
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qom: Make "info qom-tree" show children sorted
Markus Armbruster
2020-06-15
qom: Constify object_get_canonical_path{,_component}()'s parameter
Markus Armbruster
2020-06-10
qom/container: remove .instance_size initializer from container_info
Masahiro Yamada
2020-06-10
qom/object: pass (Object *) to object_initialize_with_type()
Masahiro Yamada
2020-06-10
qom/object: simplify type_initialize_interface()
Masahiro Yamada
2020-06-10
qom/object: factor out the initialization of hash table of properties
Masahiro Yamada
2020-06-10
qom: remove index from object_resolve_abs_path()
Masahiro Yamada
2020-06-10
qom/object: Fix object_child_foreach_recursive() return value
Cédric Le Goater
2020-06-01
hmp: Simplify qom-set
Dr. David Alan Gilbert
2020-06-01
hmp: Implement qom-get HMP command
Dr. David Alan Gilbert
2020-05-15
various: Remove unnecessary OBJECT() cast
Philippe Mathieu-Daudé
2020-05-15
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
qom: Make all the object_property_add_FOO() return the property
Markus Armbruster
2020-05-15
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
[next]