xref: /openbmc/qemu/stubs/qtest.c (revision 01c22f2c)
1*01c22f2cSPeter Maydell /*
2*01c22f2cSPeter Maydell  * qtest stubs
3*01c22f2cSPeter Maydell  *
4*01c22f2cSPeter Maydell  * Copyright (c) 2014 Linaro Limited
5*01c22f2cSPeter Maydell  * Written by Peter Maydell
6*01c22f2cSPeter Maydell  *
7*01c22f2cSPeter Maydell  * This work is licensed under the terms of the GNU GPL, version 2 or later.
8*01c22f2cSPeter Maydell  * See the COPYING file in the top-level directory.
9*01c22f2cSPeter Maydell  */
10*01c22f2cSPeter Maydell 
11*01c22f2cSPeter Maydell #include "qemu-common.h"
12*01c22f2cSPeter Maydell 
13*01c22f2cSPeter Maydell /* Needed for qtest_allowed() */
14*01c22f2cSPeter Maydell bool qtest_allowed;
15