]> xenbits.xensource.com Git - people/pauldu/xen.git/commitdiff
SUPPORT.md: Desupport qemu trad except stub dm
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 19 Aug 2020 17:31:45 +0000 (18:31 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 4 Nov 2020 08:22:37 +0000 (09:22 +0100)
While investigating XSA-335 we discovered that many upstream security
fixes were missing.  It is not practical to backport them.  There is
no good reason to be running this very ancient version of qemu, except
that it is the only way to run a stub dm which is currently supported
by upstream.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
SUPPORT.md

index 88d4bc738480c7111ebed015cd0ec72568acbf3e..ab02aca5f4308973a6a6c8686d102c177d298f83 100644 (file)
@@ -767,6 +767,21 @@ See the section **Blkback** for image formats supported by QEMU.
 
     Status: Supported, not security supported
 
+### qemu-xen-traditional ###
+
+The Xen Project provides an old version of qemu with modifications
+which enable use as a device model stub domain.  The old version is
+normally selected by default only in a stub dm configuration, but it
+can be requested explicitly in other configurations, for example in
+`xl` with `device_model_version="QEMU_XEN_TRADITIONAL"`.
+
+    Status, Device Model Stub Domains: Supported, with caveats
+    Status, as host process device model: No security support, not recommended
+
+qemu-xen-traditional is security supported only for those available
+devices which are supported for mainstream QEMU (see above), with
+trusted driver domains (see Device Model Stub Domains).
+
 ## Virtual Firmware
 
 ### x86/HVM iPXE