From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXCh-0004Cs-SA for qemu-devel@nongnu.org; Fri, 28 Jun 2013 07:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsXCg-0004pI-Po for qemu-devel@nongnu.org; Fri, 28 Jun 2013 07:51:03 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:35031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXCg-0004pC-JP for qemu-devel@nongnu.org; Fri, 28 Jun 2013 07:51:02 -0400 Received: by mail-la0-f43.google.com with SMTP id gw10so2046378lab.16 for ; Fri, 28 Jun 2013 04:51:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <51CD76D5.2050709@msgid.tls.msk.ru> References: <1371645291-3178-1-git-send-email-mjt@msgid.tls.msk.ru> <51CD73A4.2050107@msgid.tls.msk.ru> <51CD76D5.2050709@msgid.tls.msk.ru> From: Peter Maydell Date: Fri, 28 Jun 2013 12:50:41 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Michael Tokarev Cc: Paolo Bonzini , Anthony Liguori , "Todd T. Fries" , qemu-devel@nongnu.org On 28 June 2013 12:43, Michael Tokarev wrote: > Note it is used only for stdio char device, like -serial stdio, > so if you _just_ use -display none, without -serial stdio, you > wont notice a change. Yes, I use "-display none -serial stdio". -- PMM