Re: [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

2020-12-15 Thread Igor Mammedov
On Mon, 14 Dec 2020 12:30:13 -0500 Eduardo Habkost wrote: > On Mon, Dec 14, 2020 at 03:42:48PM +0100, Igor Mammedov wrote: > > On Fri, 11 Dec 2020 17:05:14 -0500 > > Eduardo Habkost wrote: > > > > > Use the DEFINE_PROP macro (which will set extra fields in the > > > struct) instead of initial

Re: [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

2020-12-15 Thread Mark Cave-Ayland
On 11/12/2020 22:05, Eduardo Habkost wrote: Use the DEFINE_PROP macro (which will set extra fields in the struct) instead of initializing a Property struct manually. Signed-off-by: Eduardo Habkost --- This is a new patch added in v2 of the series --- Cc: Mark Cave-Ayland Cc: Artyom Tarasenko

Re: [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

2020-12-14 Thread Eduardo Habkost
On Mon, Dec 14, 2020 at 03:42:48PM +0100, Igor Mammedov wrote: > On Fri, 11 Dec 2020 17:05:14 -0500 > Eduardo Habkost wrote: > > > Use the DEFINE_PROP macro (which will set extra fields in the > > struct) instead of initializing a Property struct manually. > > > > Signed-off-by: Eduardo Habkost

Re: [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

2020-12-14 Thread Igor Mammedov
On Fri, 11 Dec 2020 17:05:14 -0500 Eduardo Habkost wrote: > Use the DEFINE_PROP macro (which will set extra fields in the > struct) instead of initializing a Property struct manually. > > Signed-off-by: Eduardo Habkost > --- > This is a new patch added in v2 of the series > --- > Cc: Mark Cave-

[PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

2020-12-11 Thread Eduardo Habkost
Use the DEFINE_PROP macro (which will set extra fields in the struct) instead of initializing a Property struct manually. Signed-off-by: Eduardo Habkost --- This is a new patch added in v2 of the series --- Cc: Mark Cave-Ayland Cc: Artyom Tarasenko Cc: qemu-devel@nongnu.org --- target/sparc/cp