From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vih9e-0001x2-Ez for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:59:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vih9a-0001i9-3v for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:59:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vih9Z-0001i3-S1 for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:59:26 -0500 Date: Tue, 19 Nov 2013 09:59:22 +0100 From: Stefan Hajnoczi Message-ID: <20131119085922.GE27265@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 In-Reply-To: <1384792594-21102-1-git-send-email-afaerber@suse.de> Content-Transfer-Encoding: quoted-printable 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, qemu-devel@nongnu.org, anthony@codemonkey.ws On Mon, Nov 18, 2013 at 05:36:34PM +0100, Andreas F=E4rber wrote: > This avoids each test needing to add it to suppress windows popping up. >=20 > Signed-off-by: Andreas F=E4rber > --- > 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(-) Tested with: DISPLAY=3Dfoo make check Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan