Migrating VMs from one host to another where the host have different capabilities/flags is always problematic. Because you use type host, you expose all CPU flags which includes nested-virt (or the AMD/Intel specific one) and this type of CPU change cannot be handled inside a VM without a restart. In short: this is to be expected to fail (but the message it not at all clear).Is this a side-effect of deactivating nested KVM and migrating a VM from a node with active nested KVM to a nested KVM disabled node? All VMs are cputype `host`, non is using nested KVM is in running VMs inside the VMs.