[Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-01-06 Thread Froggy
Fix verified, meego qemu works well with linux 2.6.35-24.42qemui386v3. -- 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

[Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-01-05 Thread Froggy
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- 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

[Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-01-05 Thread Froggy
Must be fixed in arch/x86/include/asm/kvm_emulate.h and arch/x86/kvm/emulate.c. ** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu.

[Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-01-05 Thread Froggy
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;