diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-07-27 10:30:44 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-09-10 01:33:18 -0400 |
commit | 852e3c19ac64b7c3912e8efe42d3ce090ebc0161 (patch) | |
tree | cc4fd27e59002191dc09ccf6a6e4006c66c3df38 /arch/x86/include | |
parent | d25797b24c0ff2efc2b2fabaebb0ec0cafc0d3e3 (diff) |
KVM: MMU: make direct mapping paths aware of mapping levels
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index e210b218df44..e09dc26d96bd 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -315,7 +315,7 @@ struct kvm_vcpu_arch { | |||
315 | struct { | 315 | struct { |
316 | gfn_t gfn; /* presumed gfn during guest pte update */ | 316 | gfn_t gfn; /* presumed gfn during guest pte update */ |
317 | pfn_t pfn; /* pfn corresponding to that gfn */ | 317 | pfn_t pfn; /* pfn corresponding to that gfn */ |
318 | int largepage; | 318 | int level; |
319 | unsigned long mmu_seq; | 319 | unsigned long mmu_seq; |
320 | } update_pte; | 320 | } update_pte; |
321 | 321 | ||