]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lib: Introduce 'virDomainQemuMonitorCommandWithFiles'
authorPeter Krempa <pkrempa@redhat.com>
Thu, 27 Jan 2022 15:48:00 +0000 (16:48 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 1 Mar 2022 12:29:49 +0000 (13:29 +0100)
commitf87fa77ca999f2f8d595156309222fa373218f1a
treee61b23b0e4a6d21850bd7206b3a56f3a1a8283fe
parent7cfbfe66fc1af41222612aad6f237331c6943107
lib: Introduce 'virDomainQemuMonitorCommandWithFiles'

This API has the same semantics as 'virDomainQemuMonitorCommand' but
accepts file descriptors which are then forwarded to qemu.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
include/libvirt/libvirt-qemu.h
src/driver-hypervisor.h
src/libvirt-qemu.c
src/libvirt_qemu.syms
src/qemu_protocol-structs
src/remote/qemu_protocol.x
src/remote/remote_daemon_dispatch.c
src/remote/remote_driver.c