tests/vm: avoid image presence check and removal
[qemu/ar7.git] / fsdev / qemu-fsdev-dummy.c
blob8444a254be371ca18668eef45ddf13caf11c2087
1 /*
2 * 9p
4 * Copyright IBM, Corp. 2010
6 * Authors:
7 * Gautham R Shenoy <ego@in.ibm.com>
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #include "qemu/osdep.h"
15 #include "qemu-fsdev.h"
16 #include "qemu/config-file.h"
18 int qemu_fsdev_add(QemuOpts *opts, Error **errp)
20 return 0;