From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzVfF-0002MP-Fy for qemu-devel@nongnu.org; Tue, 15 Mar 2011 10:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzVfE-0003tP-D9 for qemu-devel@nongnu.org; Tue, 15 Mar 2011 10:56:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzVfE-0003tH-3p for qemu-devel@nongnu.org; Tue, 15 Mar 2011 10:56:00 -0400 Message-ID: <4D7F7DE0.9070804@redhat.com> Date: Tue, 15 Mar 2011 15:55:28 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1300192574-32644-1-git-send-email-Jes.Sorensen@redhat.com> <1300192574-32644-3-git-send-email-Jes.Sorensen@redhat.com> <4D7F7D66.8090805@codemonkey.ws> In-Reply-To: <4D7F7D66.8090805@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/7] Introduce -display argument List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , qemu-devel@nongnu.org, jan.kiszka@siemens.com On 03/15/11 15:53, Anthony Liguori wrote: >> -nographic is effectively a convenience shortcut which changes >> the behaviour of several different devices (display, serial, >> parallel, at least). It doesn't belong under '-display' from >> an orthogonality argument, and people who want it because it >> is a shortcut will be better served by the existing '-nographic' >> because it's less typing than '-display serial' anyway. > > Yeah, I think I agree. We shouldn't have a -display nographic. Ok, consider it gone. I've never used it, so a I am more than happy to axe it :) Cheers, Jes