]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Report domain name in unexpectedly closed monitor message
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 9 May 2023 07:51:40 +0000 (10:51 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 9 May 2023 11:57:28 +0000 (14:57 +0300)
commit30a1ceb67cb1d774c14feb3da7a8fb0c947086d2
treefa250da8426a77fef896ce5daea4af38893df038
parent25ce34998ba713e2d0167315cb178cdebb02e7c8
qemu: Report domain name in unexpectedly closed monitor message

When QEMU closes the monitor suddenly, the following error
message is reported:

  internal error: qemu unexpectedly closed the monitor: ...

And this works. But other error messages produced in the same
function include domain name too. Do that for the unexpectedly
closed monitor message too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_monitor.c