From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwIBO-00021k-Sq for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:46:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwIBJ-00021G-Q8 for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:46:49 -0400 Received: from [199.232.76.173] (port=49280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwIBJ-00021D-Lb for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:46:45 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:48842) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwIBJ-0002tL-9I for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:46:45 -0400 Received: by bwz23 with SMTP id 23so1015364bwz.34 for ; Tue, 21 Apr 2009 08:46:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1240316408-15949-4-git-send-email-kraxel@redhat.com> References: <1240316408-15949-1-git-send-email-kraxel@redhat.com> <1240316408-15949-4-git-send-email-kraxel@redhat.com> Date: Tue, 21 Apr 2009 18:46:43 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 03/10] xen: add console backend driver. From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org On 4/21/09, Gerd Hoffmann wrote: > This patch adds a xenconsole backend driver. It it based on current > xen-unstable code. It has been changed to make use of the common > backend driver code. > + if (!type || 0 != strcmp(type, "ioemu")) { Still one of these.