]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Drop reconnectBlockjobs from _qemuDomainObjPrivate struct
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Oct 2025 08:49:20 +0000 (10:49 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Oct 2025 10:27:50 +0000 (12:27 +0200)
commit0c1a1f9fd4b3e94e4cecae14a1628ebfc9b9af3f
treee4ef3a0fb512241e4513c5a2c59e619d21f8c035
parent7353bc5fda975b06fccceafcd8f913eb4a7f0379
qemu: Drop reconnectBlockjobs from _qemuDomainObjPrivate struct

The 'reconnectBlockjobs' member of the _qemuDomainObjPrivate
struct is basically unused after v8.7.0-rc1~110. It's not even
formatted into the status XML, just parsed. This makes needless
noise.  Just drop the member.

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