Re: [PATCH 28/36] qdev: Move core static property code to QOM

2020-10-30 Thread Marc-André Lureau
On Fri, Oct 30, 2020 at 2:17 AM Eduardo Habkost wrote: > Move the core of the static property code to qom/static-property.c. > > The actual property type implementations are still in > qdev-properties.c, they will be moved later. > > Signed-off-by: Eduardo Habkost > > Reviewed-by: Marc-André Lur

[PATCH 28/36] qdev: Move core static property code to QOM

2020-10-29 Thread Eduardo Habkost
Move the core of the static property code to qom/static-property.c. The actual property type implementations are still in qdev-properties.c, they will be moved later. Signed-off-by: Eduardo Habkost --- Cc: Paolo Bonzini Cc: "Daniel P. Berrangé" Cc: Eduardo Habkost Cc: qemu-devel@nongnu.org --