|
@@ -152,7 +152,7 @@ static void ioapic_write_indirect(struct kvm_ioapic *ioapic, u32 val)
|
|
update_handled_vectors(ioapic);
|
|
update_handled_vectors(ioapic);
|
|
mask_after = e->fields.mask;
|
|
mask_after = e->fields.mask;
|
|
if (mask_before != mask_after)
|
|
if (mask_before != mask_after)
|
|
- kvm_fire_mask_notifiers(ioapic->kvm, index, mask_after);
|
|
|
|
|
|
+ kvm_fire_mask_notifiers(ioapic->kvm, KVM_IRQCHIP_IOAPIC, index, mask_after);
|
|
if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG
|
|
if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG
|
|
&& ioapic->irr & (1 << index))
|
|
&& ioapic->irr & (1 << index))
|
|
ioapic_service(ioapic, index);
|
|
ioapic_service(ioapic, index);
|