KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly
authorPaul Knowles <paul@transitive.com>
Wed, 6 Feb 2008 11:02:35 +0000 (11:02 +0000)
committerAvi Kivity <avi@qumranet.com>
Mon, 3 Mar 2008 09:22:14 +0000 (11:22 +0200)
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.  Move the assignment below so the compare can work.

Signed-off-by: Paul Knowles <paul@transitive.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found