qemu-nbd tool (Anthony Liguori)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4596 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2008-05-27 21:13:40 +00:00
parent e00c1e714e
commit 7a5ca8648b
7 changed files with 881 additions and 2 deletions

3
configure vendored
View file

@ -1105,6 +1105,9 @@ echo "#define CONFIG_UNAME_RELEASE \"$uname_release\"" >> $config_h
tools=
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
tools="qemu-img\$(EXESUF) $tools"
if [ "$linux" = "yes" ] ; then
tools="qemu-nbd\$(EXESUF) $tools"
fi
fi
echo "TOOLS=$tools" >> $config_mak