Re: [PATCH 09/27] qemu: Introduce helper functions for passing FDs to qemu

2022-02-14 Thread Peter Krempa
On Thu, Feb 10, 2022 at 18:35:44 +0100, Ján Tomko wrote: > On a Wednesday in 2022, Peter Krempa wrote: > > The existing helpers we have are very clumsy and there's no integration > > with the monitor. > > > > This patch introduces new helpers to bridge the gap and simplify handing [...] > >

Re: [PATCH 09/27] qemu: Introduce helper functions for passing FDs to qemu

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: The existing helpers we have are very clumsy and there's no integration with the monitor. This patch introduces new helpers to bridge the gap and simplify handing *handling of fdsets and classic FD passing when generating commandline/hotplug

[PATCH 09/27] qemu: Introduce helper functions for passing FDs to qemu

2022-02-09 Thread Peter Krempa
The existing helpers we have are very clumsy and there's no integration with the monitor. This patch introduces new helpers to bridge the gap and simplify handing of fdsets and classic FD passing when generating commandline/hotplug arguments. Signed-off-by: Peter Krempa --- po/POTFILES.in