* [PATCH][VT][3/4] Reserve a hypercall number for paravirtualized drivers on VMX domains
@ 2005-08-11 22:00 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-08-11 22:00 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
Reserve a hypercall number for paravirtualized drivers on VMX domains
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- a/xen/include/public/xen.h Wed Aug 10 23:09:53 2005
+++ b/xen/include/public/xen.h Wed Aug 10 16:22:37 2005
@@ -59,6 +59,7 @@
#define __HYPERVISOR_set_segment_base 25 /* x86/64 only */
#define __HYPERVISOR_mmuext_op 26
#define __HYPERVISOR_acm_op 27
+#define __HYPERVISOR_virtual_device_op 28 /* vmx only */
/*
* VIRTUAL INTERRUPTS
@@ -238,6 +239,13 @@
#define VMASST_TYPE_4gb_segments_notify 1
#define VMASST_TYPE_writable_pagetables 2
#define MAX_VMASST_TYPE 2
+
+/*
+ * Commands to HYPERVISOR_virtual_device_op().
+ */
+
+#define SET_SHAREINFO_MAP 1
+#define SET_CALLBACK_VECTOR 2
#ifndef __ASSEMBLY__
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-11 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 22:00 [PATCH][VT][3/4] Reserve a hypercall number for paravirtualized drivers on VMX domains Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.