From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlipZ-0006Pp-Lf for qemu-devel@nongnu.org; Fri, 13 Jan 2012 10:14:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlipV-00031q-BP for qemu-devel@nongnu.org; Fri, 13 Jan 2012 10:14:13 -0500 Message-ID: <1326467642.2327.0.camel@paddy.linuxtx.org> From: "Justin M. Forbes" Date: Fri, 13 Jan 2012 09:14:02 -0600 In-Reply-To: References: <1325966978-940-1-git-send-email-aurelien@aurel32.net> <1325966978-940-5-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH 4/4] target-i386: fix SSE rounding and flush to zero List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Dong Xu Wang , qemu-devel@nongnu.org, qemu-stable@nongnu.org On Fri, 2012-01-13 at 10:40 +0100, Markus Armbruster wrote: > Dong Xu Wang writes: > > > After applied this patch, while I was compiling on my lap, there will > > be an error: > > > > ./configure --enable-kvm --target-list=x86_64-softmmu && make > > CC x86_64-softmmu/translate.o > > /qemu/target-i386/translate.c: In function ‘disas_insn’: > > /qemu/target-i386/translate.c:7547:17: error: incompatible type for > > argument 1 of ‘gen_helper_ldmxcsr’ > > /qemu/target-i386/helper.h:200:1: note: expected ‘TCGv_i32’ but > > argument is of type ‘TCGv_i64’ > > make[1]: *** [translate.o] Error 1 > > make: *** [subdir-x86_64-softmmu] Error 2 > > I see this, too. I will take a look, I am not seeing it right now with the full stable tree, though I am doing a much larger config. Justin