Re: [PATCH 17/17] qom: Drop @errp parameter of object_property_del()

2020-05-01 Thread Markus Armbruster
Eric Blake writes: > On 4/28/20 11:34 AM, Markus Armbruster wrote: >> Same story as for object_property_add(): the only way >> object_property_del() can fail is when the property with this name >> does not exist. Since our property names are all hardcoded, failure >> is a programming error, and

Re: [PATCH 17/17] qom: Drop @errp parameter of object_property_del()

2020-04-28 Thread Eric Blake
On 4/28/20 11:34 AM, Markus Armbruster wrote: Same story as for object_property_add(): the only way object_property_del() can fail is when the property with this name does not exist. Since our property names are all hardcoded, failure is a programming error, and the appropriate way to handle it