Re: [PATCH 00/37] qemu: Improve 'qemuFDPass' usability and refactor interface code to use it

2022-05-13 Thread Ján Tomko
On a Tuesday in 2022, Peter Krempa wrote: This series modifies qemuFDPass to be a bit more convenient to use by e.g. remembering the maximum fd set index currently used across libvirtd restarts so that we can avoid having to pass the FDs before actually constructing the device properties. Along

Re: [PATCH 00/37] qemu: Improve 'qemuFDPass' usability and refactor interface code to use it

2022-05-12 Thread Jonathon Jongsma
On 5/10/22 10:19 AM, Peter Krempa wrote: This series modifies qemuFDPass to be a bit more convenient to use by e.g. remembering the maximum fd set index currently used across libvirtd restarts so that we can avoid having to pass the FDs before actually constructing the device properties. Along

[PATCH 00/37] qemu: Improve 'qemuFDPass' usability and refactor interface code to use it

2022-05-10 Thread Peter Krempa
This series modifies qemuFDPass to be a bit more convenient to use by e.g. remembering the maximum fd set index currently used across libvirtd restarts so that we can avoid having to pass the FDs before actually constructing the device properties. Along with that this code refactors the handling