summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/amd/amdv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/vmm/amd/amdv.c')
-rw-r--r--sys/amd64/vmm/amd/amdv.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/vmm/amd/amdv.c b/sys/amd64/vmm/amd/amdv.c
index 1cc130f..6c87901 100644
--- a/sys/amd64/vmm/amd/amdv.c
+++ b/sys/amd64/vmm/amd/amdv.c
@@ -53,6 +53,11 @@ amdv_cleanup(void)
return (ENXIO);
}
+static void
+amdv_resume(void)
+{
+}
+
static void *
amdv_vminit(struct vm *vm, struct pmap *pmap)
{
@@ -153,6 +158,7 @@ amdv_vmspace_free(struct vmspace *vmspace)
struct vmm_ops vmm_ops_amd = {
amdv_init,
amdv_cleanup,
+ amdv_resume,
amdv_vminit,
amdv_vmrun,
amdv_vmcleanup,
OpenPOWER on IntegriCloud