mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
e00c1e714e
commit
7a5ca8648b
7 changed files with 881 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue