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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/688085

Title:
  Guest kernel hang during boot when KVM is active on i386 host

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to