Re: [Qemu-devel] [PATCH 06/12] i2c: add mpc8540 i2c controller

2017-11-21 Thread David Gibson
On Sun, Nov 19, 2017 at 09:24:14PM -0600, Michael Davidsaver wrote: > Signed-off-by: Michael Davidsaver I can't speak to the accuracy of the emulation, but it's presumably better than nothing at all. Therefore, applied to ppc-for-2.12. > --- > hw/i2c/Makefile.objs | 1 + > hw/i2c/mpc8540_i2c

[Qemu-devel] [PATCH 06/12] i2c: add mpc8540 i2c controller

2017-11-19 Thread Michael Davidsaver
Signed-off-by: Michael Davidsaver --- hw/i2c/Makefile.objs | 1 + hw/i2c/mpc8540_i2c.c | 287 +++ 2 files changed, 288 insertions(+) create mode 100644 hw/i2c/mpc8540_i2c.c diff --git a/hw/i2c/Makefile.objs b/hw/i2c/Makefile.objs index 0594dea3a