]> xenbits.xensource.com Git - libvirt.git/commit
qemu: migration: Don't log 'nmigrate_disks'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Sep 2024 11:40:15 +0000 (13:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 1 Oct 2024 10:57:02 +0000 (12:57 +0200)
commitd98beef107d411f9b689be288695131680cfa87a
treeffa3a5ae33f1534265184fa7cbccb1f787429ca0
parentab52a069eed7e7436d0b5a0ba836472f894e053b
qemu: migration: Don't log 'nmigrate_disks'

The actual number of disks to migrate is not important. The presence of
disks to migrate can be inferred from presence of the 'migrate_disks'
pointer which is logged.

Since 'nmigrate_disks' will eventually be removed remove the logging
right now.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_migration.c