Page MenuHomeFreeBSD

D46485.diff
No OneTemporary

D46485.diff

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

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)

Event Timeline