Merge remote-tracking branch 'qmp/for-anthony' into staging
[qemu.git] / fsdev / qemu-fsdev-dummy.c
blob619e163a4600bd313bbf1a0b66c3efccd379e5b7
1 /*
2 * Virtio 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.
13 #include <stdio.h>
14 #include <string.h>
15 #include "qemu-fsdev.h"
17 int qemu_fsdev_add(QemuOpts *opts)
19 return 0;