diff options
author | Gui Jianfeng <guijianfeng@cn.fujitsu.com> | 2010-05-11 14:36:58 +0800 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-08-01 10:35:41 +0300 |
commit | 6859762e8ae32ec258a671faf5c9fef07b25b83f (patch) | |
tree | fc2dc98e756da280619dee386cc8dac98d007cb8 | |
parent | f0f5933a1626c8df7b0bfd227819c66320fb4f0f (diff) | |
download | op-kernel-dev-6859762e8ae32ec258a671faf5c9fef07b25b83f.zip op-kernel-dev-6859762e8ae32ec258a671faf5c9fef07b25b83f.tar.gz |
KVM: update mmu documetation for role.nxe
There's no member "cr4_nxe" in struct kvm_mmu_page_role, it names "nxe" now.
Update mmu document.
Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
-rw-r--r-- | Documentation/kvm/mmu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt index aaed6ab..0e872ae 100644 --- a/Documentation/kvm/mmu.txt +++ b/Documentation/kvm/mmu.txt @@ -161,7 +161,7 @@ Shadow pages contain the following information: role.cr4_pae: Contains the value of cr4.pae for which the page is valid (e.g. whether 32-bit or 64-bit gptes are in use). - role.cr4_nxe: + role.nxe: Contains the value of efer.nxe for which the page is valid. role.cr0_wp: Contains the value of cr0.wp for which the page is valid. |