From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsWOG-0004Pv-BF for qemu-devel@nongnu.org; Sat, 21 Jul 2012 05:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsWOF-0000HJ-8p for qemu-devel@nongnu.org; Sat, 21 Jul 2012 05:54:24 -0400 MIME-Version: 1.0 In-Reply-To: <20120716111003.GA6898@stefanha-thinkpad.localdomain> References: <1342381105-20395-1-git-send-email-lersek@redhat.com> <20120716111003.GA6898@stefanha-thinkpad.localdomain> Date: Sat, 21 Jul 2012 10:54:21 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH] configure: adapt vde test to -Werror List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-trivial@nongnu.org, Peter Maydell , agraf@suse.de, qemu-devel@nongnu.org On Mon, Jul 16, 2012 at 12:10 PM, Stefan Hajnoczi wrote: > On Sun, Jul 15, 2012 at 09:38:25PM +0200, Laszlo Ersek wrote: >> ... after commit 417c9d72 ("configure: add -Werror to QEMU_CFLAGS early") >> >> Signed-off-by: Laszlo Ersek >> --- >> configure | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > Thanks, applied to the trivial patches tree: > https://github.com/stefanha/qemu/commits/trivial-patches Peter Maydell's 11 patch series addresses all the other ./configure -Werror issues too. You were first but I'm dropping this so qemu.git/master can solve all issues at once with Peter's series. Stefan