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: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_process.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Cole Robinson <crobinso(a)redhat.com>
- Cole