From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn4mv-0008SZ-PG for qemu-devel@nongnu.org; Mon, 24 Dec 2012 04:57:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tn4mu-0005wg-Qe for qemu-devel@nongnu.org; Mon, 24 Dec 2012 04:57:37 -0500 Received: from greensocs.com ([87.106.252.221]:51909 helo=s15328186.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn4mu-0005wO-Kl for qemu-devel@nongnu.org; Mon, 24 Dec 2012 04:57:36 -0500 Message-ID: <50D82728.7080902@greensocs.com> Date: Mon, 24 Dec 2012 10:58:00 +0100 From: Konrad Frederic MIME-Version: 1.0 References: <20121217081821.23279.62567.malonedeb@soybean.canonical.com> <20121217081821.23279.62567.malonedeb@soybean.canonical.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable 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 On 24/12/2012 10:48, =E6=A5=BC=E6=AD=A3=E4=BC=9F wrote: > 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= --enable-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_w= indows_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. > Hi, Does that help : qemu-system-x86_64 -no-acpi ... ? Fred