[PATCH v10 0/7] Use eoi to track RTC interrupt delivery status

2013-04-11 Thread Yang Zhang
From: Yang Zhang Current interrupt coalescing logci which only used by RTC has conflict with Posted Interrupt. This patch introduces a new mechinism to use eoi to track interrupt: When delivering an interrupt to vcpu, the pending_eoi set to number of vcpu that received the interrupt. And decreas

Re: [PATCH v10 0/7] Use eoi to track RTC interrupt delivery status

2013-04-14 Thread Gleb Natapov
On Thu, Apr 11, 2013 at 07:21:34PM +0800, Yang Zhang wrote: > From: Yang Zhang > > Current interrupt coalescing logci which only used by RTC has conflict > with Posted Interrupt. > > This patch introduces a new mechinism to use eoi to track interrupt: > When delivering an interrupt to vcpu, the

Re: [PATCH v10 0/7] Use eoi to track RTC interrupt delivery status

2013-04-15 Thread Marcelo Tosatti
On Thu, Apr 11, 2013 at 07:21:34PM +0800, Yang Zhang wrote: > From: Yang Zhang > > Current interrupt coalescing logci which only used by RTC has conflict > with Posted Interrupt. > > This patch introduces a new mechinism to use eoi to track interrupt: > When delivering an interrupt to vcpu, the