X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fstubs%2Fqtest.c;fp=qemu%2Fstubs%2Fqtest.c;h=dc17594bb66d8a7ae3a0cd20bb4c9e2919ad662e;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/stubs/qtest.c b/qemu/stubs/qtest.c new file mode 100644 index 000000000..dc17594bb --- /dev/null +++ b/qemu/stubs/qtest.c @@ -0,0 +1,14 @@ +/* + * qtest stubs + * + * Copyright (c) 2014 Linaro Limited + * Written by Peter Maydell + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ + +#include "sysemu/qtest.h" + +/* Needed for qtest_allowed() */ +bool qtest_allowed;