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=qemu.git;a=commit;h=ff1562908d1da12362aa9e3f3bfc7ba0da8114a4 ----- Mail original ----- De: "楼正伟" <lzw19860...@gmail.com> À: lazy...@126.com Cc: qemu-devel@nongnu.org Envoyé: Lundi 24 Décembre 2012 10:48:21 Objet: Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp 2012/12/17 LazySid <lazy...@126.com>: > Bug description: > These are the commands: > $git checkout v1.3.0 > $./configure --prefix=/home/user/tmp --target-list=i386-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_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.