v2v: OVF: Add a comment about always using QXL.

This commit is contained in:
Richard W.M. Jones
2015-07-13 10:11:14 +01:00
parent ad4067a508
commit b7fcfb59ef

View File

@@ -304,6 +304,10 @@ let rec create_ovf source targets guestcaps inspect
e "rasd:ResourceType" [] [PCData "23"];
e "rasd:UsbPolicy" [] [PCData "Disabled"];
];
(* We always add a qxl device when outputting to RHEV.
* See RHBZ#1213701 and RHBZ#1211231 for the reasoning
* behind that.
*)
e "Item" [] [
e "rasd:Caption" [] [PCData "Graphical Controller"];
e "rasd:InstanceId" [] [PCData "5"];