commit | e45115b62f9abb143a03036dbde05faf5864aa01 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Tue Jul 12 22:09:19 2016 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 14 09:03:52 2016 +0200 |
tree | ebb3802f82ded6a134190ec496a3202bd315a215 | |
parent | 64aa47bfc45323040d5db8f30cbd6851f2606c7d [diff] |
KVM: x86: use physical LAPIC array for logical x2APIC Logical x2APIC IDs map injectively to physical x2APIC IDs, so we can reuse the physical array for them. This allows us to save space by sizing the logical maps according to the needs of xAPIC. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>