]> xenbits.xensource.com Git - xen.git/commit
libxl: disallow enabling PoD and ALTP2M at the same time
authorWei Liu <wei.liu2@citrix.com>
Wed, 2 Nov 2016 14:10:37 +0000 (14:10 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 3 Nov 2016 10:41:40 +0000 (10:41 +0000)
commitff53c65311a32e54dba51f2b8112632e9dd2af3b
tree78f4a993783e8d46d40d9d803db6b9cb76db00aa
parent3c79495579adddee535c2b7f8c332e4517764a0e
libxl: disallow enabling PoD and ALTP2M at the same time

That combination would cause Xen to crash.

Note that although this is a security issue, is not XSA-worthy because
ALTP2M is experimental.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl_create.c