Page MenuHomeFreeBSD

D47241.diff
No OneTemporary

D47241.diff

diff --git a/sys/arm64/vmm/vmm.c b/sys/arm64/vmm/vmm.c
--- a/sys/arm64/vmm/vmm.c
+++ b/sys/arm64/vmm/vmm.c
@@ -916,8 +916,7 @@
uint64_t gla, int prot, uint64_t *gpa, int *is_fault)
{
- vmmops_gla2gpa(vcpu->cookie, paging, gla, prot, gpa, is_fault);
- return (0);
+ return (vmmops_gla2gpa(vcpu->cookie, paging, gla, prot, gpa, is_fault));
}
static int

File Metadata

Mime Type
text/plain
Expires
Fri, May 2, 5:06 AM (18 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17898997
Default Alt Text
D47241.diff (364 B)

Event Timeline