xref: /openbmc/qemu/accel/stubs/whpx-stub.c (revision 350785d41d8bb0b799dd16ea04a7232dc8d6093a)
1 /*
2  * WHPX stubs for QEMU
3  *
4  *  Copyright (c) Linaro
5  *
6  * SPDX-License-Identifier: GPL-2.0-or-later
7  */
8 
9 #include "qemu/osdep.h"
10 #include "system/whpx.h"
11 
12 bool whpx_allowed;
13