From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH v4 09/12] xen/arm: support VCPUOP_register_vcpu_info. Date: Fri, 26 Apr 2013 17:17:25 +0100 Message-ID: References: <1366990117-8689-9-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1366990117-8689-9-git-send-email-stefano.stabellini@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini , xen-devel@lists.xensource.com Cc: julien.grall@citrix.com, keir@xen.org, tim@xen.org, Ian.Campbell@citrix.com, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 26/04/2013 16:28, "Stefano Stabellini" wrote: > We don't want to support the full vcpu_op hypercall interface, just > VCPUOP_register_vcpu_info: introduce an internal ARM-only > do_arm_vcpu_op function to filter out the vcpu_op hypercalls that > we don't want to support. > Call do_arm_vcpu_op instead of do_vcpu_op from traps.c. > > Signed-off-by: Stefano Stabellini > CC: keir@xen.org > CC: JBeulich@suse.com Acked-by: Keir Fraser