Re: [PATCH 02/27] qemuProcessPrepareHostBackendChardevFileHelper: Always use FD passing

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: Code paths which don't wish to use FD passing are supposed to not call the function which sets up the chardev for FD passing. This is ensured by calling it only in the host prepare step. Signed-off-by: Peter Krempa --- src/qemu/qemu_process.c

[PATCH 02/27] qemuProcessPrepareHostBackendChardevFileHelper: Always use FD passing

2022-02-09 Thread Peter Krempa
Code paths which don't wish to use FD passing are supposed to not call the function which sets up the chardev for FD passing. This is ensured by calling it only in the host prepare step. Signed-off-by: Peter Krempa --- src/qemu/qemu_process.c | 11 ---