diff options
author | Andreas Färber | 2014-02-21 17:15:21 +0100 |
---|---|---|
committer | Andreas Färber | 2014-03-31 22:35:50 +0200 |
commit | 2d888c099cb89eea0c5329d66abf6cd2865eed8a (patch) | |
tree | 6cfe46e61f4770021252659fa4b10644a6617a33 /MAINTAINERS | |
parent | tests: Add nvme qtest (diff) | |
download | qemu-2d888c099cb89eea0c5329d66abf6cd2865eed8a.tar.gz qemu-2d888c099cb89eea0c5329d66abf6cd2865eed8a.tar.xz qemu-2d888c099cb89eea0c5329d66abf6cd2865eed8a.zip |
tests: Add virtio-9p qtest
Make it conditional to 9p availability.
Create a temporary directory to share.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4d8eefc674..4923b0f75b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -623,6 +623,7 @@ M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> S: Supported F: hw/9pfs/ F: fsdev/ +F: tests/virtio-9p-test.c T: git git://github.com/kvaneesh/QEMU.git virtio-blk |