Comment 7 for bug 921208

Revision history for this message
Luigi Tarenga (luigi-tarenga) wrote :

Hi,
I almost identical problem so i post here my comment.
I'm trying to use qemu 1.1.0 to run some vm on a RHEL5.8 _without_ kvm accelaration
(the host have 24 cpu core, I can't install kvm module on the server, policy problem,
but I still want to exploit some cpu power).

I compiled qemu 1.1.0 with default options (just --prefix=...) and it works with linux
guests (very few try, ttylinux, Oracle Linux, all seems fine.) but I'm not able to start
any Microsoft Windows guest (tried installed guest from virtualbox and iso installation cd).
Here the systems I tried:

Windows 2008 R2 x64:
qemu-system-x86_64 -m 2048 -cdrom win2008r2x64.iso -hda test.win2008.qcow2
blue screen:
*** STOP: 0x0000005D (0x00000000078BFBF9,0x0000000000000000,0x0000000000000000,0x0000000000000000)

Windows 8 ConsumerPreview 32bit:
qemu-system-i386 -m 2048 -cdrom Windows8-ConsumerPreview-32bit-English.iso -hda test.win8-32.qcow2
black screen:
Your computer needs to restart.
Please hold down the power button.
Error Code: 0x0000007F
Parameters:
0x0000000D
0x00000000
0x00000000
0x00000000

Windows 8 ConsumerPreview 64bit:
qemu-system-x86_64 -m 2048 -cdrom Windows8-ConsumerPreview-64bit-English.iso -hda test.win8-32.qcow2
Your computer needs to restart.
Please hold down the power button.
Error Code: 0x000000C4
Parameters:
0x0000000000000091
0x000000000000000F
0xFFFFF80169728880
0x0000000000000000

Windows XP SP3 32bit:
qemu-system-i386 -m 512 -cdrom /work.local/software/WindowsXP-SP3/Win_XP_Pro_SP3.iso -hda /work.local/vm/test.winXP.qcow2
Hang on a black screen

the host have 2.6.18-308.el5 kernel and cpus are:
# cat /proc/cpuinfo | tail -24
processor : 47
vendor_id : GenuineIntel
cpu family : 6
model : 47
model name : Intel(R) Xeon(R) CPU E7- 4807 @ 1.87GHz
stepping : 2
cpu MHz : 1864.694
cache size : 18432 KB
physical id : 3
siblings : 12
core id : 25
cpu cores : 6
apicid : 243
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx pdpe1gb rdtscp lm constant_tsc nonstop_tsc arat pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips : 3729.51
clflush size : 64
cache_alignment : 64
address sizes : 44 bits physical, 48 bits virtual
power management: [8]

I tried the same ISOs on a netboot with kernel vanilla 3.4.2 and core 2 duo cpu:
with kvm (-enable-kvm):
Windows 2008 R2 x64: boot ok
Windows 8 ConsumerPreview 64bit: boot ok
Windows 8 ConsumerPreview 32bit: boot ok
Windows XP SP3 32bit: hangs with black screen as in bug #1013888
(https://bugs.launchpad.net/qemu/+bug/1013888)

without kvm: all fails

regards
Luigi