commit | e66d2ae7c67bd9ac982a3d1890564de7f7eabf4b | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sun Dec 29 02:29:30 2013 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Dec 30 18:58:17 2013 -0200 |
tree | 5d507fbd9a8412f053fb58e812a0366830d5cf1e | |
parent | f41bfc9423aac4e589d2b3bedf26b3c249c61146 [diff] |
KVM: x86: Fix APIC map calculation after re-enabling Update arch.apic_base before triggering recalculate_apic_map. Otherwise the recalculation will work against the previous state of the APIC and will fail to build the correct map when an APIC is hardware-enabled again. This fixes a regression of 1e08ec4a13. Cc: stable@vger.kernel.org Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>