commit | b7e31be385584afe7f073130e8e570d53c95f7fe | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Mar 01 15:24:25 2018 +0100 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Thu Mar 01 22:32:45 2018 +0100 |
tree | f14381b2f2593fbf6b2bae27a67c9a9605bc5a67 | |
parent | 518e7b94817abed94becfe6a44f1ece0d4745afe [diff] |
KVM: x86: fix vcpu initialization with userspace lapic Moving the code around broke this rare configuration. Use this opportunity to finally call lapic reset from vcpu reset. Reported-by: syzbot+fb7a33a4b6c35007a72b@syzkaller.appspotmail.com Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Fixes: 0b2e9904c159 ("KVM: x86: move LAPIC initialization after VMCS creation") Cc: stable@vger.kernel.org Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>