Re: [PATCH v3 3/4] KVM: x86: make interrupt delivery fast and slow path behave the same
From: David Hildenbrand
Date: Fri Dec 16 2016 - 11:42:06 EST
Am 15.12.2016 um 18:06 schrieb Radim KrÄmÃÅ:
Slow path tried to prevent IPIs from x2APIC VCPUs from being delivered
to xAPIC VCPUs and vice-versa. Make slow path behave like fast path,
which never distinguished that.
Signed-off-by: Radim KrÄmÃÅ <rkrcmar@xxxxxxxxxx>
Just to verify:
The GET_APIC_DEST_FIELD(mda) == APIC_BROADCAST is still correct in
kvm_apic_broadcast() ?
Apart from that thing confusing me, this looks good to me :)
--
David