Re: [Qemu-devel] [PATCH 0/6] aspeed: I2C controller fixes

2017-06-01 Thread Peter Maydell
On 15 May 2017 at 06:51, Cédric Le Goater wrote: > Hello, > > The new Linux driver for the Aspeed I2C controller revealed some > serious limitations in the QEMU model. This series fixes these issues > and also adds a couple of well-know I2C devices to the Aspeed > machines. > > The QEMU model now

[Qemu-devel] [PATCH 0/6] aspeed: I2C controller fixes

2017-05-14 Thread Cédric Le Goater
Hello, The new Linux driver for the Aspeed I2C controller revealed some serious limitations in the QEMU model. This series fixes these issues and also adds a couple of well-know I2C devices to the Aspeed machines. The QEMU model now supports the recent Linux driver and the older one. Thanks, C.