Re: [PATCH 21/36] qom: Add allow_set callback to ObjectProperty

2020-10-30 Thread Marc-André Lureau
On Fri, Oct 30, 2020 at 2:12 AM Eduardo Habkost wrote: > Note that this doesn't replace the check callback at > object*_property_add_link() (yet), because currently the link > property check callback needs to get the property value as > argument (despite this not being necessary in most cases). >

[PATCH 21/36] qom: Add allow_set callback to ObjectProperty

2020-10-29 Thread Eduardo Habkost
Note that this doesn't replace the check callback at object*_property_add_link() (yet), because currently the link property check callback needs to get the property value as argument (despite this not being necessary in most cases). Signed-off-by: Eduardo Habkost --- Cc: Paolo Bonzini Cc: "Danie