From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViS05-00065a-Uu for qemu-devel@nongnu.org; Mon, 18 Nov 2013 11:48:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViS00-0003Om-Cx for qemu-devel@nongnu.org; Mon, 18 Nov 2013 11:48:37 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:45277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViS00-0003Of-69 for qemu-devel@nongnu.org; Mon, 18 Nov 2013 11:48:32 -0500 Received: by mail-wg0-f41.google.com with SMTP id n12so4766262wgh.4 for ; Mon, 18 Nov 2013 08:48:31 -0800 (PST) Date: Mon, 18 Nov 2013 17:48:28 +0100 From: Stefan Hajnoczi Message-ID: <20131118164828.GA12155@stefanha-thinkpad.redhat.com> References: <1384792594-21102-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1384792594-21102-1-git-send-email-afaerber@suse.de> Subject: Re: [Qemu-devel] [PATCH] qtest: Use -display none by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws On Mon, Nov 18, 2013 at 05:36:34PM +0100, Andreas Färber wrote: > This avoids each test needing to add it to suppress windows popping up. > > Signed-off-by: Andreas Färber > --- > tests/boot-order-test.c | 2 +- > tests/endianness-test.c | 6 +++--- > tests/fw_cfg-test.c | 3 +-- > tests/hd-geo-test.c | 2 +- > tests/i440fx-test.c | 2 +- > tests/libqtest.c | 1 + > tests/m48t59-test.c | 2 +- > tests/qom-test.c | 2 +- > tests/rtc-test.c | 2 +- > tests/tmp105-test.c | 2 +- > 10 files changed, 12 insertions(+), 12 deletions(-) I avoided making -display none common because tests may wish to have a display. But at the moment no test needs a display so I guess this is fine. Stefan