On a Friday in 2024, Michal Privoznik wrote:
After previous cleanups, qemuMonitorIOWriteWithFD() is but a thin
wrapper
over virSocketSendMsgWithFDs(). Replace the body of the former
with a call to the latter.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_monitor.c | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano