From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Glh-0000lY-EA for qemu-devel@nongnu.org; Sun, 02 Sep 2012 16:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8Glg-0003pS-Fm for qemu-devel@nongnu.org; Sun, 02 Sep 2012 16:27:41 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:44450) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T8Glg-0003pI-4q for qemu-devel@nongnu.org; Sun, 02 Sep 2012 16:27:40 -0400 From: Peter =?iso-8859-1?q?H=FCwe?= Date: Sun, 2 Sep 2012 22:31:10 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201209022231.10203.PeterHuewe@gmx.de> Subject: [Qemu-devel] Howto add emulated i2c device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I'd like to add an emulated i2c device to one of the qemu arm platforms, so I can use this emulated device to devel a linux kernel driver using this dummy as my test target. What would be the best way to add such a device? Is there a simple device available which I can use as a reference? I already saw that there are some i2c devices available but I'm not sure which would be the most appropriate one to start. Any pointers would be appreciated. Thanks, Peter