From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND11H-0006sR-Ii for qemu-devel@nongnu.org; Tue, 24 Nov 2009 14:25:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND11C-0006jf-4o for qemu-devel@nongnu.org; Tue, 24 Nov 2009 14:25:46 -0500 Received: from [199.232.76.173] (port=55763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND11B-0006jS-Vp for qemu-devel@nongnu.org; Tue, 24 Nov 2009 14:25:42 -0500 Received: from mail-bw0-f212.google.com ([209.85.218.212]:58908) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND11B-00068H-NH for qemu-devel@nongnu.org; Tue, 24 Nov 2009 14:25:41 -0500 Received: by bwz4 with SMTP id 4so8377761bwz.2 for ; Tue, 24 Nov 2009 11:25:40 -0800 (PST) Message-ID: <4B0C332E.7020408@codemonkey.ws> Date: Tue, 24 Nov 2009 13:25:34 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 10/13] Implement early printk in virtio-console References: <1259083781-14642-1-git-send-email-agraf@suse.de> <1259083781-14642-11-git-send-email-agraf@suse.de> <4B0C2C24.9060107@codemonkey.ws> <486F7673-73A4-4983-9ACC-3C45BB73BF59@suse.de> In-Reply-To: <486F7673-73A4-4983-9ACC-3C45BB73BF59@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Carsten Otte , qemu-devel@nongnu.org, Aurelien Jarno Alexander Graf wrote: > On 24.11.2009, at 19:55, Anthony Liguori wrote: > > >> Alexander Graf wrote: >> >>> On our S390x Virtio machine we don't have anywhere to display early printks >>> on, because we don't know about VGA or serial ports. >>> >>> So instead we just forward everything to the virtio console that we created >>> anyways. >>> >>> >> What is this used for? >> > > This is used for console output before virtio is initialized. I didn't invent it - that's the way it's implemented in the s390 kernels today. > I don't see any code that calls this function. Am I missing something obvious? > Alex Regards, Anthony Liguori