From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org
Cc: Juergen Gross <jgross@suse.com>,
sstabellini@kernel.org, wei.liu2@citrix.com,
George.Dunlap@eu.citrix.com, andrew.cooper3@citrix.com,
ian.jackson@eu.citrix.com, tim@xen.org, julien.grall@arm.com,
jbeulich@suse.com
Subject: [PATCH 1/2] xen/arm: add support for vm_assist hypercall
Date: Fri, 20 May 2016 15:22:41 +0200 [thread overview]
Message-ID: <1463750562-20549-2-git-send-email-jgross@suse.com> (raw)
In-Reply-To: <1463750562-20549-1-git-send-email-jgross@suse.com>
Up to now the vm_assist hypercall hasn't been supported on ARM, as
there are only x86 specific features to switch. Add support of
vm_assist on ARM for future use.
Signed-off-by: Juergen Gross <jgross@suse.com>
---
xen/arch/arm/traps.c | 1 +
xen/common/domain.c | 2 --
xen/common/kernel.c | 2 --
xen/include/asm-arm/config.h | 2 ++
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 1828ea1..ccc6351 100644
--- a/xen/arch/arm/traps.c
+++ b/xen/arch/arm/traps.c
@@ -1284,6 +1284,7 @@ static arm_hypercall_t arm_hypercall_table[] = {
HYPERCALL(multicall, 2),
HYPERCALL(platform_op, 1),
HYPERCALL_ARM(vcpu_op, 3),
+ HYPERCALL(vm_assist, 2),
};
#ifndef NDEBUG
diff --git a/xen/common/domain.c b/xen/common/domain.c
index 45273d4..0afb1ee 100644
--- a/xen/common/domain.c
+++ b/xen/common/domain.c
@@ -1408,7 +1408,6 @@ long do_vcpu_op(int cmd, unsigned int vcpuid, XEN_GUEST_HANDLE_PARAM(void) arg)
return rc;
}
-#ifdef VM_ASSIST_VALID
long vm_assist(struct domain *p, unsigned int cmd, unsigned int type,
unsigned long valid)
{
@@ -1427,7 +1426,6 @@ long vm_assist(struct domain *p, unsigned int cmd, unsigned int type,
return -ENOSYS;
}
-#endif
struct pirq *pirq_get_info(struct domain *d, int pirq)
{
diff --git a/xen/common/kernel.c b/xen/common/kernel.c
index 1a6823a..74b6e1f 100644
--- a/xen/common/kernel.c
+++ b/xen/common/kernel.c
@@ -441,12 +441,10 @@ DO(nmi_op)(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg)
return rc;
}
-#ifdef VM_ASSIST_VALID
DO(vm_assist)(unsigned int cmd, unsigned int type)
{
return vm_assist(current->domain, cmd, type, VM_ASSIST_VALID);
}
-#endif
DO(ni_hypercall)(void)
{
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index 2d11b62..563f49b 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -199,6 +199,8 @@ extern unsigned long frametable_virt_end;
#define watchdog_disable() ((void)0)
#define watchdog_enable() ((void)0)
+#define VM_ASSIST_VALID (0)
+
#endif /* __ARM_CONFIG_H__ */
/*
* Local variables:
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-05-20 13:22 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-20 13:22 [PATCH 0/2] Support consistent reads of mapped vcpu_runstate_info Juergen Gross
2016-05-20 13:22 ` Juergen Gross [this message]
2016-05-20 13:58 ` [PATCH 1/2] xen/arm: add support for vm_assist hypercall Julien Grall
2016-05-20 14:34 ` Jan Beulich
[not found] ` <573F3C9702000078000ED477@suse.com>
2016-05-20 14:42 ` Juergen Gross
2016-05-20 14:51 ` Jan Beulich
[not found] ` <573F409702000078000ED4C9@suse.com>
2016-05-20 15:08 ` Juergen Gross
2016-05-20 15:33 ` Jan Beulich
[not found] ` <573F4A7302000078000ED510@suse.com>
2016-05-20 16:02 ` Juergen Gross
2016-05-21 13:27 ` Stefano Stabellini
2016-05-21 13:59 ` Julien Grall
2016-05-21 14:03 ` Stefano Stabellini
2016-05-20 13:22 ` [PATCH 2/2] xen: add update indicator to vcpu_runstate_info Juergen Gross
2016-05-20 13:34 ` Andrew Cooper
2016-05-20 13:38 ` Juergen Gross
2016-05-20 14:49 ` Jan Beulich
[not found] ` <573F402602000078000ED4AD@suse.com>
2016-05-20 15:04 ` Juergen Gross
2016-05-20 15:36 ` Jan Beulich
[not found] ` <573F4B2F02000078000ED513@suse.com>
2016-05-20 15:54 ` Juergen Gross
2016-05-20 16:16 ` Jan Beulich
2016-05-21 14:00 ` Stefano Stabellini
[not found] ` <573F549602000078000ED57C@suse.com>
2016-05-21 4:50 ` Juergen Gross
2016-05-20 14:10 ` [PATCH 0/2] Support consistent reads of mapped vcpu_runstate_info Julien Grall
2016-05-20 14:19 ` Juergen Gross
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=1463750562-20549-2-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=julien.grall@arm.com \
--cc=sstabellini@kernel.org \
--cc=tim@xen.org \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/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).