diff options
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 805629c0f15f..8bad9bd9b37e 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -220,6 +220,8 @@ struct kvm_mmu { | |||
220 | gpa_t (*gva_to_gpa)(struct kvm_vcpu *vcpu, gva_t gva); | 220 | gpa_t (*gva_to_gpa)(struct kvm_vcpu *vcpu, gva_t gva); |
221 | void (*prefetch_page)(struct kvm_vcpu *vcpu, | 221 | void (*prefetch_page)(struct kvm_vcpu *vcpu, |
222 | struct kvm_mmu_page *page); | 222 | struct kvm_mmu_page *page); |
223 | int (*sync_page)(struct kvm_vcpu *vcpu, | ||
224 | struct kvm_mmu_page *sp); | ||
223 | hpa_t root_hpa; | 225 | hpa_t root_hpa; |
224 | int root_level; | 226 | int root_level; |
225 | int shadow_root_level; | 227 | int shadow_root_level; |