artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b5f31
)
cope with recent vmm changes
author
anton
<anton@openbsd.org>
Thu, 27 Apr 2023 05:42:44 +0000
(
05:42
+0000)
committer
anton
<anton@openbsd.org>
Thu, 27 Apr 2023 05:42:44 +0000
(
05:42
+0000)
regress/sys/arch/amd64/vmm/vcpu.c
patch
|
blob
|
history
diff --git
a/regress/sys/arch/amd64/vmm/vcpu.c
b/regress/sys/arch/amd64/vmm/vcpu.c
index
719fa6d
..
f221b58
100644
(file)
--- a/
regress/sys/arch/amd64/vmm/vcpu.c
+++ b/
regress/sys/arch/amd64/vmm/vcpu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vcpu.c,v 1.
4 2023/04/23 18:38:55
anton Exp $ */
+/* $OpenBSD: vcpu.c,v 1.
5 2023/04/27 05:42:44
anton Exp $ */
/*
* Copyright (c) 2022 Dave Voutila <dv@openbsd.org>
@@
-23,6
+23,8
@@
#include <machine/specialreg.h>
#include <machine/vmmvar.h>
+#include <dev/vmm/vmm.h>
+
#include <err.h>
#include <errno.h>
#include <fcntl.h>