Re: [PATCH 1/5] lib: Introduce 'virDomainQemuMonitorCommandWithFiles'

2022-02-15 Thread Peter Krempa
On Thu, Feb 03, 2022 at 18:23:25 +0100, Michal Prívozník wrote: > On 2/3/22 15:51, Peter Krempa wrote: > > This API has the same semantics as 'virDomainQemuMonitorCommand' but > > accepts file descriptors which are then forwarded to qemu. > > > > Signed-off-by: Peter Krempa > > --- > >

Re: [PATCH 1/5] lib: Introduce 'virDomainQemuMonitorCommandWithFiles'

2022-02-03 Thread Michal Prívozník
On 2/3/22 15:51, Peter Krempa wrote: > This API has the same semantics as 'virDomainQemuMonitorCommand' but > accepts file descriptors which are then forwarded to qemu. > > Signed-off-by: Peter Krempa > --- > include/libvirt/libvirt-qemu.h | 6 +++ > src/driver-hypervisor.h |

Re: [PATCH 1/5] lib: Introduce 'virDomainQemuMonitorCommandWithFiles'

2022-02-03 Thread Ján Tomko
On a Thursday in 2022, Peter Krempa wrote: This API has the same semantics as 'virDomainQemuMonitorCommand' but accepts file descriptors which are then forwarded to qemu. Signed-off-by: Peter Krempa --- include/libvirt/libvirt-qemu.h | 6 +++ src/driver-hypervisor.h | 8

[PATCH 1/5] lib: Introduce 'virDomainQemuMonitorCommandWithFiles'

2022-02-03 Thread Peter Krempa
This API has the same semantics as 'virDomainQemuMonitorCommand' but accepts file descriptors which are then forwarded to qemu. Signed-off-by: Peter Krempa --- include/libvirt/libvirt-qemu.h | 6 +++ src/driver-hypervisor.h | 8 src/libvirt-qemu.c | 71