Copying the maintainer. Please do that yourself in future patch
submissions. You can list maintainers with "scripts/get_maintainer.pl
--no-git-fallback *.patch".
Jun Sheng writes:
> run qemu-nbd as an inetd service has some benefits
> * more scriptable, such as serve multiple images to differe
run qemu-nbd as an inetd service has some benefits
* more scriptable, such as serve multiple images to different clients
on one ip/port
* access control using tcpd
simple usage:
#!/bin/sh
# qemu-nbd wrapper, select image file according to client ip address
IMG_FILE=`sed -n "s/$REMOTE_HOST //p" /pa
run qemu-nbd as an inetd service has some benefits
* more scriptable, such as serve multiple images to different clients
on one ip/port
* access control using tcpd
simple usage:
#!/bin/sh
# qemu-nbd wrapper, select image file according to client ip address
IMG_FILE=`sed -n "s/$REMOTE_HOST //p" /pa