summary refs log tree commit diff stats
path: root/accel/stubs/hvf-stub.c
blob: 42eadc5ca92a6287469558ac3d899503d40c02d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;