Re: [PATCH 03/24] qemu: Move creation and opening of chardev backend FDs to host prepare step

2021-12-13 Thread Michal Prívozník
On 12/9/21 13:30, Peter Krempa wrote: > The opening of files for FD passing for a chardev backend was > historically done in the function which is formatting the commandline. > > This has multiple problems. Firstly the function takes a lot of > parameters which need to be passed through the

[PATCH 03/24] qemu: Move creation and opening of chardev backend FDs to host prepare step

2021-12-09 Thread Peter Krempa
The opening of files for FD passing for a chardev backend was historically done in the function which is formatting the commandline. This has multiple problems. Firstly the function takes a lot of parameters which need to be passed through the commandline formatters. This made the