linux/arch/x86/kvm
Paul Knowles d730616384 KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly
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>
2008-03-03 11:22:14 +02:00
..
Kconfig virtio: Put the virtio under the virtualization menu 2008-02-04 23:50:05 +11:00
Makefile KVM: Move ioapic code to common directory. 2008-01-30 18:01:19 +02:00
i8259.c
irq.c KVM: Move kvm_vcpu_kick() to x86.c 2008-01-30 18:01:19 +02:00
irq.h KVM: Move apic timer migration away from critical section 2008-01-30 18:01:22 +02:00
kvm_svm.h
lapic.c KVM: Move apic timer migration away from critical section 2008-01-30 18:01:22 +02:00
lapic.h KVM: Accelerated apic support 2008-01-30 18:01:20 +02:00
mmu.c KVM: MMU: Fix dirty page setting for pages removed from rmap 2008-01-30 18:01:22 +02:00
mmu.h
paging_tmpl.h KVM: MMU: Merge shadow level check in FNAME(fetch) 2008-01-30 18:01:21 +02:00
segment_descriptor.h
svm.c KVM: SVM: set NM intercept when enabling CR0.TS in the guest 2008-03-03 11:20:21 +02:00
svm.h
vmx.c KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD 2008-01-30 18:01:21 +02:00
vmx.h
x86.c KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly 2008-03-03 11:22:14 +02:00
x86_emulate.c