blob: c564c89fd0be7b58bc111c6468a1a6139b10755d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* WHPX stubs for QEMU
*
* Copyright (c) Linaro
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "qemu/osdep.h"
#include "system/whpx.h"
bool whpx_allowed;
|