]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/qtest.c
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / stubs / qtest.c
CommitLineData
01c22f2c
PM
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
87c9b5e0 11#include "qemu/osdep.h"
2822c1b6 12#include "sysemu/qtest.h"
01c22f2c
PM
13
14/* Needed for qtest_allowed() */
15bool qtest_allowed;
21a24302
MT
16
17bool qtest_driver(void)
18{
19 return false;
20}