提交 6bfccdc9 编写于 作者: A Avi Kivity

KVM: MMU: Instantiate real-mode shadows as user writable shadows

This is consistent with real-mode permissions.
Signed-off-by: NAvi Kivity <avi@qumranet.com>
上级 cc70e737
......@@ -902,7 +902,7 @@ static int nonpaging_map(struct kvm_vcpu *vcpu, gva_t v, hpa_t p)
>> PAGE_SHIFT;
new_table = kvm_mmu_get_page(vcpu, pseudo_gfn,
v, level - 1,
1, 0, &table[index]);
1, 3, &table[index]);
if (!new_table) {
pgprintk("nonpaging_map: ENOMEM\n");
return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册