From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 02/14] Nested Virtualization: localevent Date: Thu, 5 Aug 2010 16:46:04 +0100 Message-ID: References: <201008051700.29392.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201008051700.29392.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org The functions are called local_event_delivery* because they implicitly act on current. They don't need to take a vcpu parameter. If you find you need a vcpu parameter then you are using them, or one of their callers, incorrectly. -- Keir On 05/08/2010 16:00, "Christoph Egger" wrote: > > Signed-off-by: Christoph Egger