RE: [PATCH 08/27] ia64/xen: define helper functions for xen hypercalls.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



+/*
+ * 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
_______________________________________________
Virtualization mailing list
Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/virtualization

[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux