Re: [libvirt] [PATCH 5/9] qemu: process: Move clearing of QEMU_CAPS_CHARDEV_FD_PASS to qemuProcessPrepareQEMUCaps

2019-11-26 Thread Cole Robinson
On 11/25/19 7:53 AM, Peter Krempa wrote: > Move the post-processing of the QEMU_CAPS_CHARDEV_FD_PASS flag to the > new function. > > The clearing of the capability is based on the presence of > VIR_QEMU_PROCESS_START_STANDALONE so we must also pass in the process > start flags. > > Signed-off-by:

[libvirt] [PATCH 5/9] qemu: process: Move clearing of QEMU_CAPS_CHARDEV_FD_PASS to qemuProcessPrepareQEMUCaps

2019-11-25 Thread Peter Krempa
Move the post-processing of the QEMU_CAPS_CHARDEV_FD_PASS flag to the new function. The clearing of the capability is based on the presence of VIR_QEMU_PROCESS_START_STANDALONE so we must also pass in the process start flags. Signed-off-by: Peter Krempa --- src/qemu/qemu_process.c | 12 +++-