-xen-attach is needed for pvh boot with qemu-xen
authorMichael Young <m.a.young@durham.ac.uk>
Thu, 18 Jan 2018 10:49:38 +0000 (10:49 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 18 Jan 2018 10:49:38 +0000 (10:49 +0000)
commit3e3d89a6d183f7ffba7565b26645fca3f54128dd
treeecfae22ce3446f627564d2202d6fd5ad3a9d2280
parent4a5733771e6f33918eba07b584cccce564a67ac1
-xen-attach is needed for pvh boot with qemu-xen

Currently the boot of a pvh guest using the qemu-xen device model
fails with the error
xen emulation not implemented (yet)
in the qemu-dm log file. This patch adds the missing -xen-attach
argument.

Signed-off-by: Michael Young <m.a.young@durham.ac.uk>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>e
Acked-by: Wei Liu <wei.liu2@citrix.com>
[ wei: ported to staging ]
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl_dm.c