aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2010-03-18 09:20:04 -0400
committerAvi Kivity <avi@redhat.com>2010-05-17 05:15:56 -0400
commit93a152be5af3d651ff0ab5459f5e0f9662b22438 (patch)
treefa172d2923a452f3b53f8be021a83a76a9ca5a16 /arch/x86/kvm/x86.c
parent52a4661737ecc918633f6b05c611a4af4b5eae5a (diff)
KVM: remove realmode_lmsw function.
Use (get|set)_cr callback to emulate lmsw inside emulator. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 94a29759ab2c..c382e9721099 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -4098,13 +4098,6 @@ void realmode_lidt(struct kvm_vcpu *vcpu, u16 limit, unsigned long base)
4098 kvm_x86_ops->set_idt(vcpu, &dt); 4098 kvm_x86_ops->set_idt(vcpu, &dt);
4099} 4099}
4100 4100
4101void realmode_lmsw(struct kvm_vcpu *vcpu, unsigned long msw,
4102 unsigned long *rflags)
4103{
4104 kvm_lmsw(vcpu, msw);
4105 *rflags = kvm_get_rflags(vcpu);
4106}
4107
4108static int move_to_next_stateful_cpuid_entry(struct kvm_vcpu *vcpu, int i) 4101static int move_to_next_stateful_cpuid_entry(struct kvm_vcpu *vcpu, int i)
4109{ 4102{
4110 struct kvm_cpuid_entry2 *e = &vcpu->arch.cpuid_entries[i]; 4103 struct kvm_cpuid_entry2 *e = &vcpu->arch.cpuid_entries[i];