On Thu, Jul 16, 2020 at 22:08:48 +0200, Jiri Denemark wrote:
Commit v6.4.0-61-g201bd5db63 started to fill the default value for
//cpu/@migratable attribute according to QEMU support. However, active
domains either have the migratable attribute already set or the
capabilities we use for checking the QEMU support were created by older
libvirt which didn't probe for this specific capability.
https://bugzilla.redhat.com/show_bug.cgi?id=1857967
Reported-by: Mark Mielke <mark.mielke(a)gmail.com>
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Oops, ignore this patch, please. This is an older version of the patch
2/3 included in the "Fix migration with host-passthrough CPU" series.
Jirka