Re: [Xen-devel] [PATCH v2 2/2] vhpet: add support for level triggered interrupts

2018-04-09 Thread Jan Beulich
>>> On 30.03.18 at 14:36, wrote: > Level triggered interrupts are not an optional feature of HPET, and > must be implemented in order to comply with the HPET specification. > > Implement them by adding a callback to the timer which sets the > interrupt bit in the general interrupt status register

[Xen-devel] [PATCH v2 2/2] vhpet: add support for level triggered interrupts

2018-03-30 Thread Roger Pau Monne
Level triggered interrupts are not an optional feature of HPET, and must be implemented in order to comply with the HPET specification. Implement them by adding a callback to the timer which sets the interrupt bit in the general interrupt status register. Further interrupts (in case of periodic mo