Re: [PATCH v4 22/32] qdev: Wrap getters and setters in separate helpers

2020-12-15 Thread Igor Mammedov
On Fri, 11 Dec 2020 17:05:19 -0500 Eduardo Habkost wrote: > We'll add extra code to the qdev property getters and setters, so > add wrapper functions where additional actions can be performed. > > The new functions have a "field_prop_" prefix instead of "qdev_" > because the code will eventually

[PATCH v4 22/32] qdev: Wrap getters and setters in separate helpers

2020-12-11 Thread Eduardo Habkost
We'll add extra code to the qdev property getters and setters, so add wrapper functions where additional actions can be performed. The new functions have a "field_prop_" prefix instead of "qdev_" because the code will eventually be moved outside qdev-properties.c, to common QOM code. Signed-off-b