From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVNt6-0005Fx-8Y for qemu-devel@nongnu.org; Sat, 11 Jun 2011 09:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVNt4-0004eA-Dc for qemu-devel@nongnu.org; Sat, 11 Jun 2011 09:06:04 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:60250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVNt4-0004e6-5d for qemu-devel@nongnu.org; Sat, 11 Jun 2011 09:06:02 -0400 Received: by yxn22 with SMTP id 22so559852yxn.4 for ; Sat, 11 Jun 2011 06:06:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DF31D4B.9010203@web.de> References: <20110531054345.GA17412@amit-x200.redhat.com> <1306828429-9139-1-git-send-email-cfergeau@redhat.com> <1306828429-9139-3-git-send-email-cfergeau@redhat.com> <20110610184608.GA27652@stefanha-thinkpad.localdomain> <4DF31D4B.9010203@web.de> Date: Sat, 11 Jun 2011 14:06:00 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH-v3 2/2] kvm: Fix unused-but-set-variable warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org, Christophe Fergeau On Sat, Jun 11, 2011 at 8:46 AM, Jan Kiszka wrote: > On 2011-06-10 20:46, Stefan Hajnoczi wrote: >> On Tue, May 31, 2011 at 09:53:49AM +0200, Christophe Fergeau wrote: >>> Based on a patch from Hans de Goede >>> >>> This warning is new in gcc 4.6. >>> >>> Acked-by: Amit Shah >>> Signed-off-by: Christophe Fergeau >>> --- >>> =A0target-i386/kvm.c | =A0 =A03 +-- >>> =A01 files changed, 1 insertions(+), 2 deletions(-) >> >> Thanks, applied to the trivial patches tree: >> http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patche= s > > Please skip this one. I'll post a patch fixing the issue that this > warning revealed (lacking save/restore of FPU OP, IP and DP). Okay, dropped from trivial-patches in favor of Jan's fix. Stefan