commit | fa834e919788dfa0965495f21760eb38fe480342 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Nov 27 20:03:12 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 04 15:29:07 2014 +0100 |
tree | c5d672e0e098bfde84e7635616cb0dcea73e569f | |
parent | 085563fb043c29cc09e5ec5e21a7f6bb519d91e2 [diff] |
KVM: x86: fix APIC physical destination wrapping x2apic allows destinations > 0xff and we don't want them delivered to lower APICs. They are correctly handled by doing nothing. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>