Re: [PATCH 14/27] qemu: Rewrite chardev startup code to use qemuFDPass

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: Rewrite the parts which already pass FDs via fdset or directly to use the new infrastructure. Apart from simpler code this also adds the appropriate names to the fds in the fdsets which will allow us to properly remove the fdsets won hot-unplug of

[PATCH 14/27] qemu: Rewrite chardev startup code to use qemuFDPass

2022-02-09 Thread Peter Krempa
Rewrite the parts which already pass FDs via fdset or directly to use the new infrastructure. Apart from simpler code this also adds the appropriate names to the fds in the fdsets which will allow us to properly remove the fdsets won hot-unplug of chardevs, which we didn't do for now and resulted