]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add monitor functions for handling file descriptors
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 14 Oct 2020 17:08:28 +0000 (12:08 -0500)
committerLaine Stump <laine@redhat.com>
Tue, 20 Oct 2020 19:14:37 +0000 (15:14 -0400)
commitb8998cc670f7b1b11a83276050e49dce7efba333
treec975bae2c6a6eaca29ba258e73fec71a34933579
parent0b1a05ffb59ab36f59cacf49a2fbbadbac44b41f
qemu: add monitor functions for handling file descriptors

add-fd, remove-fd, and query-fdsets provide functionality that can be
used for passing fds to qemu and closing fdsets that are no longer
necessary.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h