| Commit message (Expand) | Author | Age | Files | Lines |
* | qom: Clean up object_property_get_enum()'s error value | Markus Armbruster | 2020-09-18 | 1 | -0/+2 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -8/+8 |
* | tests: Use error_free_or_abort() where appropriate | Markus Armbruster | 2020-07-02 | 1 | -5/+2 |
* | tests: Use &error_abort where appropriate | Markus Armbruster | 2020-07-02 | 1 | -5/+2 |
* | qom: Drop @errp parameter of object_property_del() | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -20/+9 |
* | tests/check-qom-proplist: Improve iterator coverage | Markus Armbruster | 2020-05-15 | 1 | -25/+26 |
* | tests/qom-proplist: check class properties iterator | Marc-André Lureau | 2018-10-05 | 1 | -0/+9 |
* | tests/qom-proplist: check properties are not listed multiple times | Marc-André Lureau | 2018-10-05 | 1 | -20/+24 |
* | tests/qom-proplist: check duplicate "bv" property registration failed | Marc-André Lureau | 2018-10-05 | 1 | -1/+4 |
* | qapi: drop the sentinel in enum array | Marc-André Lureau | 2017-09-04 | 1 | -1/+0 |
* | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2017-09-04 | 1 | -6/+9 |
* | tests: check-qom-proplist: fix leak | Marc-André Lureau | 2017-07-31 | 1 | -0/+2 |
* | qom: Fix ambiguous path detection when ambiguous=NULL | Eduardo Habkost | 2017-07-17 | 1 | -0/+3 |
* | tests: Test case for object_resolve_path*() | Eduardo Habkost | 2017-07-17 | 1 | -0/+39 |
* | monitor: fix object_del for command-line-created objects | Michael Roth | 2017-06-06 | 1 | -2/+2 |
* | tests: check-qom-proplist: add checks for cmdline-created objects | Michael Roth | 2017-06-06 | 1 | -0/+56 |
* | tests: fix check-qom-proplist leaks | Marc-André Lureau | 2016-09-08 | 1 | -0/+16 |
* | tests: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | tests: Clean up includes | Peter Maydell | 2016-02-16 | 1 | -0/+1 |
* | qom: Change object property iterator API contract | Daniel P. Berrange | 2016-01-18 | 1 | -4/+3 |
* | qom: Allow properties to be registered against classes | Daniel P. Berrange | 2016-01-18 | 1 | -10/+21 |
* | qom: Add a test case for complex property finalization | Daniel P. Berrange | 2015-11-18 | 1 | -0/+159 |
* | qom: Introduce ObjectPropertyIterator struct for iteration | Daniel P. Berrange | 2015-11-18 | 1 | -0/+46 |
* | qom: Don't pass string table to object_get_enum() function | Daniel P. Berrange | 2015-06-19 | 1 | -0/+43 |
* | qom: Add an object_property_add_enum() helper function | Daniel P. Berrange | 2015-06-19 | 1 | -0/+73 |
* | qom: Add object_new_with_props() / object_new_withpropv() helpers | Daniel P. Berrange | 2015-06-19 | 1 | -0/+186 |