Browse Source

Explicitly enable emulated GPU

Previously it was enabled only because of bug in libvirt. Now it is
fixed (9e0e0224438b79073bf404627fed8e2889669374), so config needs to be
updated.
Marek Marczykowski-Górecki 9 years ago
parent
commit
086e88183e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vm-config/xen-vm-template-hvm.xml

+ 1 - 0
vm-config/xen-vm-template-hvm.xml

@@ -29,6 +29,7 @@
 {netdev}
 {pcidevs}
     <input type='tablet' bus='usb'/>
+    <video type='vga'/>
   </devices>
 </domain>