Re: [Qemu-devel] [PATCH V4 3/8] i2c: implement broadcast write.

2015-09-01 Thread Alistair Francis
On Tue, Jul 21, 2015 at 10:17 AM, wrote: > From: KONRAD Frederic > > This does a write to every slaves when the I2C bus get a write to address 0. > > Signed-off-by: KONRAD Frederic Reviewed-by: Alistair Francis Tested-By: Hyun Kwon Thanks, Alistair > --- > hw/i2c/core.c | 130 > +++

[Qemu-devel] [PATCH V4 3/8] i2c: implement broadcast write.

2015-07-21 Thread fred . konrad
From: KONRAD Frederic This does a write to every slaves when the I2C bus get a write to address 0. Signed-off-by: KONRAD Frederic --- hw/i2c/core.c | 130 ++ 1 file changed, 76 insertions(+), 54 deletions(-) diff --git a/hw/i2c/core.c b/