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

2013-04-09 Thread Paolo Bonzini
Il 09/04/2013 09:08, Gleb Natapov ha scritto: >> > 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 num

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

2013-04-09 Thread Gleb Natapov
On Mon, Apr 08, 2013 at 10:17:42PM +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

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

2013-04-08 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