Re: [Qemu-devel] [PATCH v2 0/7] I2C libqos and tmp105 qtest support

2013-01-07 Thread Anthony Liguori
Andreas Färber writes: > Hello, > > Here's I2C support for the libqos framework and an OMAP driver. > The design was inspired by QEMU's i2c_bus and Linux' i2c_adapter. > Seems like low hanging fruit (while we're still waiting for PCI support :)), > hopefully motivating more people to contribute q

Re: [Qemu-devel] [PATCH v2 0/7] I2C libqos and tmp105 qtest support

2013-01-07 Thread Anthony Liguori
Andreas Färber writes: > Hello, > > Here's I2C support for the libqos framework and an OMAP driver. > The design was inspired by QEMU's i2c_bus and Linux' i2c_adapter. > Seems like low hanging fruit (while we're still waiting for PCI support :)), > hopefully motivating more people to contribute q

Re: [Qemu-devel] [PATCH v2 0/7] I2C libqos and tmp105 qtest support

2013-01-06 Thread Andreas Färber
Am 14.12.2012 12:34, schrieb Andreas Färber: > Hello, > > Here's I2C support for the libqos framework and an OMAP driver. > The design was inspired by QEMU's i2c_bus and Linux' i2c_adapter. > Seems like low hanging fruit (while we're still waiting for PCI support :)), > hopefully motivating more p

[Qemu-devel] [PATCH v2 0/7] I2C libqos and tmp105 qtest support

2012-12-14 Thread Andreas Färber
Hello, Here's I2C support for the libqos framework and an OMAP driver. The design was inspired by QEMU's i2c_bus and Linux' i2c_adapter. Seems like low hanging fruit (while we're still waiting for PCI support :)), hopefully motivating more people to contribute qtests for new devices or bug fixes.