Re: [Qemu-devel] [PATCH v3 2/2] versatilepb: add i2c support

2012-04-11 Thread Paul Brook
In future I'd prefer if all patches had a description. In this case I'd say what devices are being added. Hint: it's more than just the I2C controller. > Signed-off-by: Oskar Andero Acked-by: Paul Brook

[Qemu-devel] [PATCH v3 2/2] versatilepb: add i2c support

2012-04-10 Thread Oskar Andero
Signed-off-by: Oskar Andero --- hw/versatilepb.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/hw/versatilepb.c b/hw/versatilepb.c index 25afb1e..d011554 100644 --- a/hw/versatilepb.c +++ b/hw/versatilepb.c @@ -13,6 +13,7 @@ #include "net.h" #include "sysemu.h"