Re: [Qemu-devel] [PATCH v14 3/8] i.MX: Add I2C controller emulator

2015-08-29 Thread Peter Crosthwaite
On Mon, Aug 10, 2015 at 3:02 PM, Jean-Christophe Dubois wrote: > The slave mode is not implemented. > > Signed-off-by: Jean-Christophe Dubois > Reviewed-by: Peter Crosthwaite Have you changed my email from the original RB? You should generally keep this the same to preserve the affiliations whi

[Qemu-devel] [PATCH v14 3/8] i.MX: Add I2C controller emulator

2015-08-10 Thread Jean-Christophe Dubois
The slave mode is not implemented. Signed-off-by: Jean-Christophe Dubois Reviewed-by: Peter Crosthwaite --- Changes since v1: * none Changes since v2: * use QOM cast * reworked debug printf * use CamelCase for state type * warn with qemu_log_mask(LOG_GUEST_ERROR) or qemu_lo