xref: /openbmc/qemu/stubs/qtest.c (revision 21a24302)
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 
112822c1b6SStefan Weil #include "sysemu/qtest.h"
1201c22f2cSPeter Maydell 
1301c22f2cSPeter Maydell /* Needed for qtest_allowed() */
1401c22f2cSPeter Maydell bool qtest_allowed;
15*21a24302SMichael S. Tsirkin 
16*21a24302SMichael S. Tsirkin bool qtest_driver(void)
17*21a24302SMichael S. Tsirkin {
18*21a24302SMichael S. Tsirkin     return false;
19*21a24302SMichael S. Tsirkin }
20