]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
Revert "HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane."
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Apr 2016 09:54:08 +0000 (11:54 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 26 Apr 2016 09:54:08 +0000 (11:54 +0200)
This reverts commit 2716d875379d538c1dfccad78a99ca7db2e09f90.

As it was decided that the existing XENVER hypercall - while having
grown organically over the years can still be expanded.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Requested-and-acked-by: Jan Beulich <jbeulich@suse.com>
16 files changed:
tools/flask/policy/policy/modules/xen/xen.te
xen/arch/arm/traps.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/x86_64/compat/entry.S
xen/arch/x86/x86_64/entry.S
xen/common/compat/kernel.c
xen/common/kernel.c
xen/include/public/arch-arm.h
xen/include/public/version.h
xen/include/public/xen.h
xen/include/xen/hypercall.h
xen/include/xsm/dummy.h
xen/include/xsm/xsm.h
xen/xsm/dummy.c
xen/xsm/flask/hooks.c
xen/xsm/flask/policy/access_vectors

index a5517561448e7bccc4f2d938a618f0e1c3355123..2a2630d15a7c06726d8256d24bce229987ec8c3c 100644 (file)
@@ -76,12 +76,11 @@ allow dom0_t xen_t:xen2 {
     get_cpu_featureset
 };
 
-# Allow dom0 to use all XENVER_ subops and VERSION subops that have checks.
+# Allow dom0 to use all XENVER_ subops that have checks.
 # Note that dom0 is part of domain_type so this has duplicates.
 allow dom0_t xen_t:version {
     xen_extraversion xen_compile_info xen_capabilities
     xen_changeset xen_pagesize xen_guest_handle xen_commandline
-    extraversion capabilities changeset pagesize guest_handle commandline
 };
 
 allow dom0_t xen_t:mmu memorymap;
@@ -148,12 +147,10 @@ if (guest_writeconsole) {
 # pmu_ctrl is for)
 allow domain_type xen_t:xen2 pmu_use;
 
-# For normal guests all possible except XENVER_commandline, VERSION_changeset,
-# and VERSION_commandline
+# For normal guests all possible except XENVER_commandline.
 allow domain_type xen_t:version {
     xen_extraversion xen_compile_info xen_capabilities
     xen_changeset xen_pagesize xen_guest_handle
-    extraversion capabilities pagesize guest_handle
 };
 
 ###############################################################################
index 1516abd09b1b4dd9c179613ce6174b44ad6f2b3a..9abfc3cfcb10d2019b45fd0550cc7cc9af674fc6 100644 (file)
@@ -1274,7 +1274,6 @@ static arm_hypercall_t arm_hypercall_table[] = {
     HYPERCALL(multicall, 2),
     HYPERCALL(platform_op, 1),
     HYPERCALL_ARM(vcpu_op, 3),
-    HYPERCALL(version_op, 3),
 };
 
 #ifndef NDEBUG
index e9d4c6b06ce8fb52f60586116a867542939c9f4f..8cb6e9e856f5e2d61536f6973ebab0e20fd974af 100644 (file)
@@ -4053,7 +4053,6 @@ static const struct {
     COMPAT_CALL(platform_op),
     COMPAT_CALL(mmuext_op),
     HYPERCALL(xenpmu_op),
-    HYPERCALL(version_op),
     HYPERCALL(arch_1)
 };
 
index 0ff6818856edf3bbf658e3d4df4a5da34e2fd0be..6ca4a5425167b2625152895bbe47f8f8f1d91d97 100644 (file)
@@ -399,7 +399,6 @@ ENTRY(compat_hypercall_table)
         .quad do_tmem_op
         .quad do_ni_hypercall           /* reserved for XenClient */
         .quad do_xenpmu_op              /* 40 */
-        .quad do_version_op
         .rept __HYPERVISOR_arch_0-((.-compat_hypercall_table)/8)
         .quad compat_ni_hypercall
         .endr
@@ -451,7 +450,6 @@ ENTRY(compat_hypercall_args_table)
         .byte 1 /* do_tmem_op               */
         .byte 0 /* reserved for XenClient   */
         .byte 2 /* do_xenpmu_op             */  /* 40 */
-        .byte 3 /* do_version_op            */
         .rept __HYPERVISOR_arch_0-(.-compat_hypercall_args_table)
         .byte 0 /* compat_ni_hypercall      */
         .endr
index 6866e8f2215f4a49dfe13b9828f7980da61057dd..d0f3259efe8b63a152fb413696b66cfb6a382345 100644 (file)
@@ -735,7 +735,6 @@ ENTRY(hypercall_table)
         .quad do_tmem_op
         .quad do_ni_hypercall       /* reserved for XenClient */
         .quad do_xenpmu_op          /* 40 */
-        .quad do_version_op
         .rept __HYPERVISOR_arch_0-((.-hypercall_table)/8)
         .quad do_ni_hypercall
         .endr
@@ -787,7 +786,6 @@ ENTRY(hypercall_args_table)
         .byte 1 /* do_tmem_op           */
         .byte 0 /* reserved for XenClient */
         .byte 2 /* do_xenpmu_op         */  /* 40 */
-        .byte 3 /* do_version_op        */
         .rept __HYPERVISOR_arch_0-(.-hypercall_args_table)
         .byte 0 /* do_ni_hypercall      */
         .endr
index 7a7ca537f8ed5dc664c19ae51c21bd59206aba4a..df93fdd89c15a5af55bbcea4a4491ce2d54541a2 100644 (file)
@@ -39,8 +39,6 @@ CHECK_TYPE(capabilities_info);
 
 CHECK_TYPE(domain_handle);
 
-CHECK_TYPE(version_op_val);
-
 #define xennmi_callback compat_nmi_callback
 #define xennmi_callback_t compat_nmi_callback_t
 
index af2674d4944f08e30433da3cbd8152527b1e7c90..a4a3c36a14d3ac5ececea5637b27b289970c5812 100644 (file)
@@ -221,47 +221,6 @@ void __init do_initcalls(void)
 
 #endif
 
-static int get_features(struct domain *d, xen_feature_info_t *fi)
-{
-    switch ( fi->submap_idx )
-    {
-    case 0:
-        fi->submap = (1U << XENFEAT_memory_op_vnode_supported);
-        if ( paging_mode_translate(d) )
-            fi->submap |=
-                (1U << XENFEAT_writable_page_tables) |
-                (1U << XENFEAT_auto_translated_physmap);
-        if ( is_hardware_domain(d) )
-            fi->submap |= 1U << XENFEAT_dom0;
-#ifdef CONFIG_X86
-        if ( VM_ASSIST(d, pae_extended_cr3) )
-            fi->submap |= (1U << XENFEAT_pae_pgdir_above_4gb);
-        switch ( d->guest_type )
-        {
-        case guest_type_pv:
-            fi->submap |= (1U << XENFEAT_mmu_pt_update_preserve_ad) |
-                          (1U << XENFEAT_highmem_assist) |
-                          (1U << XENFEAT_gnttab_map_avail_bits);
-            break;
-        case guest_type_pvh:
-            fi->submap |= (1U << XENFEAT_hvm_safe_pvclock) |
-                          (1U << XENFEAT_supervisor_mode_kernel) |
-                          (1U << XENFEAT_hvm_callback_vector);
-            break;
-        case guest_type_hvm:
-            fi->submap |= (1U << XENFEAT_hvm_safe_pvclock) |
-                          (1U << XENFEAT_hvm_callback_vector) |
-                          (1U << XENFEAT_hvm_pirqs);
-           break;
-        }
-#endif
-        break;
-    default:
-        return -EINVAL;
-    }
-    return 0;
-}
-
 /*
  * Simple hypercalls.
  */
@@ -339,14 +298,47 @@ DO(xen_version)(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg)
     case XENVER_get_features:
     {
         xen_feature_info_t fi;
-        int rc;
+        struct domain *d = current->domain;
 
         if ( copy_from_guest(&fi, arg, 1) )
             return -EFAULT;
 
-        rc = get_features(current->domain, &fi);
-        if ( rc )
-            return rc;
+        switch ( fi.submap_idx )
+        {
+        case 0:
+            fi.submap = (1U << XENFEAT_memory_op_vnode_supported);
+            if ( VM_ASSIST(d, pae_extended_cr3) )
+                fi.submap |= (1U << XENFEAT_pae_pgdir_above_4gb);
+            if ( paging_mode_translate(d) )
+                fi.submap |= 
+                    (1U << XENFEAT_writable_page_tables) |
+                    (1U << XENFEAT_auto_translated_physmap);
+            if ( is_hardware_domain(d) )
+                fi.submap |= 1U << XENFEAT_dom0;
+#ifdef CONFIG_X86
+            switch ( d->guest_type )
+            {
+            case guest_type_pv:
+                fi.submap |= (1U << XENFEAT_mmu_pt_update_preserve_ad) |
+                             (1U << XENFEAT_highmem_assist) |
+                             (1U << XENFEAT_gnttab_map_avail_bits);
+                break;
+            case guest_type_pvh:
+                fi.submap |= (1U << XENFEAT_hvm_safe_pvclock) |
+                             (1U << XENFEAT_supervisor_mode_kernel) |
+                             (1U << XENFEAT_hvm_callback_vector);
+                break;
+            case guest_type_hvm:
+                fi.submap |= (1U << XENFEAT_hvm_safe_pvclock) |
+                             (1U << XENFEAT_hvm_callback_vector) |
+                             (1U << XENFEAT_hvm_pirqs);
+                break;
+            }
+#endif
+            break;
+        default:
+            return -EINVAL;
+        }
 
         if ( __copy_to_guest(arg, &fi, 1) )
             return -EFAULT;
@@ -389,122 +381,6 @@ DO(xen_version)(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg)
     return -ENOSYS;
 }
 
-/* Computed by capabilities_cache_init. */
-static xen_capabilities_info_t __read_mostly cached_cap;
-static unsigned int __read_mostly cached_cap_len;
-
-/*
- * Similar to HYPERVISOR_xen_version but with a sane interface
- * (has a length, one can probe for the length) and with one less sub-ops:
- * missing XENVER_compile_info.
- */
-DO(version_op)(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg,
-               unsigned int len)
-{
-    union {
-        xen_version_op_val_t val;
-        xen_feature_info_t fi;
-    } u = {};
-    unsigned int sz = 0;
-    const void *ptr = NULL;
-    int rc = xsm_version_op(XSM_OTHER, cmd);
-
-    if ( rc )
-        return rc;
-
-    /*
-     * The HYPERVISOR_xen_version sub-ops differ in that some return the value,
-     * and some copy it on back on argument. We follow the same rule for all
-     * sub-ops: return the number of bytes written, or negative errno on
-     * failure, and always copy the result in arg. Yeey sanity!
-     */
-    switch ( cmd )
-    {
-    case XEN_VERSION_version:
-        sz = sizeof(xen_version_op_val_t);
-        u.val = (xen_major_version() << 16) | xen_minor_version();
-        break;
-
-    case XEN_VERSION_extraversion:
-        sz = strlen(xen_extra_version()) + 1;
-        ptr = xen_extra_version();
-        break;
-
-    case XEN_VERSION_capabilities:
-        sz = cached_cap_len;
-        ptr = cached_cap;
-        break;
-
-    case XEN_VERSION_changeset:
-        sz = strlen(xen_changeset()) + 1;
-        ptr = xen_changeset();
-        break;
-
-    case XEN_VERSION_platform_parameters:
-        sz = sizeof(xen_version_op_val_t);
-        u.val = HYPERVISOR_VIRT_START;
-        break;
-
-    case XEN_VERSION_get_features:
-        sz = sizeof(xen_feature_info_t);
-
-        if ( guest_handle_is_null(arg) )
-            break;
-
-        if ( copy_from_guest(&u.fi, arg, 1) )
-        {
-            rc = -EFAULT;
-            break;
-        }
-        rc = get_features(current->domain, &u.fi);
-        break;
-
-    case XEN_VERSION_pagesize:
-        sz = sizeof(xen_version_op_val_t);
-        u.val = PAGE_SIZE;
-        break;
-
-    case XEN_VERSION_guest_handle:
-        sz = ARRAY_SIZE(current->domain->handle);
-        ptr = current->domain->handle;
-        break;
-
-    case XEN_VERSION_commandline:
-        sz = strlen(saved_cmdline) + 1;
-        ptr = saved_cmdline;
-        break;
-
-    default:
-        rc = -ENOSYS;
-    }
-
-    if ( rc )
-        return rc;
-
-    /*
-     * This hypercall also allows the client to probe. If it provides
-     * a NULL arg we will return the size of the space it has to
-     * allocate for the specific sub-op.
-     */
-    ASSERT(sz);
-    if ( guest_handle_is_null(arg) )
-        return sz;
-
-    if ( !rc )
-    {
-        unsigned int bytes = min(sz, len);
-
-        if ( copy_to_guest(arg, ptr ? : &u, bytes) )
-            rc = -EFAULT;
-
-        /* We return len (truncate) worth of data even if we fail. */
-        if ( !rc && sz > len )
-            rc = -ENOBUFS;
-    }
-
-    return rc == 0 ? sz : rc;
-}
-
 DO(nmi_op)(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg)
 {
     struct xennmi_callback cb;
@@ -542,20 +418,6 @@ DO(ni_hypercall)(void)
     return -ENOSYS;
 }
 
-static int __init capabilities_cache_init(void)
-{
-    /*
-     * Pre-populate the cache so we do not have to worry about
-     * simultaneous invocations on safe_strcat by guests and the cache
-     * data becoming garbage.
-     */
-    arch_get_xen_caps(&cached_cap);
-    cached_cap_len = strlen(cached_cap) + 1;
-
-    return 0;
-}
-__initcall(capabilities_cache_init);
-
 /*
  * Local variables:
  * mode: C
index 5f9071828ff54237ba5eb877663f5a3eb8287937..870bc3b78b2c6ee9467db2578479b9b6c5b3a335 100644 (file)
  *    * VCPUOP_register_vcpu_info
  *    * VCPUOP_register_runstate_memory_area
  *
- *  HYPERVISOR_version_op
- *   All generic sub-operations
  *
  * Other notes on the ARM ABI:
  *
index 78961c90b8055adf0b738d2028de0de03179e72e..24a582f32d981371084fc195ef365135bc8add13 100644 (file)
 
 #include "xen.h"
 
-/*
- * There are two hypercalls mentioned in here. The XENVER_ are for
- * HYPERCALL_xen_version (17), while VERSION_ are for the
- * HYPERCALL_version_op (41).
- *
- * The subops are very similar except that the later hypercall has a
- * sane interface.
- *
- * NB. All XENVER_ ops return zero on success, except XENVER_{version,pagesize}
- */
+/* NB. All ops return zero on success, except XENVER_{version,pagesize} */
 
 /* arg == NULL; returns major:minor (16:16). */
 #define XENVER_version      0
@@ -96,67 +87,6 @@ typedef struct xen_feature_info xen_feature_info_t;
 #define XENVER_commandline 9
 typedef char xen_commandline_t[1024];
 
-/*
- * The HYPERCALL_version_op has a set of sub-ops which mirror the
- * sub-ops of HYPERCALL_xen_version. However this hypercall differs
- * radically from the former:
- *  - It returns the amount of bytes copied, or
- *  - It will return -XEN_EPERM if the sub-op is denied to the guest.
- *    (Albeit XEN_VERSION_version, XEN_VERSION_platform_parameters, and
- *    XEN_VERSION_get_features will always return an value as guest cannot
- *    survive without this information).
- *  - It will return the requested data in arg.
- *  - It requires an third argument (len) for the length of the
- *    arg. Naturally the arg has to fit the requested data otherwise
- *    -XEN_ENOBUFS is returned.
- *
- * It also offers a mechanism to probe for the amount of bytes an
- * sub-op will require. Having the arg have a NULL handle will
- * return the number of bytes requested for the operation.
- * Or a negative value if an error is encountered.
- */
-
-typedef uint64_t xen_version_op_val_t;
-DEFINE_XEN_GUEST_HANDLE(xen_version_op_val_t);
-
-/*
- * arg == xen_version_op_val_t. Encoded as major:minor (31..16:15..0), while
- * 63..32 are zero.
- */
-#define XEN_VERSION_version             0
-
-/* arg == char[]. Contains NUL terminated utf-8 string. */
-#define XEN_VERSION_extraversion        1
-
-/* arg == char[]. Contains NUL terminated utf-8 string. */
-#define XEN_VERSION_capabilities        3
-
-/* arg == char[]. Contains NUL terminated utf-8 string. */
-#define XEN_VERSION_changeset           4
-
-/* arg == xen_version_op_val_t. */
-#define XEN_VERSION_platform_parameters 5
-
-/*
- * arg = xen_feature_info_t - shares the same structure
- * as the XENVER_get_features.
- */
-#define XEN_VERSION_get_features        6
-
-/* arg == xen_version_op_val_t. */
-#define XEN_VERSION_pagesize            7
-
-/*
- * arg == void.
- *
- * The toolstack fills it out for guest consumption. It is intended to hold
- * the UUID of the guest.
- */
-#define XEN_VERSION_guest_handle        8
-
-/* arg = char[]. Contains NUL terminated utf-8 string. */
-#define XEN_VERSION_commandline         9
-
 #endif /* __XEN_PUBLIC_VERSION_H__ */
 
 /*
index 6ed74ef3e4542c4d30bccdcb95a3abbe0e3aab65..37bbb22b90647f0a682ade416953af5e104e8f55 100644 (file)
@@ -115,7 +115,6 @@ DEFINE_XEN_GUEST_HANDLE(xen_ulong_t);
 #define __HYPERVISOR_tmem_op              38
 #define __HYPERVISOR_xc_reserved_op       39 /* reserved for XenClient */
 #define __HYPERVISOR_xenpmu_op            40
-#define __HYPERVISOR_version_op           41 /* supersedes xen_version (17) */
 
 /* Architecture-specific hypercall definitions. */
 #define __HYPERVISOR_arch_0               48
index e8d2b8150fb3011741bc1955f32f0b69aede6fba..0c8ae0e5df6c094bf94659ed36008169e1c6abe7 100644 (file)
@@ -147,10 +147,6 @@ do_xenoprof_op(int op, XEN_GUEST_HANDLE_PARAM(void) arg);
 extern long
 do_xenpmu_op(unsigned int op, XEN_GUEST_HANDLE_PARAM(xen_pmu_params_t) arg);
 
-extern long
-do_version_op(unsigned int cmd,
-    XEN_GUEST_HANDLE_PARAM(void) arg, unsigned int len);
-
 #ifdef CONFIG_COMPAT
 
 extern int
index e5dad359bbedfc546e72863b9fe9de967a49f06e..abbe28219b97114d8a30a244d209ca9c094b49de 100644 (file)
@@ -751,24 +751,3 @@ static XSM_INLINE int xsm_xen_version (XSM_DEFAULT_ARG uint32_t op)
         return xsm_default_action(XSM_PRIV, current->domain, NULL);
     }
 }
-
-static XSM_INLINE int xsm_version_op (XSM_DEFAULT_ARG uint32_t op)
-{
-    XSM_ASSERT_ACTION(XSM_OTHER);
-    switch ( op )
-    {
-    case XEN_VERSION_version:
-    case XEN_VERSION_platform_parameters:
-    case XEN_VERSION_get_features:
-        /* These MUST always be accessible to any guest by default. */
-        return 0;
-    case XEN_VERSION_extraversion:
-    case XEN_VERSION_capabilities:
-    case XEN_VERSION_pagesize:
-    case XEN_VERSION_guest_handle:
-        /* These can be accessible to a guest. */
-        return xsm_default_action(XSM_HOOK, current->domain, NULL);
-    default:
-        return xsm_default_action(XSM_PRIV, current->domain, NULL);
-    }
-}
index 3cfd953e0b8ccf17e47d72177a5181d0b607a49f..8ed8ee5dcd129962bd32ba49b9ab0513af7a49e2 100644 (file)
@@ -197,7 +197,6 @@ struct xsm_operations {
     int (*pmu_op) (struct domain *d, unsigned int op);
 #endif
     int (*xen_version) (uint32_t cmd);
-    int (*version_op) (uint32_t cmd);
 };
 
 #ifdef CONFIG_XSM
@@ -741,11 +740,6 @@ static inline int xsm_xen_version (xsm_default_t def, uint32_t op)
     return xsm_ops->xen_version(op);
 }
 
-static inline int xsm_version_op (xsm_default_t def, uint32_t op)
-{
-    return xsm_ops->version_op(op);
-}
-
 #endif /* XSM_NO_WRAPPERS */
 
 #ifdef CONFIG_MULTIBOOT
index 776dd096cf89f9b47674c8a23cbaa5c722920ac5..9791ad45ba1a572874de603870d5c5915626e976 100644 (file)
@@ -163,5 +163,4 @@ void xsm_fixup_ops (struct xsm_operations *ops)
     set_to_dummy_if_null(ops, pmu_op);
 #endif
     set_to_dummy_if_null(ops, xen_version);
-    set_to_dummy_if_null(ops, version_op);
 }
index 233612e20f2f0c27f0b2cd9c7a5e89b004bc91ce..62957688d431e0846fd0f63a3e2f7571274cf8a2 100644 (file)
@@ -1664,40 +1664,6 @@ static int flask_xen_version (uint32_t op)
     }
 }
 
-static int flask_version_op (uint32_t op)
-{
-    u32 dsid = domain_sid(current->domain);
-
-    switch ( op )
-    {
-    case XEN_VERSION_version:
-    case XEN_VERSION_platform_parameters:
-    case XEN_VERSION_get_features:
-        /* These MUST always be accessible to any guest by default. */
-        return 0;
-    case XEN_VERSION_extraversion:
-        return avc_has_perm(dsid, SECINITSID_XEN, SECCLASS_VERSION,
-                            VERSION__EXTRAVERSION, NULL);
-    case XEN_VERSION_capabilities:
-        return avc_has_perm(dsid, SECINITSID_XEN, SECCLASS_VERSION,
-                            VERSION__CAPABILITIES, NULL);
-    case XEN_VERSION_changeset:
-        return avc_has_perm(dsid, SECINITSID_XEN, SECCLASS_VERSION,
-                            VERSION__CHANGESET, NULL);
-    case XEN_VERSION_pagesize:
-        return avc_has_perm(dsid, SECINITSID_XEN, SECCLASS_VERSION,
-                            VERSION__PAGESIZE, NULL);
-    case XEN_VERSION_guest_handle:
-        return avc_has_perm(dsid, SECINITSID_XEN, SECCLASS_VERSION,
-                            VERSION__GUEST_HANDLE, NULL);
-    case XEN_VERSION_commandline:
-        return avc_has_perm(dsid, SECINITSID_XEN, SECCLASS_VERSION,
-                            VERSION__COMMANDLINE, NULL);
-    default:
-        return -EPERM;
-    }
-}
-
 long do_flask_op(XEN_GUEST_HANDLE_PARAM(xsm_op_t) u_flask_op);
 int compat_flask_op(XEN_GUEST_HANDLE_PARAM(xsm_op_t) u_flask_op);
 
@@ -1837,7 +1803,6 @@ static struct xsm_operations flask_ops = {
     .pmu_op = flask_pmu_op,
 #endif
     .xen_version = flask_xen_version,
-    .version_op = flask_version_op,
 };
 
 static __init void flask_init(void)
index 0ebb56bccf73793cd956ce9c9ef72d61291265f1..bdb7b8959f0b846cf35108991e82ae334c19e214 100644 (file)
@@ -500,14 +500,12 @@ class security
     del_ocontext
 }
 
-# Class version is used to describe the XENVER_ and VERSION hypercall.
+# Class version is used to describe the XENVER_ hypercall.
 # Almost all sub-ops are described here - in the default case all of them should
-# be allowed except the XENVER_commandline, VERSION_commandline, and
-# VERSION_changeset.
+# be allowed except the XENVER_commandline.
 #
 # The ones that are omitted are XENVER_version, XENVER_platform_parameters,
-# XENVER_get_features, XEN_VERSION_version, XEN_VERSION_platform_parameters,
-# and XEN_VERSION_get_features - as they MUST always be returned to a guest.
+# and XENVER_get_features  - as they MUST always be returned to a guest.
 #
 class version
 {
@@ -525,17 +523,4 @@ class version
     xen_guest_handle
 # Xen command line.
     xen_commandline
-# --- VERSION hypercall ---
-# Extra informations (-unstable).
-    extraversion
-# Such as "xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64".
-    capabilities
-# Source code changeset.
-    changeset
-# Page size the hypervisor uses.
-    pagesize
-# An value that the control stack can choose.
-    guest_handle
-# Xen command line.
-    commandline
 }