From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VydSP-0004wA-96 for qemu-devel@nongnu.org; Thu, 02 Jan 2014 03:16:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VydSH-0000ZW-VG for qemu-devel@nongnu.org; Thu, 02 Jan 2014 03:16:45 -0500 Sender: Paolo Bonzini Message-ID: <52C5203F.1030408@redhat.com> Date: Thu, 02 Jan 2014 09:15:59 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1388464944-26911-1-git-send-email-keweihk@gmail.com> In-Reply-To: <1388464944-26911-1-git-send-email-keweihk@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Kewei Yu Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, stefanha@redhat.com Il 31/12/2013 05:42, Kewei Yu ha scritto: > When we disabling vnc from "./configure", the qemu can't use the vnc option. > So qtest can't use the "vnc -none ", otherwise "make check" will hang. > > Signed-off-by: Kewei Yu > --- > v2: Consolidate VNC macro's #ifdef'ery to one central point (tests/libqtest.c). What happens if qtest instead uses "-display none"? Paolo