Re: [PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression

2020-11-10 Thread Dave Martin
On Thu, Nov 05, 2020 at 10:10:18AM +0100, Andrew Jones wrote: > 张东旭 reported a regression seen with CentOS > when migrating from an old kernel to a new one. The problem was > that QEMU rejected the migration since KVM_GET_REG_LIST reported > a register was missing on the destination. Extra registe

Re: [PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression

2020-11-06 Thread Marc Zyngier
On Thu, 5 Nov 2020 10:10:18 +0100, Andrew Jones wrote: > 张东旭 reported a regression seen with CentOS > when migrating from an old kernel to a new one. The problem was > that QEMU rejected the migration since KVM_GET_REG_LIST reported > a register was missing on the destination. Extra registers are

[PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression

2020-11-05 Thread Andrew Jones
张东旭 reported a regression seen with CentOS when migrating from an old kernel to a new one. The problem was that QEMU rejected the migration since KVM_GET_REG_LIST reported a register was missing on the destination. Extra registers are OK on the destination, but not missing ones. The regression rep