Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1663551
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 3/4] xen: sync include/xen/interface/version.h |
| Date | 2017-06-12 16:30 +0200 |
| Message-ID | <tRyvV-3dT-31@gated-at.bofh.it> (permalink) |
| References | <tRyvU-3dT-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Sync include/xen/interface/version.h with the Xen source.
Signed-off-by: Juergen Gross <jgross@suse.com>
---
include/xen/interface/version.h | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/include/xen/interface/version.h b/include/xen/interface/version.h
index 7ff6498679a3..145f12f9ecec 100644
--- a/include/xen/interface/version.h
+++ b/include/xen/interface/version.h
@@ -63,4 +63,19 @@ struct xen_feature_info {
/* arg == xen_domain_handle_t. */
#define XENVER_guest_handle 8
+#define XENVER_commandline 9
+struct xen_commandline {
+ char buf[1024];
+};
+
+/*
+ * Return value is the number of bytes written, or XEN_Exx on error.
+ * Calling with empty parameter returns the size of build_id.
+ */
+#define XENVER_build_id 10
+struct xen_build_id {
+ uint32_t len; /* IN: size of buf[]. */
+ unsigned char buf[];
+};
+
#endif /* __XEN_PUBLIC_VERSION_H__ */
--
2.12.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] xen: add xen sysfs nodes Juergen Gross <jgross@suse.com> - 2017-06-12 16:30 +0200
[PATCH v3 1/4] doc,xen: document hypervisor sysfs nodes for xen Juergen Gross <jgross@suse.com> - 2017-06-12 16:30 +0200
Re: [PATCH v3 1/4] doc,xen: document hypervisor sysfs nodes for xen Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-06-14 16:50 +0200
Re: [PATCH v3 1/4] doc,xen: document hypervisor sysfs nodes for xen Stefano Stabellini <sstabellini@kernel.org> - 2017-06-14 21:10 +0200
[PATCH v3 4/4] xen: add sysfs node for hypervisor build id Juergen Gross <jgross@suse.com> - 2017-06-12 16:30 +0200
Re: [PATCH v3 4/4] xen: add sysfs node for hypervisor build id Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-06-14 17:10 +0200
Re: [PATCH v3 4/4] xen: add sysfs node for hypervisor build id Juergen Gross <jgross@suse.com> - 2017-06-14 17:10 +0200
[PATCH v3 3/4] xen: sync include/xen/interface/version.h Juergen Gross <jgross@suse.com> - 2017-06-12 16:30 +0200
Re: [PATCH v3 3/4] xen: sync include/xen/interface/version.h Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-06-14 17:00 +0200
csiph-web