|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 01/50] xen: add missing __HYPERVISOR_arch_[0-7]
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
include/xen/interface/xen.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h
index 518a5bf..87ad143 100644
--- a/include/xen/interface/xen.h
+++ b/include/xen/interface/xen.h
@@ -58,6 +58,16 @@
#define __HYPERVISOR_physdev_op 33
#define __HYPERVISOR_hvm_op 34
+/* Architecture-specific hypercall definitions. */
+#define __HYPERVISOR_arch_0 48
+#define __HYPERVISOR_arch_1 49
+#define __HYPERVISOR_arch_2 50
+#define __HYPERVISOR_arch_3 51
+#define __HYPERVISOR_arch_4 52
+#define __HYPERVISOR_arch_5 53
+#define __HYPERVISOR_arch_6 54
+#define __HYPERVISOR_arch_7 55
+
/*
* VIRTUAL INTERRUPTS
*
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 02/50] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 01/50] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 03/50] xen: add missing definitions for xen grant table which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 04/50] xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen needs, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/50] xen: make grant table arch portable., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 05/50] xen: move features.c from arch/x86/xen/features.c to drivers/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 12/50] ia64/pv_ops: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 06/50] xen: move arch/x86/xen/events.c undedr drivers/xen and split out arch specific part., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/50] xen: make include/xen/page.h portable moving those definitions under asm dir., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/50] ia64/pv_ops: introduce basic facilities for binary patching., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 08/50] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 13/50] ia64/pv_ops: introduce ia64_get_psr_i() to make kernel paravirtualization friendly., Isaku Yamahata
|
|
|
|
|