From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsJOA-0003Mk-MY for qemu-devel@nongnu.org; Mon, 07 Jan 2013 15:33:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsJO9-0004Ha-CB for qemu-devel@nongnu.org; Mon, 07 Jan 2013 15:33:42 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:37678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsJO9-0004HV-7z for qemu-devel@nongnu.org; Mon, 07 Jan 2013 15:33:41 -0500 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 7 Jan 2013 15:33:40 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id DF66F38C801C for ; Mon, 7 Jan 2013 15:33:06 -0500 (EST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r07KX0Kl243524 for ; Mon, 7 Jan 2013 15:33:01 -0500 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r07KWtiD022079 for ; Mon, 7 Jan 2013 13:32:57 -0700 From: Anthony Liguori In-Reply-To: <20121217152746.GA13352@igalia.com> References: <20121217152746.GA13352@igalia.com> Date: Mon, 07 Jan 2013 14:32:41 -0600 Message-ID: <878v84g2dy.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Alberto Garcia , qemu-devel@nongnu.org Cc: Blue Swirl , Paolo Bonzini , Avi Kivity , Andreas =?utf-8?Q?F=C3=A4rber?= Alberto Garcia writes: > 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: Please rebase and top-post. Don't send the new series as a response to a previous thread. Regards, Anthony Liguori > > 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