From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cehde-0008Gv-Af for qemu-devel@nongnu.org; Fri, 17 Feb 2017 07:27:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cehdZ-0008Oy-EJ for qemu-devel@nongnu.org; Fri, 17 Feb 2017 07:27:50 -0500 Received: from mxf950.netcup.net ([46.38.249.80]:38588) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cehdZ-0008Ob-7N for qemu-devel@nongnu.org; Fri, 17 Feb 2017 07:27:45 -0500 Received: from [192.168.10.12] (unknown [141.45.120.74]) by mxf950.netcup.net (Postfix) with ESMTPSA id E72B7202EA for ; Fri, 17 Feb 2017 13:27:43 +0100 (CET) From: Richard Peters Message-ID: Date: Fri, 17 Feb 2017 13:27:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Interconnect two qemu (Stellaris LM3S6965EVB) instances via I2C List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Community, The Qemu target 'LM3S6965EVB' supports I2C. I have two firmware versions for a LM3S6965EVB chip that i want to test with qemu. One is the master and the other is slave. They use I2C drivers for the LM3S6965EVB chip. How can i connect these two instances? I didn't found a simple solution for that in the docs or in google. Is there a simple solution without virtio driver coding, etc? Hope you can help me with that :-) Thank you and regards, Richard