public: clarify xen_arch_domainconfig ABI statement
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 21 May 2015 06:56:01 +0000 (08:56 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 21 May 2015 06:56:01 +0000 (08:56 +0200)
This structure is used by XEN_DOMCTL_createdomain, and is liable to be
modified going forwards.  Explicitly state that it falls under the
XEN_DOMCTL_INTERFACE_VERSION.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
Reviewed-by: Don Slutz <dslutz@verizon.com>
xen/include/public/arch-arm.h
xen/include/public/arch-x86/xen.h

index c029e0f4ee1f203da49698357008893d9d23bba2..2cbd3233870a1e143a64b093c69708c0836fbcb8 100644 (file)
@@ -309,6 +309,10 @@ struct arch_shared_info {
 typedef struct arch_shared_info arch_shared_info_t;
 typedef uint64_t xen_callback_t;
 
+/*
+ * struct xen_arch_domainconfig's ABI is covered by
+ * XEN_DOMCTL_INTERFACE_VERSION.
+ */
 #define XEN_DOMCTL_CONFIG_GIC_DEFAULT   0
 #define XEN_DOMCTL_CONFIG_GIC_V2        1
 #define XEN_DOMCTL_CONFIG_GIC_V3        2
index cea3fe75ead0f29ac78d02a3b8399e816860a285..8a52c04c45b8a5199879816ba51a32e1c4c3c951 100644 (file)
@@ -262,6 +262,10 @@ struct arch_shared_info {
 };
 typedef struct arch_shared_info arch_shared_info_t;
 
+/*
+ * struct xen_arch_domainconfig's ABI is covered by
+ * XEN_DOMCTL_INTERFACE_VERSION.
+ */
 struct xen_arch_domainconfig {
     char dummy;
 };