Re: [libvirt] [PATCH 1/7] qemuProcessStartPRDaemonHook: Try to set NS iff domain was started with one

2018-07-04 Thread Peter Krempa
On Wed, Jul 04, 2018 at 12:46:49 +0200, Michal Privoznik wrote: > Users have possibility to disable qemu namespace feature (e.g. > because they are running on *BSD which lacks Linux NS support). > If that's the case we should not try to move qemu-pr-helper into > the same namespace as qemu is in. >

[libvirt] [PATCH 1/7] qemuProcessStartPRDaemonHook: Try to set NS iff domain was started with one

2018-07-04 Thread Michal Privoznik
Users have possibility to disable qemu namespace feature (e.g. because they are running on *BSD which lacks Linux NS support). If that's the case we should not try to move qemu-pr-helper into the same namespace as qemu is in. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.c | 12 +