From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXWk-0004Zq-QE for qemu-devel@nongnu.org; Fri, 28 Jun 2013 08:11:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsXWi-00042m-OV for qemu-devel@nongnu.org; Fri, 28 Jun 2013 08:11:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXWi-00042U-GY for qemu-devel@nongnu.org; Fri, 28 Jun 2013 08:11:44 -0400 Message-ID: <51CD7D76.6010104@redhat.com> Date: Fri, 28 Jun 2013 14:11:34 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1371645291-3178-1-git-send-email-mjt@msgid.tls.msk.ru> <51CD73A4.2050107@msgid.tls.msk.ru> <51CD775A.3070006@suse.de> <51CD7899.1090909@msgid.tls.msk.ru> <51CD7C07.40608@suse.de> In-Reply-To: <51CD7C07.40608@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] display: stop using DT_NOGRAPHIC, use DT_NONE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Peter Maydell , Anthony Liguori , "Todd T. Fries" , Michael Tokarev , qemu-devel@nongnu.org Il 28/06/2013 14:05, Andreas F=C3=A4rber ha scritto: > BTW just try it out using the following to see for yourself: >=20 > $ qemu-system-ppc -nographic >=20 > should get you to an interactive OpenBIOS prompt. Same for sparc. > This involves communicating to firmware that we are in -nographic mode, > which then redirects its output to serial rather then VGA (think of > sgabios in x86 terms). Is this FW_CFG_NOGRAPHIC? This is really a good usecase for making the machine a Device, so you can control it with -global. It can be useful even if you do have a VGA attached. Paolo