From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDDld-0004bY-Nw for qemu-devel@nongnu.org; Wed, 25 Nov 2009 04:02:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDDlY-0004ZD-Mc for qemu-devel@nongnu.org; Wed, 25 Nov 2009 04:02:28 -0500 Received: from [199.232.76.173] (port=46591 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDDlY-0004Z1-BF for qemu-devel@nongnu.org; Wed, 25 Nov 2009 04:02:24 -0500 Received: from mtagate7.de.ibm.com ([195.212.17.167]:53563) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDDlX-0002pG-Ix for qemu-devel@nongnu.org; Wed, 25 Nov 2009 04:02:23 -0500 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate7.de.ibm.com (8.13.1/8.13.1) with ESMTP id nAP92MjO026251 for ; Wed, 25 Nov 2009 09:02:22 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nAP92LoN974896 for ; Wed, 25 Nov 2009 10:02:21 +0100 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id nAP92LeB014476 for ; Wed, 25 Nov 2009 10:02:21 +0100 Message-ID: <4B0CF2C5.70800@de.ibm.com> Date: Wed, 25 Nov 2009 10:03:01 +0100 From: Carsten Otte 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> In-Reply-To: <4B0C2C24.9060107@codemonkey.ws> 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: Anthony Liguori Cc: Carsten Otte , Alexander Graf , Aurelien Jarno , qemu-devel@nongnu.org Anthony Liguori wrote: > What is this used for? On x86 the kernel uses bios output for early prints. We don't have bios and do therefore need to bring up a console device as early as possible so that we can see kernel panics during I/O subsystem detection/startup. All s390 console devices do support this function (3215/3270 and ASCII console), and it is used only up to the point when the kernel has its console subsystem ready to run.