Re: [Qemu-devel] [PATCH v5 4/4] Add qtest support for i.MX I2C device emulation.

2013-06-04 Thread Jean-Christophe DUBOIS
On 06/04/2013 05:24 AM, Peter Crosthwaite wrote: Hi Peter, On Tue, Jun 4, 2013 at 1:21 AM, Peter Maydell wrote: On 8 May 2013 09:28, Jean-Christophe DUBOIS wrote: This is using a ds1338 RTC chip on the i2c bus. This RTC chip is not present on the real board. Ideally this should work by the

Re: [Qemu-devel] [PATCH v5 4/4] Add qtest support for i.MX I2C device emulation.

2013-06-03 Thread Peter Crosthwaite
Hi Peter, On Tue, Jun 4, 2013 at 1:21 AM, Peter Maydell wrote: > On 8 May 2013 09:28, Jean-Christophe DUBOIS wrote: >> This is using a ds1338 RTC chip on the i2c bus. This RTC >> chip is not present on the real board. > > Ideally this should work by the test driver passing > a "-device ds1338,so

Re: [Qemu-devel] [PATCH v5 4/4] Add qtest support for i.MX I2C device emulation.

2013-06-03 Thread Peter Maydell
On 8 May 2013 09:28, Jean-Christophe DUBOIS wrote: > This is using a ds1338 RTC chip on the i2c bus. This RTC > chip is not present on the real board. Ideally this should work by the test driver passing a "-device ds1338,something,something" argument to instantiate the RTC and connect it to the I

[Qemu-devel] [PATCH v5 4/4] Add qtest support for i.MX I2C device emulation.

2013-05-08 Thread Jean-Christophe DUBOIS
This is using a ds1338 RTC chip on the i2c bus. This RTC chip is not present on the real board. Signed-off-by: Jean-Christophe DUBOIS --- Changes since v1: * not present on v1 Changes since v2: * use a common header file for I2C regs definition Changes since v3: * rework GPL header