From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn9s3-00055v-P7 for qemu-devel@nongnu.org; Mon, 24 Dec 2012 10:23:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tn9rw-0001Nv-19 for qemu-devel@nongnu.org; Mon, 24 Dec 2012 10:23:15 -0500 Received: from mailpro.odiso.net ([89.248.209.98]:37700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn9rv-0001M8-Ri for qemu-devel@nongnu.org; Mon, 24 Dec 2012 10:23:07 -0500 Date: Mon, 24 Dec 2012 16:22:40 +0100 (CET) From: Alexandre DERUMIER Message-ID: <06db50fb-7d79-4c7a-95ac-35bb00d6f461@mailpro> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?5qW85q2j5Lyf?= Cc: lazysid@126.com, qemu-devel@nongnu.org Hi, I have had the same problem with stable qemu 1.3. It's was an acpi problem with seabios. this commit fix it http://git.qemu.org/?p=3Dqemu.git;a=3Dcommit;h=3Dff1562908d1da12362aa9e3f3b= fc7ba0da8114a4 ----- Mail original ----- De: "=E6=A5=BC=E6=AD=A3=E4=BC=9F" =C3=80: lazysid@126.com Cc: qemu-devel@nongnu.org Envoy=C3=A9: Lundi 24 D=C3=A9cembre 2012 10:48:21 Objet: Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when install= ing windows xp 2012/12/17 LazySid : > Bug description: > These are the commands: > $git checkout v1.3.0 > $./configure --prefix=3D/home/user/tmp --target-list=3Di386-softmmu --ena= ble-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs > $make > $make install > In /home/user/tmp directory: > $./bin/qemu-img create imgs/winxp.img 4G > $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows= _xp_professional_with_service_pack_3_x86_cd_x14-80404.iso > > then it show a bluescreen after a few seconds. > See the attachment for more information, please. > > It works well when checking out v1.2.0. > I met the same problem when creating winxp guest by using qemu-system-x86_64 in qemu-1.3.0. I'm confused.