From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvZkf-0005wI-Bu for qemu-devel@nongnu.org; Wed, 16 Jan 2013 15:38:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvZkc-0003i1-BH for qemu-devel@nongnu.org; Wed, 16 Jan 2013 15:38:25 -0500 Received: from gmplib-02.nada.kth.se ([130.237.222.242]:17968 helo=shell.gmplib.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvZkc-0003hh-3w for qemu-devel@nongnu.org; Wed, 16 Jan 2013 15:38:22 -0500 References: <867gnlup4w.fsf@shell.gmplib.org> <50F1B339.9010709@twiddle.net> <86mwwbr5s5.fsf@shell.gmplib.org> <50F45277.9070506@twiddle.net> <864niiid1d.fsf@shell.gmplib.org> <50F58F14.4020706@twiddle.net> From: Torbjorn Granlund Sender: tg@gmplib.org Date: Wed, 16 Jan 2013 21:38:20 +0100 In-Reply-To: <50F58F14.4020706@twiddle.net> (Richard Henderson's message of "Tue\, 15 Jan 2013 09\:17\:08 -0800") Message-ID: <86zk08rhhf.fsf@shell.gmplib.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] 3 new x86 instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Blue Swirl , qemu-devel@nongnu.org Richard Henderson writes: Then you got the wrong branch from the repository: =20=20 translate.c:4055: case 0x3f6: /* mulx By, Gy, rdx, Ey */ =20=20 You need the "x86-next" branch. =20=20 I am not a git user, and misundersand the command. Now I have the correct version, and can confirm that at least mulx seems to work as I expect from the docs. Thanks! I tried to build things on FreeBSD 9.1 and FreeBSD 8.3. The build fails is various ways. The first few problems are related to usb, where FreeBSD declares many constants (as enums) which have previously been #defined in the qemu sources. I started fixing these, but ended up making larger and larger changes, without getting very far into the compilation. I now run this qemu on a GNU/Linux system instead. --=20 Torbj=C3=B6rn