|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] RE: [PATCH 08/27] ia64/xen: define helper functions for
+/*
+ * Hypercalls without parameter.
+ */
+#define __HCALL0(name,hcall) \
+ GLOBAL_ENTRY(name); \
+ break hcall; \
Should Linux code be made aware of the "break" numbers that
are being used for hypercalls (so it doesn't try to re-use
them for something else?) include/asm-ia64/break.h should be
updated with the appropriate stuff (just with a base value
and a comment for how many you are using ... you can still
define all the HYPERPRIVOP_* defines in a separate file).
-Tony
_______________________________________________
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] RE: [PATCH 06/27] ia64/xen: define NET_SKB_NET to 18 if xen., (continued)
[Xen-ia64-devel] [PATCH 08/27] ia64/xen: define helper functions for xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] RE: [PATCH 08/27] ia64/xen: define helper functions for xen hypercalls.,
Luck, Tony <=
[Xen-ia64-devel] [PATCH 12/27] ia64/xen: add definitions necessary for xen event channel., Isaku Yamahata
[Xen-ia64-devel] [PATCH 10/27] ia64/xen: xencomm conversion functions for hypercalls, Isaku Yamahata
[Xen-ia64-devel] [PATCH 11/27] ia64/xen: implement arch specific part of xen grant table., Isaku Yamahata
[Xen-ia64-devel] [PATCH 14/27] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization., Isaku Yamahata
[Xen-ia64-devel] [PATCH 15/27] ia64/pv_ops/xen: define xen pv_cpu_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 16/27] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code, Isaku Yamahata
[Xen-ia64-devel] [PATCH 18/27] ia64/pv_ops/xen: paravirtualize ivt.S for xen., Isaku Yamahata
|
|
|
|
|