From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1DQj-0005tz-09 for qemu-devel@nongnu.org; Mon, 31 Oct 2016 10:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1DQf-0005ig-TM for qemu-devel@nongnu.org; Mon, 31 Oct 2016 10:19:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38228) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1DQf-0005i9-NY for qemu-devel@nongnu.org; Mon, 31 Oct 2016 10:19:13 -0400 Date: Mon, 31 Oct 2016 15:19:10 +0100 From: Kevin Wolf Message-ID: <20161031141910.GF5522@noname.redhat.com> References: <1477326349-30386-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477326349-30386-1-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests: Remove unneeded "-vnc none" option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" , Corey Minyard , John Snow Am 24.10.2016 um 18:25 hat Eduardo Habkost geschrieben: > Some tests use the "-vnc none" option without any clear reason, > making those tests break when --disable-vnc is specified on > ./configure. Remove the unnecessary option. > > Signed-off-by: Eduardo Habkost Acked-by: Kevin Wolf Who is supposed to merge this? Kevin