Displaying 1 result from an estimated 1 matches for "cset21625".
2011 May 04
2
RE: Instability with Xen, interrupt routing frozen, HPET broadcast
...ave a try with the
> > following patch. It may trigger IRQ migration in hypervisor,
> > and the IRQ migration logic about(especailly
> > shared)level-triggered ioapic IRQ is not well tested because
> > of no users before. After intoducing the pirq_set_affinity in
> > #Cset21625, the logic is used frequently when vcpu migration
> > occurs, so I doubt it maybe expose the issue you met.
> > Besides, there is a bug in event driver which is fixed in
> > latest pv_ops dom0, seems the dom0 you are using doesn''t
> > include the fix. This bug may...