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

2015-05-13 Thread Peter Crosthwaite
On Wed, May 13, 2015 at 12:12 PM, wrote: > From: KONRAD Frederic > > This does a write to every slaves when the I2C bus get a write to address 0. > "slave" > Signed-off-by: KONRAD Frederic > --- > hw/i2c/core.c | 46 +- > 1 file changed, 45 inserti

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

2015-05-13 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 | 46 +- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/hw/i2c/core.c b/hw/i2c/core.c i