[Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host
Froggy
thrabalek at seznam.cz
Wed Jan 5 11:52:56 UTC 2011
Change proposal for Maverick (2.6.35) based on kernel patch in description:
* kvm_emulate.h:
* Change struct operand so that val and orig_val will be changed from unsigned long to union like this:
union {
unsigned long val;
u64 val64;
}
* emulate.c:
* in emulate_grp9() change all occurences of c->dst.val to c->dst.val64.
* In x86_emulate_insn() change line "c->src.orig_val = c->src.val" to "c->src.orig_val64 = c->src.val64".
The MeeGo qemu will start work then.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.
https://bugs.launchpad.net/bugs/688085
Title:
Guest kernel hang during boot when KVM is active on i386 host
More information about the Ubuntu-server-bugs
mailing list