xref: /qemu/stubs/qtest.c (revision d4d0ebb7)
101c22f2cSPeter Maydell /*
201c22f2cSPeter Maydell  * qtest stubs
301c22f2cSPeter Maydell  *
401c22f2cSPeter Maydell  * Copyright (c) 2014 Linaro Limited
501c22f2cSPeter Maydell  * Written by Peter Maydell
601c22f2cSPeter Maydell  *
701c22f2cSPeter Maydell  * This work is licensed under the terms of the GNU GPL, version 2 or later.
801c22f2cSPeter Maydell  * See the COPYING file in the top-level directory.
901c22f2cSPeter Maydell  */
1001c22f2cSPeter Maydell 
11*87c9b5e0SPeter Maydell #include "qemu/osdep.h"
122822c1b6SStefan Weil #include "sysemu/qtest.h"
1301c22f2cSPeter Maydell 
1401c22f2cSPeter Maydell /* Needed for qtest_allowed() */
1501c22f2cSPeter Maydell bool qtest_allowed;
16