Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3' into...
[qemu/ar7.git] / stubs / qtest.c
blob891eb954fbeead7ce295c39ad34bd88a75f0d3d4
1 /*
2 * qtest stubs
4 * Copyright (c) 2014 Linaro Limited
5 * Written by Peter Maydell
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 */
11 #include "qemu/osdep.h"
12 #include "sysemu/qtest.h"
14 /* Needed for qtest_allowed() */
15 bool qtest_allowed;
17 bool qtest_driver(void)
19 return false;