|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [linux-2.6.18-xen] [IA64] Sync domctl.h for XEN_DOMCTL_s
# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1196362807 25200
# Node ID 5f7aca53aa568f17d187d6a7d91bc71d2074ebbc
# Parent 491e8adf5c925cad49fa3a3598872c80b626870c
[IA64] Sync domctl.h for XEN_DOMCTL_set_opt_feature
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
include/xen/interface/domctl.h | 12 ++++++++++++
1 files changed, 12 insertions(+)
diff -r 491e8adf5c92 -r 5f7aca53aa56 include/xen/interface/domctl.h
--- a/include/xen/interface/domctl.h Wed Nov 28 12:41:10 2007 -0700
+++ b/include/xen/interface/domctl.h Thu Nov 29 12:00:07 2007 -0700
@@ -539,6 +539,17 @@ typedef struct xen_domctl_ext_vcpucontex
typedef struct xen_domctl_ext_vcpucontext xen_domctl_ext_vcpucontext_t;
DEFINE_XEN_GUEST_HANDLE(xen_domctl_ext_vcpucontext_t);
+/*
+ * Set optimizaton features for a domain
+ */
+#define XEN_DOMCTL_set_opt_feature 44
+struct xen_domctl_set_opt_feature {
+#ifdef __ia64__
+ struct xen_ia64_opt_feature optf;
+#endif
+};
+typedef struct xen_domctl_set_opt_feature xen_domctl_set_opt_feature_t;
+DEFINE_XEN_GUEST_HANDLE(xen_domctl_set_opt_feature_t);
struct xen_domctl {
uint32_t cmd;
@@ -575,6 +586,7 @@ struct xen_domctl {
struct xen_domctl_ioport_mapping ioport_mapping;
struct xen_domctl_pin_mem_cacheattr pin_mem_cacheattr;
struct xen_domctl_ext_vcpucontext ext_vcpucontext;
+ struct xen_domctl_set_opt_feature set_opt_feature;
uint8_t pad[128];
} u;
};
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [linux-2.6.18-xen] [IA64] Sync domctl.h for XEN_DOMCTL_set_opt_feature,
Xen patchbot-linux-2.6.18-xen <=
|
|
|
|
|