Re: [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h

2020-12-15 Thread Igor Mammedov
On Fri, 11 Dec 2020 17:05:12 -0500 Eduardo Habkost wrote: > Move the property types and property macros implemented in > qdev-properties-system.c to a new qdev-properties-system.h > header. > > Signed-off-by: Eduardo Habkost Reviewed-by: Igor Mammedov > --- > Changes v1 -> v2: > * Move UUID

Re: [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h

2020-12-14 Thread Eduardo Habkost
On Mon, Dec 14, 2020 at 03:25:41PM +0100, Igor Mammedov wrote: > On Fri, 11 Dec 2020 17:05:12 -0500 > Eduardo Habkost wrote: > > > Move the property types and property macros implemented in > > qdev-properties-system.c to a new qdev-properties-system.h > > header. > > > > Signed-off-by: Eduardo

Re: [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h

2020-12-14 Thread Igor Mammedov
On Fri, 11 Dec 2020 17:05:12 -0500 Eduardo Habkost wrote: > Move the property types and property macros implemented in > qdev-properties-system.c to a new qdev-properties-system.h > header. > > Signed-off-by: Eduardo Habkost > --- > Changes v1 -> v2: > * Move UUID property type too, as it was m

[PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h

2020-12-11 Thread Eduardo Habkost
Move the property types and property macros implemented in qdev-properties-system.c to a new qdev-properties-system.h header. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * Move UUID property type too, as it was moved to qdev-properties-system.c in the previous patch --- audio/audio.h