xref: /openbmc/qemu/accel/stubs/hvf-stub.c (revision 8714d366e7e29d3ca8cebc8504e18c4cd7b5cf48)
1 /*
2  * HVF 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/hvf.h"
11 
12 bool hvf_allowed;
13