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