commit | ae6f24968608f71a51814d80ee8fcd38e799a0fd | [log] [tgz] |
---|---|---|
author | Wanpeng Li <wanpengli@tencent.com> | Wed Aug 19 16:55:26 2020 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 28 07:57:08 2020 -0400 |
tree | f704357811c447669c3d76f7771401dea0507d62 | |
parent | 2fc4f15dac952b9bbc2695c9040f2c17be70dabb [diff] |
KVM: LAPIC: Fix updating DFR missing apic map recalculation There is missing apic map recalculation after updating DFR, if it is INIT RESET, in x2apic mode, local apic is software enabled before. This patch fix it by introducing the function kvm_apic_set_dfr() to be called in INIT RESET handling path. Signed-off-by: Wanpeng Li <wanpengli@tencent.com> Message-Id: <1597827327-25055-1-git-send-email-wanpengli@tencent.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>