You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
KVM: MMU: Instantiate real-mode shadows as user writable shadows
This is consistent with real-mode permissions. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
+1
-1
@@ -902,7 +902,7 @@ static int nonpaging_map(struct kvm_vcpu *vcpu, gva_t v, hpa_t p)
|
|||||||
>> PAGE_SHIFT;
|
>> PAGE_SHIFT;
|
||||||
new_table = kvm_mmu_get_page(vcpu, pseudo_gfn,
|
new_table = kvm_mmu_get_page(vcpu, pseudo_gfn,
|
||||||
v, level - 1,
|
v, level - 1,
|
||||||
1, 0, &table[index]);
|
1, 3, &table[index]);
|
||||||
if (!new_table) {
|
if (!new_table) {
|
||||||
pgprintk("nonpaging_map: ENOMEM\n");
|
pgprintk("nonpaging_map: ENOMEM\n");
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|||||||
Reference in New Issue
Block a user