]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Replace virDomainObjWait with qemuDomainObjWait
authorPeter Krempa <pkrempa@redhat.com>
Wed, 10 Aug 2022 13:35:54 +0000 (15:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 11:15:02 +0000 (13:15 +0200)
commitb2f1daa36ddefaa921358cefa0867ea25365f0f3
tree28a0ce750b606a9f9eb5d00169887420025277bb
parentd3ddd432e280a2d822e3b45dd32c677f3bca88e9
qemu: Replace virDomainObjWait with qemuDomainObjWait

The qemu code will need to check other qemu-private conditions when
reporting success for waiting. Thus we must replace all use of it with a
qemu-specific helper. For now the helper forwards directly to
virDomainObjWait.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_block.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c