summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vmd.h
diff options
context:
space:
mode:
authorpd <pd@cvs.openbsd.org>2019-07-17 05:51:08 +0000
committerpd <pd@cvs.openbsd.org>2019-07-17 05:51:08 +0000
commitb0fbf84b4b14aca5456de8ec175f740b26aa6ad4 (patch)
tree8817f23d489071b6014567888f2db3653e2cbd2e /usr.sbin/vmd/vmd.h
parenteb035a8d91662acbd8d08a8c195ea92714cf46bc (diff)
vmm/vmd: Fix migration with pvclock
Implement VMM_IOC_READVMPARAMS and VMM_IOC_WRITEVMPARAMS ioctls to read and write pvclock state. reads ok mlarkin@
Diffstat (limited to 'usr.sbin/vmd/vmd.h')
-rw-r--r--usr.sbin/vmd/vmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vmd.h b/usr.sbin/vmd/vmd.h
index 7e40b38f51d..2d848e5d37e 100644
--- a/usr.sbin/vmd/vmd.h
+++ b/usr.sbin/vmd/vmd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmd.h,v 1.94 2019/05/11 23:07:46 jasper Exp $ */
+/* $OpenBSD: vmd.h,v 1.95 2019/07/17 05:51:07 pd Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -215,7 +215,7 @@ struct vm_dump_header {
#define VM_DUMP_SIGNATURE VMM_HV_SIGNATURE
uint8_t vmh_pad[3];
uint8_t vmh_version;
-#define VM_DUMP_VERSION 6
+#define VM_DUMP_VERSION 7
struct vm_dump_header_cpuid
vmh_cpuids[VM_DUMP_HEADER_CPUID_COUNT];
} __packed;