blob: 891eb954fbeead7ce295c39ad34bd88a75f0d3d4 [file] [log] [blame]
Peter Maydell01c22f22014-03-13 14:17:29 +00001/*
2 * qtest stubs
3 *
4 * Copyright (c) 2014 Linaro Limited
5 * Written by Peter Maydell
6 *
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 */
10
Peter Maydell87c9b5e2016-01-29 17:49:52 +000011#include "qemu/osdep.h"
Stefan Weil2822c1b2015-02-06 22:43:15 +010012#include "sysemu/qtest.h"
Peter Maydell01c22f22014-03-13 14:17:29 +000013
14/* Needed for qtest_allowed() */
15bool qtest_allowed;
Michael S. Tsirkin21a24302015-11-30 13:30:04 +020016
17bool qtest_driver(void)
18{
19 return false;
20}