From: Keir Fraser <keir.xen@gmail.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
xen-devel@lists.xensource.com
Cc: julien.grall@citrix.com, keir@xen.org, tim@xen.org,
Ian.Campbell@citrix.com, JBeulich@suse.com
Subject: Re: [PATCH v4 09/12] xen/arm: support VCPUOP_register_vcpu_info.
Date: Fri, 26 Apr 2013 17:17:25 +0100 [thread overview]
Message-ID: <CDA06725.231EB%keir.xen@gmail.com> (raw)
In-Reply-To: <1366990117-8689-9-git-send-email-stefano.stabellini@eu.citrix.com>
On 26/04/2013 16:28, "Stefano Stabellini" <stefano.stabellini@eu.citrix.com>
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 <stefano.stabellini@eu.citrix.com>
> CC: keir@xen.org
> CC: JBeulich@suse.com
Acked-by: Keir Fraser <keir@xen.org>
next prev parent reply other threads:[~2013-04-26 16:17 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-26 15:26 [PATCH v4 0/12] xen/arm: guest SMP support Stefano Stabellini
2013-04-26 15:28 ` [PATCH v4 01/12] xen/arm: basic PSCI support, implement cpu_on and cpu_off Stefano Stabellini
2013-04-26 15:38 ` Ian Campbell
2013-04-29 9:15 ` Ian Campbell
2013-04-26 15:28 ` [PATCH v4 02/12] xen/arm: allocate secondaries dom0 vcpus Stefano Stabellini
2013-04-26 16:22 ` Ian Campbell
2013-04-26 15:28 ` [PATCH v4 03/12] xen: move for_each_set_bit to xen/bitops.h Stefano Stabellini
2013-04-26 16:16 ` Keir Fraser
2013-04-26 15:28 ` [PATCH v4 04/12] xen/arm: support for guest SGI Stefano Stabellini
2013-04-26 16:34 ` Ian Campbell
2013-04-28 14:26 ` Stefano Stabellini
2013-04-29 9:16 ` Ian Campbell
2013-04-29 15:47 ` Stefano Stabellini
2013-04-29 16:52 ` Ian Campbell
2013-04-29 17:48 ` Stefano Stabellini
2013-04-29 17:51 ` Stefano Stabellini
2013-04-30 8:40 ` Ian Campbell
2013-04-30 15:32 ` Stefano Stabellini
2013-04-30 15:41 ` Ian Campbell
2013-04-30 16:34 ` Stefano Stabellini
2013-04-26 15:28 ` [PATCH v4 05/12] xen/arm: implement arch_vmap_virt_end Stefano Stabellini
2013-04-26 16:37 ` Ian Campbell
2013-04-26 15:28 ` [PATCH v4 06/12] xen/arm: compile and initialize vmap Stefano Stabellini
2013-04-26 16:50 ` Ian Campbell
2013-04-27 14:55 ` Stefano Stabellini
2013-04-29 9:15 ` Ian Campbell
2013-04-29 16:20 ` Stefano Stabellini
2013-04-26 15:28 ` [PATCH v4 07/12] xen/arm: implement map_domain_page_global and unmap_domain_page_global Stefano Stabellini
2013-04-26 15:28 ` [PATCH v4 08/12] xen: move VCPUOP_register_vcpu_info to common code Stefano Stabellini
2013-04-26 16:17 ` Keir Fraser
2013-04-26 15:28 ` [PATCH v4 09/12] xen/arm: support VCPUOP_register_vcpu_info Stefano Stabellini
2013-04-26 16:17 ` Keir Fraser [this message]
2013-04-30 14:59 ` Ian Campbell
2013-04-26 15:28 ` [PATCH v4 10/12] xen/arm: send IPIs to inject irqs into guest vcpus running on different pcpus Stefano Stabellini
2013-04-26 15:28 ` [PATCH v4 11/12] xen/arm: run the vtimer Xen timers on the pcpu the vcpu is running on Stefano Stabellini
2013-04-29 14:06 ` Ian Campbell
2013-04-26 15:28 ` [PATCH v4 12/12] xen/arm: initialize virt_timer and phys_timer with the same values on all vcpus Stefano Stabellini
2013-04-29 14:17 ` Ian Campbell
2013-04-29 16:14 ` Stefano Stabellini
2013-04-30 8:38 ` Ian Campbell
2013-04-30 16:37 ` Stefano Stabellini
2013-05-01 9:53 ` Ian Campbell
2013-05-01 10:28 ` Stefano Stabellini
2013-05-01 10:36 ` Ian Campbell
2013-05-01 11:15 ` Stefano Stabellini
2013-05-01 11:26 ` Ian Campbell
2013-05-01 13:28 ` Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CDA06725.231EB%keir.xen@gmail.com \
--to=keir.xen@gmail.com \
--cc=Ian.Campbell@citrix.com \
--cc=JBeulich@suse.com \
--cc=julien.grall@citrix.com \
--cc=keir@xen.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.