Skip to content
Commit a52315e1 authored by Julian Stecklina's avatar Julian Stecklina Committed by Avi Kivity
Browse files

KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)



If the guest programs an IPI with level=0 (de-assert) and trig_mode=0 (edge),
it is erroneously treated as INIT de-assert and ignored, but to quote the
spec: "For this delivery mode [INIT de-assert], the level flag must be set to
0 and trigger mode flag to 1."

Signed-off-by: default avatarJulian Stecklina <js@alien8.de>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent b93a3553
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment