commit | b4535b58ae0df8b7cf0fe92a0c23aa3cf862e3cc | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Dec 15 18:06:47 2016 +0100 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Mon Jan 09 14:47:40 2017 +0100 |
tree | 16d05e87001a1c59de7e790c8574185a2f550bc7 | |
parent | 6e50043912d9c9c119e3c9c5378869d019df70a9 [diff] |
KVM: x86: make interrupt delivery fast and slow path behave the same 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. Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>