265 Commits (6b568e3f1dc22e839cd56b47e22c2aa5ece21367)

Author SHA1 Message Date
Thomas Huth 6b568e3f1d target/sparc/cpu: Rename the CPU models with a "+" in their names 2 years ago
Philippe Mathieu-Daudé ef929281f1 qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition 2 years ago
Philippe Mathieu-Daudé aaeafa5090 qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value) 2 years ago
Paolo Bonzini ee3b34cd48 hw/acpi: move object_resolve_type_unambiguous to core QOM 2 years ago
Thomas Huth 5bfb75f152 target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules 2 years ago
Thomas Huth b447378e12 qom/object: Limit type names to alphanumerical and some few special characters 2 years ago
Kevin Wolf 125062e791 qom: Add object_property_set_default_list() 2 years ago
Richard Henderson ad4ec2798f qom: Propagate alignment through type system 3 years ago
Claudio Fontana c551fb0b53 module: add Error arguments to module_load and module_load_qom 4 years ago
Claudio Fontana dbc0e80553 module: rename module_load_one to module_load 4 years ago
Markus Armbruster 3f7febc937 qom: Improve error messages when property has no getter or setter 4 years ago
Peter Maydell 5df022cf2e osdep: Move memalign-related functions to their own header 4 years ago
Michael S. Tsirkin e36828787f qom: assert integer does not overflow 4 years ago
Bernhard Beschow 5e78c98b7c Mark remaining global TypeInfo instances as const 4 years ago
Markus Armbruster 1bf4d3294b monitor: Fix find_device_state() for IDs containing slashes 5 years ago
Kevin Wolf dbc8221f8c qom: Reduce use of error_propagate() 5 years ago
Paolo Bonzini cbc94d9702 qom: use correct field name when getting/setting alias properties 5 years ago
Doug Evans 3a2e982d47 qom/object.c: Fix typo 5 years ago
Greg Kurz a8dc82ce82 qom: Allow optional sugar props 6 years ago
Eduardo Habkost 63f957ac96 qom: Assert that objects being destroyed have no parent 5 years ago
Markus Armbruster 26c52828f6 Revert "qobject: let object_property_get_str() use new API" 5 years ago
Ani Sinha 1bf8b88f14 qom: code hardening - have bound checking while looping with integer value 6 years ago
Paolo Bonzini 169cbac12d qom: eliminate identical functions 6 years ago
Philippe Mathieu-Daudé 4d9c7c8471 qom: Improve error message displayed with missing object properties 6 years ago
Stefan Hajnoczi d73415a315 qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
Daniel P. Berrangé efba15959c qom: simplify object_find_property / object_class_find_property 6 years ago
Richard Henderson 4c880f363e qom: Allow objects to be allocated with increased alignment 6 years ago
Markus Armbruster d20f616e8f qom: Clean up object_property_get_enum()'s error value 6 years ago
Gerd Hoffmann 64f7aece8e object_initialize: try module load 6 years ago
Daniel P. Berrangé c5a61e5a3c qom: make object_ref/unref use a void * instead of Object *. 6 years ago
Markus Armbruster 7a309cc95b qom: Change object_get_canonical_path_component() not to malloc 6 years ago
Eric Auger db57fef1e2 qom: Introduce object_property_try_add_child() 6 years ago
Markus Armbruster 992861fb1e error: Eliminate error_propagate() manually 6 years ago
Markus Armbruster af175e85f9 error: Eliminate error_propagate() with Coccinelle, part 2 6 years ago
Markus Armbruster 668f62ec62 error: Eliminate error_propagate() with Coccinelle, part 1 6 years ago
Markus Armbruster b783f54d60 qom: Make functions taking Error ** return bool, not 0/-1 6 years ago
Markus Armbruster 778a2dc592 qom: Use returned bool to check for failure, Coccinelle part 6 years ago
Markus Armbruster 6fd5bef10b qom: Make functions taking Error ** return bool, not void 6 years ago
Markus Armbruster 5325cc34a2 qom: Put name parameter before value / visitor parameter 6 years ago
Markus Armbruster 1c94a35164 qom: Use return values to check for error where that's simpler 6 years ago
Markus Armbruster 90c69fb9fd qom: Rename qdev_get_type() to object_get_type() 6 years ago
Markus Armbruster 62a35aaa31 qapi: Use returned bool to check for failure, Coccinelle part 6 years ago
Gerd Hoffmann 0f8198f1b2 object: qom module support 6 years ago
Markus Armbruster 9fc7fc4d39 qom: Less verbose object_initialize_child() 6 years ago
Markus Armbruster e8512dfa4d qom: Constify object_get_canonical_path{,_component}()'s parameter 6 years ago
Masahiro Yamada e27a959581 qom/object: pass (Object *) to object_initialize_with_type() 6 years ago
Masahiro Yamada 3d91293ed2 qom/object: simplify type_initialize_interface() 6 years ago
Masahiro Yamada e5a0cc5e44 qom/object: factor out the initialization of hash table of properties 6 years ago
Masahiro Yamada ad195c8ff5 qom: remove index from object_resolve_abs_path() 6 years ago
Cédric Le Goater 4a39181db2 qom/object: Fix object_child_foreach_recursive() return value 6 years ago