We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04eda68 commit 87d6ae1Copy full SHA for 87d6ae1
arch/x86/include/asm/svm.h
@@ -5,7 +5,8 @@
5
#include <uapi/asm/svm.h>
6
#include <uapi/asm/kvm.h>
7
8
-#include <asm/hyperv-tlfs.h>
+/* TODO: including into mshv_vtl_main.c breaks the build. */
9
+// #include <asm/hyperv-tlfs.h>
10
11
/*
12
* 32-bit intercept words in the VMCB Control Area, starting
@@ -164,7 +165,8 @@ struct __attribute__ ((__packed__)) vmcb_control_area {
164
165
* for use by hypervisor/software.
166
*/
167
union {
- struct hv_vmcb_enlightenments hv_enlightenments;
168
+ /* TODO: including into mshv_vtl_main.c breaks the build. */
169
+ // struct hv_vmcb_enlightenments hv_enlightenments;
170
u8 reserved_sw[32];
171
};
172
0 commit comments