From: Radim Krčmář Date: Thu, 12 Feb 2015 18:41:32 +0000 (+0100) Subject: KVM: x86: fix mixed APIC mode broadcast X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea369b032d87b88f1a47187b51ad4321dea5766;p=pandora-kernel.git KVM: x86: fix mixed APIC mode broadcast 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: Radim Krčmář Message-Id: <1423766494-26150-3-git-send-email-rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed