From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz122-0006Al-1A for qemu-devel@nongnu.org; Fri, 03 Jan 2014 04:27:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz11u-0008EY-ND for qemu-devel@nongnu.org; Fri, 03 Jan 2014 04:27:05 -0500 Sender: Paolo Bonzini Message-ID: <52C6822D.7090707@redhat.com> Date: Fri, 03 Jan 2014 10:26:05 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1388464944-26911-1-git-send-email-keweihk@gmail.com> <52C5203F.1030408@redhat.com> <52C57BA5.101@suse.de> In-Reply-To: <52C57BA5.101@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 1/1] qtest: Fix the bug about disabling vnc causes "make check" hang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: qemu-trivial@nongnu.org, Kewei Yu , qemu-devel@nongnu.org, stefanha@redhat.com Il 02/01/2014 15:45, Andreas Färber ha scritto: >>> >> v2: Consolidate VNC macro's #ifdef'ery to one central point (tests/libqtest.c). >> > >> > What happens if qtest instead uses "-display none"? > It does use that, since the commit I pointed to in v1. :) And why do you need at all "-vnc none" if it also uses "-display none"? Paolo