aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs/hvf-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel/stubs/hvf-stub.c')
-rw-r--r--accel/stubs/hvf-stub.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/accel/stubs/hvf-stub.c b/accel/stubs/hvf-stub.c
new file mode 100644
index 0000000..42eadc5
--- /dev/null
+++ b/accel/stubs/hvf-stub.c
@@ -0,0 +1,12 @@
+/*
+ * HVF stubs for QEMU
+ *
+ * Copyright (c) Linaro
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#include "qemu/osdep.h"
+#include "system/hvf.h"
+
+bool hvf_allowed;