]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-nbd: Add --fork option
authorMax Reitz <mreitz@redhat.com>
Wed, 28 Sep 2016 20:46:42 +0000 (22:46 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 24 Oct 2016 15:54:03 +0000 (17:54 +0200)
commitffb31e1da7d3e044649717c4ebcb1768b5b44299
treee925b31c89fc80a027cd36dd276480e8a85b2b75
parenta26ddb43963e77aeebc2a4f011d27b2d9c017f21
qemu-nbd: Add --fork option

Using the --fork option, one can make qemu-nbd fork the worker process.
The original process will exit on error of the worker or once the worker
enters the main loop.

Suggested-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-nbd.c
qemu-nbd.texi