winxp.64 fails to install in -rc2 with kvm
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Won't Fix
|
Undecided
|
Unassigned | ||
Bug Description
Host: Fedora11, 64-bit
Kernel: 2.6.30.
KVM modules:
# modinfo kvm
filename: /lib/modules/
license: GPL
author: Qumranet
srcversion: 23A53503602E482
depends:
vermagic: 2.6.30.
parm: oos_shadow:bool
parm: msi2intx:bool
]# modinfo kvm-intel
filename: /lib/modules/
license: GPL
author: Qumranet
srcversion: 5DD68E0B8497DC4
depends: kvm
vermagic: 2.6.30.
parm: bypass_
parm: enable_vpid:bool
parm: flexpriority_
parm: enable_ept:bool
parm: emulate_
Host CPU: Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
Guest commandline:
sudo ./x86_64-
Steps to reproduce:
1. git checkout -b 12rc2 v0.12.0-rc2
2. ./configure --target-
3. make
4. qemu-img create -f qcow2 ~/work/
5. sudo ./x86_64-
Guest boots XP.64 installer, loads some files and then hangs at "Starting Windows XP"
Reverting to -rc1 and XP installs just fine. Git bisect points to:
commit 066263f37701687
Author: Andre Przywara <email address hidden>
Date: Mon Dec 7 11:58:02 2009 +0100
cpuid: Fix multicore setup on Intel
Reverting this fixes the problem.
Different kvm modules seem to affect this install as well. Switching
to different kvm-kmod packages:
2.6.32 modules work fine with 0.12.0-rc2, no issues at all
2.6.30 modules fail, reverting the above commit doesn't help, seems to
be in the same boat as 2.6.28 modules
2.6.31.5 (roughly equivalent to Fedora11 modules) work on -rc1, fail on
rc2, reverting above commit fixes -rc2.
| tags: | added: windows |

Ryan,
can you still reproduce this with the stable versions (0.12.4)?