Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150972903
D27402.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
768 B
Referenced Files
None
Subscribers
None
D27402.id.diff
View Options
Index: head/sys/amd64/vmm/vmm.c
===================================================================
--- head/sys/amd64/vmm/vmm.c
+++ head/sys/amd64/vmm/vmm.c
@@ -49,12 +49,12 @@
#include <sys/vnode.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_extern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
-#include <vm/vm_extern.h>
-#include <vm/vm_param.h>
#include <vm/vm_pager.h>
#include <vm/vm_kern.h>
#include <vm/vnode_pager.h>
@@ -483,7 +483,7 @@
if (name == NULL || strlen(name) >= VM_MAX_NAMELEN)
return (EINVAL);
- vmspace = vmmops_vmspace_alloc(0, VM_MAXUSER_ADDRESS);
+ vmspace = vmmops_vmspace_alloc(0, VM_MAXUSER_ADDRESS_LA48);
if (vmspace == NULL)
return (ENOMEM);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 6:11 AM (12 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30910650
Default Alt Text
D27402.id.diff (768 B)
Attached To
Mode
D27402: bhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.
Attached
Detach File
Event Timeline
Log In to Comment