[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing
From: |
楼正伟 |
Subject: |
Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp |
Date: |
Mon, 24 Dec 2012 17:48:21 +0800 |
2012/12/17 LazySid <address@hidden>:
> 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.