From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkcbt-0005MA-DH for qemu-devel@nongnu.org; Mon, 17 Dec 2012 10:28:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkcbr-0001Qg-VT for qemu-devel@nongnu.org; Mon, 17 Dec 2012 10:28:05 -0500 Received: from smtp3.mundo-r.com ([212.51.32.191]:28303 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkcbr-0001N8-Op for qemu-devel@nongnu.org; Mon, 17 Dec 2012 10:28:03 -0500 Date: Mon, 17 Dec 2012 16:27:46 +0100 From: Alberto Garcia Message-ID: <20121217152746.GA13352@igalia.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Ping [PATCH v3 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Paolo Bonzini , Anthony Liguori , Avi Kivity , Andreas =?iso-8859-1?Q?F=E4rber?= Ping, Here's a QEMU image (124 MB) of a Debian system with the tpci200 and ipoctal drivers, in case you want to try them out: http://dl.dropbox.com/u/1667385/qemu-ipoctal.qcow2 The root password is just 'root'. The patches for QEMU are here: http://patchwork.ozlabs.org/patch/203892/ http://patchwork.ozlabs.org/patch/203896/ And you need to run it with these options: -device tpci200 -device ipoctal232,serialX=DEV where X is a channel number (from 0 to 7) and DEV a host character device (e.g. "pty"). Regards, Berto