]> Git Repo - qemu.git/blob - stubs/qtest.c
parallels: Sanity check for s->tracks (CVE-2014-0142)
[qemu.git] / stubs / qtest.c
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
11 #include "qemu-common.h"
12
13 /* Needed for qtest_allowed() */
14 bool qtest_allowed;
This page took 0.024468 seconds and 4 git commands to generate.