Peter Maydell | 01c22f2 | 2014-03-13 14:17:29 +0000 | [diff] [blame] | 1 | /* |
| 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 Maydell | 87c9b5e | 2016-01-29 17:49:52 +0000 | [diff] [blame] | 11 | #include "qemu/osdep.h" |
Stefan Weil | 2822c1b | 2015-02-06 22:43:15 +0100 | [diff] [blame] | 12 | #include "sysemu/qtest.h" |
Peter Maydell | 01c22f2 | 2014-03-13 14:17:29 +0000 | [diff] [blame] | 13 | |
| 14 | /* Needed for qtest_allowed() */ |
| 15 | bool qtest_allowed; |
Michael S. Tsirkin | 21a2430 | 2015-11-30 13:30:04 +0200 | [diff] [blame] | 16 | |
| 17 | bool qtest_driver(void) |
| 18 | { |
| 19 | return false; |
| 20 | } |