All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: add SLES 11 SP4 dockerfile
@ 2018-07-17 20:03 Wei Liu
  2018-07-17 20:06 ` Wei Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Wei Liu @ 2018-07-17 20:03 UTC (permalink / raw)
  To: Xen-devel; +Cc: Doug Goldstein, Wei Liu, Jan Beulich

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
No OVMF because it requires gcc 4.4 or later.
No seabios because it requires anonymous union initialisation
No QEMU upstrea because sed doesn't support -E.

vmcs.c vmx_find_msr and vmx_del_msr build failure in pv shim because
the compiler thinks total, substart and subend may be used
uninitialised.  The compiler doesn't complain while building normal
xen though.

Cc: Jan Beulich <jbeulich@suse.com>
Cc: Doug Goldstein <cardoe@cardoe.com>
---
 automation/build/suse/sles11sp4.dockerfile | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 automation/build/suse/sles11sp4.dockerfile

diff --git a/automation/build/suse/sles11sp4.dockerfile b/automation/build/suse/sles11sp4.dockerfile
new file mode 100644
index 0000000000..ff69a99afc
--- /dev/null
+++ b/automation/build/suse/sles11sp4.dockerfile
@@ -0,0 +1,20 @@
+FROM registry.gitlab.com/xen-project/xen/suse:sles11sp4-base
+LABEL maintainer.name="The Xen Project" \
+      maintainer.email="xen-devel@lists.xenproject.org"
+
+ENV USER root
+
+RUN mkdir /build
+WORKDIR /build
+
+# Nothing else is needed -- base image already contain everything.
+
+# Note:
+#
+# SLES11 SP4 runs pre-2.13 glibc, which requires vsyscall support.  Most
+# distros nowadays disable vsyscall. To run this container, the host needs to
+# have vsyscall=emulate in its kernel command line.
+#
+# Due to various issues in SLES11 SP4, you might want to disable building
+# certain components. Known *not bulding* components include OVMF, SEABIOS
+# and upstream QEMU.
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-18  9:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17 20:03 [PATCH] automation: add SLES 11 SP4 dockerfile Wei Liu
2018-07-17 20:06 ` Wei Liu
2018-07-17 20:42 ` Doug Goldstein
2018-07-18  7:25 ` Jan Beulich
2018-07-18  8:04   ` Wei Liu
2018-07-18  9:44 ` Olaf Hering
2018-07-18  9:51   ` Wei Liu

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.