aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2010-04-28 12:15:36 -0400
committerAvi Kivity <avi@redhat.com>2010-08-01 03:35:34 -0400
commitf181b96d4c769b8915849eb9070c18116fd8d44e (patch)
treebf6ec49e557f420bc96122ab6c1ee4cc3e226973 /arch/x86/include
parentc3cd7ffaf57ae6ead5b394cebaeb76164059a57f (diff)
KVM: remove export of emulator_write_emulated()
It is not called directly outside of the file it's defined in anymore. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 97774ae3c874..2ca1867ed97a 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -628,11 +628,6 @@ void kvm_inject_nmi(struct kvm_vcpu *vcpu);
628 628
629void fx_init(struct kvm_vcpu *vcpu); 629void fx_init(struct kvm_vcpu *vcpu);
630 630
631int emulator_write_emulated(unsigned long addr,
632 const void *val,
633 unsigned int bytes,
634 struct kvm_vcpu *vcpu);
635
636void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu); 631void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu);
637void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, 632void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa,
638 const u8 *new, int bytes, 633 const u8 *new, int bytes,