APIC_SHORT_MASK
irq->shorthand = icr_low & APIC_SHORT_MASK;
if (icr & (APIC_DEST_MASK | APIC_SHORT_MASK))
int shorthand = icrl & APIC_SHORT_MASK;
if (kvm_apic_match_dest(vcpu, source, icrl & APIC_SHORT_MASK,