]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nSVM: correctly restore nested_run_pending on migration
authorMaxim Levitsky <mlevitsk@redhat.com>
Thu, 7 Jan 2021 09:38:52 +0000 (11:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jan 2021 23:11:33 +0000 (18:11 -0500)
commite7d983b825ce01e3d09f7a5b1f3d49798293b34d
tree8479d4a8aee319985603cee5c83175ed1119edbf
parent4633ca555b08b2f7be16e888355bb00a172ef2b2
KVM: nSVM: correctly restore nested_run_pending on migration

The code to store it on the migration exists, but no code was restoring it.

One of the side effects of fixing this is that L1->L2 injected events
are no longer lost when migration happens with nested run pending.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20210107093854.882483-3-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/nested.c