qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] Add i.MX I2C device emulator.


From: Jean-Christophe DUBOIS
Subject: Re: [Qemu-devel] [PATCH 1/2] Add i.MX I2C device emulator.
Date: Fri, 03 May 2013 17:16:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5

Andreas,

On 05/02/2013 02:38 PM, Andreas Färber wrote:
Hi,

Am 01.05.2013 21:53, schrieb Jean-Christophe DUBOIS:
Signed-off-by: Jean-Christophe DUBOIS <address@hidden>
---
  default-configs/arm-softmmu.mak |   2 +
  hw/i2c/Makefile.objs            |   1 +
  hw/i2c/imx_i2c.c                | 374 ++++++++++++++++++++++++++++++++++++++++
  3 files changed, 377 insertions(+)
  create mode 100644 hw/i2c/imx_i2c.c
Please thread your messages together so they can be reviewed in context.

Since you're adding a new I2C device and we have a qtest framework for
I2C, please supply an implementation for this device (which will require
some constant sharing via header file) and some simple test case for the
board you're using it on, to assure it keeps working.
What is the "target" for building qtest?

And then how to run it?

Could you point me to some documentation please? It doesn't build out of the box for me.

JC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]