Re: [Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation

2018-06-06 Thread BALATON Zoltan
On Wed, 6 Jun 2018, Philippe Mathieu-Daudé wrote: On 06/06/2018 11:03 AM, BALATON Zoltan wrote: On Wed, 6 Jun 2018, David Gibson wrote: On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote: I2C emulation currently is just enough for U-Boot to access SPD EEPROMs but features that gues

Re: [Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation

2018-06-06 Thread Philippe Mathieu-Daudé
Hi Zoltan, On 06/06/2018 11:03 AM, BALATON Zoltan wrote: > On Wed, 6 Jun 2018, David Gibson wrote: >> On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote: >>> I2C emulation currently is just enough for U-Boot to access SPD >>> EEPROMs but features that guests use to access I2C devices a

Re: [Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation

2018-06-06 Thread BALATON Zoltan
On Wed, 6 Jun 2018, David Gibson wrote: On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote: I2C emulation currently is just enough for U-Boot to access SPD EEPROMs but features that guests use to access I2C devices are not correctly emulated. Rewrite to implement missing features to

Re: [Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation

2018-06-05 Thread David Gibson
On Mon, Jun 04, 2018 at 01:50:40AM +0200, BALATON Zoltan wrote: > I2C emulation currently is just enough for U-Boot to access SPD > EEPROMs but features that guests use to access I2C devices are not > correctly emulated. Rewrite to implement missing features to make it > work with all clients. > >

[Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation

2018-06-03 Thread BALATON Zoltan
I2C emulation currently is just enough for U-Boot to access SPD EEPROMs but features that guests use to access I2C devices are not correctly emulated. Rewrite to implement missing features to make it work with all clients. Signed-off-by: BALATON Zoltan --- Maybe this could be split up into more p