Re: [Qemu-devel] [PATCH v3 1/5] qemu-nbd: Add --pid-file option

2019-05-24 Thread Max Reitz
On 24.05.19 17:07, Eric Blake wrote: > On 5/8/19 4:18 PM, Max Reitz wrote: >> --fork is a bit boring if there is no way to get the child's PID. This >> option helps. >> >> Signed-off-by: Max Reitz >> --- >> qemu-nbd.c| 11 +++ >> qemu-nbd.texi | 2 ++ >> 2 files changed, 13 insertio

Re: [Qemu-devel] [PATCH v3 1/5] qemu-nbd: Add --pid-file option

2019-05-24 Thread Eric Blake
On 5/8/19 4:18 PM, Max Reitz wrote: > --fork is a bit boring if there is no way to get the child's PID. This > option helps. > > Signed-off-by: Max Reitz > --- > qemu-nbd.c| 11 +++ > qemu-nbd.texi | 2 ++ > 2 files changed, 13 insertions(+) > > diff --git a/qemu-nbd.c b/qemu-nbd.

[Qemu-devel] [PATCH v3 1/5] qemu-nbd: Add --pid-file option

2019-05-08 Thread Max Reitz
--fork is a bit boring if there is no way to get the child's PID. This option helps. Signed-off-by: Max Reitz --- qemu-nbd.c| 11 +++ qemu-nbd.texi | 2 ++ 2 files changed, 13 insertions(+) diff --git a/qemu-nbd.c b/qemu-nbd.c index dca9e72cee..edb5195208 100644 --- a/qemu-nbd.c +