• R
    KVM: x86: fix mixed APIC mode broadcast · 9ea369b0
    Radim Krčmář 提交于
    Broadcast allowed only one global APIC mode, but mixed modes are
    theoretically possible.  x2APIC IPI doesn't mean 0xff as broadcast,
    the rest does.
    
    x2APIC broadcasts are accepted by xAPIC.  If we take SDM to be logical,
    even addreses beginning with 0xff should be accepted, but real hardware
    disagrees.  This patch aims for simple code by considering most of real
    behavior as undefined.
    Signed-off-by: NRadim Krčmář <rkrcmar@redhat.com>
    Message-Id: <1423766494-26150-3-git-send-email-rkrcmar@redhat.com>
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    9ea369b0
kvm_host.h 33.4 KB