Re: [Qemu-devel] [PATCH 06/11] ssd0303: QOM'ify

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. > Rename parent field. > > Signed-off-by: Andreas Färber Reviewed-by: Peter Crosthwaite > --- > hw/display/ssd0303.c | 18 -- > 1 file changed, 12 insertions(+), 6

[Qemu-devel] [PATCH 06/11] ssd0303: QOM'ify

2014-01-31 Thread Andreas Färber
Replace usages of FROM_I2C_SLAVE() with QOM cast macro. Rename parent field. Signed-off-by: Andreas Färber --- hw/display/ssd0303.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/hw/display/ssd0303.c b/hw/display/ssd0303.c index beea5bf..89804e1 100644 --