Re: [Qemu-devel] [PATCH 08/11] lm832x: 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. Same as before, "removal of pointer casts" or something like. Otherwise: Reviewed-by: Peter Crosthwaite > > Signed-off-by: Andreas Färber > --- > hw/input/

[Qemu-devel] [PATCH 08/11] lm832x: 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/input/lm832x.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/hw/input/lm832x.c b/hw/input/lm832x.c index f583cf0..4ae1cd9 100644 --- a/h