- 887ce50 compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED by Marc-André Lureau · 2 years, 10 months ago
- 1bf4d32 monitor: Fix find_device_state() for IDs containing slashes by Markus Armbruster · 3 years, 2 months ago
- 3bb6944 qom: export more functions for use with non-UserCreatable objects by Paolo Bonzini · 4 years, 1 month ago
- bc2f4fc qom: move user_creatable_add_opts logic to vl.c and QAPIfy it by Paolo Bonzini · 3 years, 9 months ago
- ddf6dae qom: Add user_creatable_parse_str() by Kevin Wolf · 3 years, 10 months ago
- ffd58ef qom: Add user_creatable_add_from_str() by Kevin Wolf · 3 years, 10 months ago
- f375026 qom: Factor out user_creatable_process_cmdline() by Kevin Wolf · 3 years, 10 months ago
- c923112 qom: Remove user_creatable_add_dict() by Kevin Wolf · 4 years, 1 month ago
- 9151e59 qapi/qom: QAPIfy object-add by Kevin Wolf · 4 years, 2 months ago
- a8dc82c qom: Allow optional sugar props by Greg Kurz · 4 years, 4 months ago
- c9ac145 qom: Add user_creatable_print_help_from_qdict() by Kevin Wolf · 4 years, 2 months ago
- ff59780 qom: Explicitly tag doc comments for typedefs and structs by Eduardo Habkost · 4 years, 2 months ago
- b99e80c docs/devel/qom: Remove usage of <code> by Eduardo Habkost · 4 years, 2 months ago
- d5b9959 qom: Fix DECLARE_*CHECKER documentation by Eduardo Habkost · 4 years, 2 months ago
- 9cb54b1 docs: Move object.h overview doc comment to qom.rst by Paolo Bonzini · 4 years, 3 months ago
- 6cf164c qom: Add code block markup to all code blocks by Eduardo Habkost · 4 years, 3 months ago
- 9bbfd24 qom: Indent existing code examples by Eduardo Habkost · 4 years, 3 months ago
- 8814446 qom: Reformat section titles using Sphinx syntax by Eduardo Habkost · 4 years, 3 months ago
- ed79980 qom: Add kernel-doc markup to introduction doc comment by Eduardo Habkost · 4 years, 3 months ago
- 78170df qom: Use ``code`` Sphinx syntax where appropriate by Eduardo Habkost · 4 years, 3 months ago
- 11e1c3a qom: Use kernel-doc private/public tags in structs by Eduardo Habkost · 4 years, 3 months ago
- 1827c35 qom: Document all function parameters in doc comments by Eduardo Habkost · 4 years, 3 months ago
- efba159 qom: simplify object_find_property / object_class_find_property by Daniel P. Berrangé · 4 years, 3 months ago
- 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 3 months ago
- c734cd4 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE by Eduardo Habkost · 4 years, 3 months ago
- 4c880f3 qom: Allow objects to be allocated with increased alignment by Richard Henderson · 4 years, 3 months ago
- a21e660 qom: Correct error values in two contracts by Markus Armbruster · 4 years, 3 months ago
- d20f616 qom: Clean up object_property_get_enum()'s error value by Markus Armbruster · 4 years, 3 months ago
- 04dcf4b qom: Correct object_class_dynamic_cast_assert() documentation by Eduardo Habkost · 4 years, 3 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 3 months ago
- ad09bed qom: Make type checker functions accept const pointers by Eduardo Habkost · 4 years, 4 months ago
- 7808a28 qom: DECLARE_*_CHECKERS macros by Eduardo Habkost · 4 years, 4 months ago
- 4a5f054 qom: Allow class type name to be specified in OBJECT_DECLARE* by Eduardo Habkost · 4 years, 4 months ago
- f84203a qom: provide convenient macros for declaring and defining types by Daniel P. Berrangé · 4 years, 4 months ago
- c5a61e5 qom: make object_ref/unref use a void * instead of Object *. by Daniel P. Berrangé · 4 years, 4 months ago
- 5bd929d qom: Document object_get_canonical_path() returns malloced string by Markus Armbruster · 4 years, 5 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 5 months ago
- db57fef qom: Introduce object_property_try_add_child() by Eric Auger · 4 years, 6 months ago
- b783f54 qom: Make functions taking Error ** return bool, not 0/-1 by Markus Armbruster · 4 years, 5 months ago
- 6fd5bef qom: Make functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 5 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 5 months ago
- fdb0df8 qom: Use error_reportf_err() instead of g_printerr() in examples by Markus Armbruster · 4 years, 5 months ago
- 0f8198f object: qom module support by Gerd Hoffmann · 4 years, 6 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 6 months ago
- e8512df qom: Constify object_get_canonical_path{,_component}()'s parameter by Markus Armbruster · 4 years, 7 months ago
- ca27b5e qom/object: Move Object typedef to 'qemu/typedefs.h' by Philippe Mathieu-Daudé · 4 years, 8 months ago
- df4fe0b qom: Drop @errp parameter of object_property_del() by Markus Armbruster · 4 years, 7 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 7 months ago
- 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 7 months ago
- 7025188 qom: Make all the object_property_add_FOO() return the property by Markus Armbruster · 4 years, 7 months ago
- 44a17fe qom: Drop convenience method object_property_get_uint16List() by Markus Armbruster · 4 years, 7 months ago
- ddfb0ba qom: Clean up inconsistent use of gchar * vs. char * by Markus Armbruster · 4 years, 7 months ago
- eaae29e qemu-storage-daemon: Fix non-string --object properties by Kevin Wolf · 4 years, 8 months ago
- d6a5bee qom: Factor out user_creatable_add_dict() by Kevin Wolf · 4 years, 8 months ago
- 836e1b3 qom/object: enable setter for uint types by Felipe Franciosi · 4 years, 11 months ago
- 5f07c4d qapi: Flatten object-add by Kevin Wolf · 4 years, 10 months ago
- 4df8161 qom: introduce object_property_help() by Marc-André Lureau · 5 years ago
- b77ade9 object: return self in object_ref() by Marc-André Lureau · 5 years ago
- 840ecdf object: add object_class_property_add_link() by Marc-André Lureau · 5 years ago
- 9941d37 object: add direct link flag by Marc-André Lureau · 5 years ago
- 3685420 object: rename link "child" to "target" by Marc-André Lureau · 5 years ago
- 0e76ed0 object: add object_property_set_default by Marc-André Lureau · 5 years ago
- a3a1621 object: make object_class_property_add* return property by Marc-André Lureau · 5 years ago
- 2a1be4b object: add class property initializer by Marc-André Lureau · 5 years ago
- f60a1cd object: add g_autoptr support by Marc-André Lureau · 5 years ago
- 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 1dc6ba2 include/qom/object.h: rename Error ** parameter to more common errp by Vladimir Sementsov-Ogievskiy · 5 years ago
- 55deffd object: Improve documentation of interfaces by Greg Kurz · 5 years ago
- 3c75e12 qom: add object_new_with_class by Paolo Bonzini · 5 years ago
- 1fff3c2 qom: introduce object_register_sugar_prop by Paolo Bonzini · 5 years ago
- 3e9297f vl: Split off user_creatable_print_help() by Kevin Wolf · 5 years ago
- 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 5 years ago
- dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 5 years ago
- 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 5 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 5e14019 cpu: Move icount_decr to CPUNegativeOffsetState by Richard Henderson · 6 years ago
- 9c09a25 cpus: Initialize pseudo-random seeds for all guest cpus by Richard Henderson · 6 years ago
- 69963f5 tcg: Remove CPUClass::handle_mmu_fault by Richard Henderson · 6 years ago
- da6bbf8 tcg: Add CPUClass::tlb_fill by Richard Henderson · 6 years ago
- c1c8cfe cpu: Rename parse_cpu_model() to parse_cpu_option() by Eduardo Habkost · 6 years ago
- 3979fca disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h by Markus Armbruster · 6 years ago
- 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
- 11cb6c1 qom/cpu: Simplify how CPUClass::dump_statistics() prints by Markus Armbruster · 6 years ago
- 617902a qom: Move compat_props machinery from qdev to QOM by Markus Armbruster · 6 years ago
- 42f6ed9 arm: Clarify the logic of set_pc() by Julia Suvorova · 6 years ago
- 7ea7b9a qom/cpu: Add cluster_index to CPUState by Peter Maydell · 6 years ago
- f481ee2 qemu/queue.h: typedef QTAILQ heads by Paolo Bonzini · 6 years ago
- b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
- c0b05ec qom: Include qemu/fprintf-fn.h in cpu.h by Priit Laes · 6 years ago
- ea9ce89 hw: apply accel compat properties without touching globals by Marc-André Lureau · 6 years ago
- 37fdb2c qom: remove unimplemented class_finalize by Marc-André Lureau · 6 years ago
- 3650b2d qom: make user_creatable_complete() specific to UserCreatable by Marc-André Lureau · 6 years ago
- aa1b35b qom: make interface types abstract by Marc-André Lureau · 6 years ago
- 7cfda77 move ObjectClass to typedefs.h by Gerd Hoffmann · 6 years ago
- 60a2ad7 cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush by Richard Henderson · 6 years ago
- 7e63bc3 cpu.h: fix a typo in comment by Li Qiang · 6 years ago
- c95ac10 cpu: Provide a proper prototype for target_words_bigendian() in a header by Thomas Huth · 6 years ago
- 068a5ea qom: convert the CPU list to RCU by Emilio G. Cota · 6 years ago
- dbea78a accel/tcg: Pass read access type through to io_readx() by Peter Maydell · 6 years ago