summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2010-04-28 19:15:36 +0300
committerAvi Kivity <avi@redhat.com>2010-08-01 10:35:34 +0300
commitf181b96d4c769b8915849eb9070c18116fd8d44e (patch)
treebf6ec49e557f420bc96122ab6c1ee4cc3e226973 /arch/x86/include/asm/kvm_host.h
parentc3cd7ffaf57ae6ead5b394cebaeb76164059a57f (diff)
downloadop-kernel-dev-f181b96d4c769b8915849eb9070c18116fd8d44e.zip
op-kernel-dev-f181b96d4c769b8915849eb9070c18116fd8d44e.tar.gz
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/asm/kvm_host.h')
-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 97774ae..2ca1867 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);
void fx_init(struct kvm_vcpu *vcpu);
-int emulator_write_emulated(unsigned long addr,
- const void *val,
- unsigned int bytes,
- struct kvm_vcpu *vcpu);
-
void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu);
void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa,
const u8 *new, int bytes,
OpenPOWER on IntegriCloud