]> xenbits.xensource.com Git - qemu-xen.git/commit
qemu-nbd: Close inherited stderr
authorRaphael Pour <raphael.pour@hetzner.com>
Fri, 15 May 2020 06:36:07 +0000 (08:36 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 24 Aug 2020 23:55:45 +0000 (18:55 -0500)
commitbdac9aabd92bd8e6d070cbc83e46272e86f63dc5
tree4552181dbf498843deb2abff0921b6ce90faa62b
parent352259fef83f689b8a8c436a24093e6ede167288
qemu-nbd: Close inherited stderr

Close inherited stderr of the parent if fork_process is false.
Otherwise no one will close it. (introduced by e6df58a5)

This only affected 'qemu-nbd -c /dev/nbd0'.

Signed-off-by: Raphael Pour <raphael.pour@hetzner.com>
Message-Id: <d8ddc993-9816-836e-a3de-c6edab9d9c49@hetzner.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[eblake: Enhance commit message]
Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit 0eaf453ebf6788885fbb5d40426b154ef8805407)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-nbd.c