Re: [Qemu-devel] [PATCH 04/11] z2: QOM'ify AER915

2014-02-09 Thread Andreas Färber
Am 09.02.2014 02:38, schrieb Peter Crosthwaite: > On Sat, Feb 1, 2014 at 12:34 AM, Andreas Färber wrote: >> Replace usages of FROM_I2C_SLAVE() with QOM cast macro. >> >> Signed-off-by: Andreas Färber > > Reviewed-by: Peter Crosthwaite Thanks, adding and mentioning the following on top: diff -

Re: [Qemu-devel] [PATCH 04/11] z2: QOM'ify AER915

2014-02-08 Thread Peter Crosthwaite
On Sat, Feb 1, 2014 at 12:34 AM, Andreas Färber wrote: > Replace usages of FROM_I2C_SLAVE() with QOM cast macro. > > Signed-off-by: Andreas Färber Reviewed-by: Peter Crosthwaite > --- > hw/arm/z2.c | 18 -- > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/hw

[Qemu-devel] [PATCH 04/11] z2: QOM'ify AER915

2014-01-31 Thread Andreas Färber
Replace usages of FROM_I2C_SLAVE() with QOM cast macro. Signed-off-by: Andreas Färber --- hw/arm/z2.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/hw/arm/z2.c b/hw/arm/z2.c index 97ec381..69c4d38 100644 --- a/hw/arm/z2.c +++ b/hw/arm/z2.c @@ -193,15 +19