]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 May 2020 16:51:32 +0000 (12:51 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 27 May 2020 17:11:07 +0000 (13:11 -0400)
commit74b79147c6ab4f77ad6f3e080a6e543504c15734
tree5383bb91e9196e30bf856b00b9fc81b8919df17f
parent3ae461932552105d58c56353ff4c749840de96a3
KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags

The migration functionality was left incomplete in commit f2494acd7654
("KVM: nVMX: Emulate MTF when performing instruction emulation", 2020-02-23),
fix it.

Fixes: f2494acd7654 ("KVM: nVMX: Emulate MTF when performing instruction emulation")
Cc: stable@vger.kernel.org
Reviewed-by: Oliver Upton <oupton@google.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c