disable PVHVM guests
[invirt/packages/invirt-xen-config.git] / invirt-database
index 095fe4d..e3a1482 100644 (file)
@@ -107,6 +107,8 @@ elif cdrom is not None:
     codepath = 'hvm'
 
 if codepath == 'hvm':
+    # Disable PVHVM for now until we figure out the best way to do this
+    xen_platform_pci = 0
     ioemu = "ioemu:"
     viftype = "type=ioemu, "
     kernel = '/usr/lib/xen-4.1/boot/hvmloader'