Re: [Qemu-devel] [PATCH 06/18] hw: add QEMU model for Faraday I2C master controller

2013-01-18 Thread Andreas Färber
Am 18.01.2013 07:30, schrieb Dante: > Signed-off-by: Kuo-Jung Su These patches are all for QEMU so please generally drop "QEMU model for" from the subject for readability. > --- > hw/fti2c010.c | 209 > + > hw/fti2c010.h | 77 +

[Qemu-devel] [PATCH 06/18] hw: add QEMU model for Faraday I2C master controller

2013-01-17 Thread Dante
Signed-off-by: Kuo-Jung Su --- hw/fti2c010.c | 209 + hw/fti2c010.h | 77 + 2 files changed, 286 insertions(+) create mode 100644 hw/fti2c010.c create mode 100644 hw/fti2c010.h diff --git a/hw/fti2c010.c b/hw/fti2c0