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

2019-05-08 Thread Max Reitz
On 08.05.19 15:22, 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| 12 > qemu-nbd.texi | 2 ++ > 2 files changed, 14 insertions(+) > > diff --git a/qemu-nbd.c b/qemu-nbd

[Qemu-devel] [PATCH v2 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| 12 qemu-nbd.texi | 2 ++ 2 files changed, 14 insertions(+) diff --git a/qemu-nbd.c b/qemu-nbd.c index dca9e72cee..4866042160 100644 --- a/qemu-nbd.c