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
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
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
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-
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