Paul Knowles wrote:
> Whilst working on getting a VM to initialize in to IA32e mode I found  
> this issue. set_cr0 relies on comparing the old cr0 to the new one to  
> work correctly.
>
>   

Applied, thanks.  I moved the assignment below rather than deleting it 
to be a little more conservative (svm_set_cr0 doesn't always actually 
set cr0 these days).

> Whilst this fix gets me a little closer I still fail to run due to an  
> invalid VMX state. Has anybody else ever tried to set up a VM to jump  
> straight in to IA32e mode?
>   

Sure.  Initially kvm only did long mode, and these days when you live 
migrate (or save/restore) a long mode guest you are effectively starting 
the new instance in long mode.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to