Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152699546
D46485.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
632 B
Referenced Files
None
Subscribers
None
D46485.diff
View Options
diff --git a/sys/amd64/include/vmm_dev.h b/sys/amd64/include/vmm_dev.h
--- a/sys/amd64/include/vmm_dev.h
+++ b/sys/amd64/include/vmm_dev.h
@@ -29,7 +29,8 @@
#ifndef _VMM_DEV_H_
#define _VMM_DEV_H_
-struct vm_snapshot_meta;
+#include <machine/vmm.h>
+#include <machine/vmm_snapshot.h>
struct vm_memmap {
vm_paddr_t gpa;
diff --git a/sys/arm64/include/vmm_dev.h b/sys/arm64/include/vmm_dev.h
--- a/sys/arm64/include/vmm_dev.h
+++ b/sys/arm64/include/vmm_dev.h
@@ -27,6 +27,8 @@
#ifndef _VMM_DEV_H_
#define _VMM_DEV_H_
+#include <machine/vmm.h>
+
struct vm_memmap {
vm_paddr_t gpa;
int segid; /* memory segment */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 2:13 PM (3 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31664127
Default Alt Text
D46485.diff (632 B)
Attached To
Mode
D46485: vmm: Make vmm_dev.h more self-contained
Attached
Detach File
Event Timeline
Log In to Comment