commit | 3d6b84132d2a57b5a74100f6923a8feb679ac2ce | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed Apr 14 14:35:43 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 07 06:06:10 2021 -0400 |
tree | 53881bd4baa1ae3d562d09e2ca01f6fcacad543e | |
parent | c02027b5742b5aa804ef08a4a9db433295533046 [diff] |
x86/kvm: Disable all PV features on crash Crash shutdown handler only disables kvmclock and steal time, other PV features remain active so we risk corrupting memory or getting some side-effects in kdump kernel. Move crash handler to kvm.c and unify with CPU offline. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Message-Id: <20210414123544.1060604-5-vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>