summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/vmm.h')
-rw-r--r--sys/amd64/include/vmm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h
index 8f78b8f..2fb2194 100644
--- a/sys/amd64/include/vmm.h
+++ b/sys/amd64/include/vmm.h
@@ -150,6 +150,8 @@ void vm_interrupt_hostcpu(struct vm *vm, int vcpu);
#endif /* KERNEL */
+#include <machine/vmm_instruction_emul.h>
+
#define VM_MAXCPU 8 /* maximum virtual cpus */
/*
@@ -268,6 +270,7 @@ struct vm_exit {
uint64_t cr3;
uint64_t gpa;
int rwx;
+ struct vie vie;
} paging;
/*
* VMX specific payload. Used when there is no "better"
OpenPOWER on IntegriCloud