xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: tim@xen.org, Ian.Campbell@citrix.com,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH 3/4] xen/arm: support vcpu_op hypercalls
Date: Thu, 21 Mar 2013 18:42:32 +0000	[thread overview]
Message-ID: <1363891353-13827-3-git-send-email-stefano.stabellini@eu.citrix.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1303211837140.5135@kaball.uk.xensource.com>

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 xen/arch/arm/traps.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 1deb92c..4ac4af3 100644
--- a/xen/arch/arm/traps.c
+++ b/xen/arch/arm/traps.c
@@ -496,6 +496,7 @@ static arm_hypercall_t arm_hypercall_table[] = {
     HYPERCALL(sysctl, 2),
     HYPERCALL(hvm_op, 2),
     HYPERCALL(grant_table_op, 3),
+    HYPERCALL(vcpu_op, 3),
 };
 
 #define __PSCI_cpu_suspend 0
-- 
1.7.2.5

  parent reply	other threads:[~2013-03-21 18:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 18:42 [PATCH 0/4] xen/arm: guest SMP support Stefano Stabellini
2013-03-21 18:42 ` [PATCH 1/4] xen/arm: basic PSCI support, implement cpu_on Stefano Stabellini
2013-04-09 13:57   ` Ian Campbell
2013-04-09 14:23     ` Marc Zyngier
2013-04-10 10:13       ` Ian Campbell
2013-04-10 10:41         ` Marc Zyngier
2013-04-10 10:50           ` Ian Campbell
2013-04-11 12:29         ` Ian Campbell
2013-04-11 23:42           ` Stefano Stabellini
2013-04-12  7:46             ` Ian Campbell
2013-04-18 12:59               ` Stefano Stabellini
2013-04-11 13:32     ` hypervisor/firmware calling conventions (Was: Re: [Xen-devel] [PATCH 1/4] xen/arm: basic PSCI support, implement cpu_on) Ian Campbell
2013-04-11 17:10       ` Dave Martin
2013-04-12 11:16         ` Ian Campbell
2013-04-12 14:22           ` Dave Martin
2013-03-21 18:42 ` [PATCH 2/4] xen/arm: support for guest SGI Stefano Stabellini
2013-04-09 14:01   ` Ian Campbell
2013-04-23 11:50     ` Stefano Stabellini
2013-04-23 11:57       ` Ian Campbell
2013-04-23 12:08         ` Stefano Stabellini
2013-04-23 13:10           ` Ian Campbell
2013-03-21 18:42 ` Stefano Stabellini [this message]
2013-04-09 14:02   ` [PATCH 3/4] xen/arm: support vcpu_op hypercalls Ian Campbell
2013-04-23 11:32     ` Stefano Stabellini
2013-04-23 13:52       ` Ian Campbell
2013-03-21 18:42 ` [PATCH 4/4] xen: move VCPUOP_register_vcpu_info to common code Stefano Stabellini
2013-04-09 14:04   ` Ian Campbell
2013-04-12 14:12     ` Ian Campbell

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=1363891353-13827-3-git-send-email-stefano.stabellini@eu.citrix.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=Ian.Campbell@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).