disable PVHVM guests 0.0.48
authorAdam Glasgall <glasgall@mit.edu>
Mon, 22 Jul 2013 05:09:08 +0000 (01:09 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Mon, 22 Jul 2013 05:09:08 +0000 (01:09 -0400)
debian/changelog
invirt-database

index 9855850..52b4243 100644 (file)
@@ -1,3 +1,9 @@
+invirt-xen-config (0.0.48) precise; urgency=low
+
+  * Disable PVHVM for now until we figure out the best way to do it
+
+ -- Adam Glasgall <glasgall@mit.edu>  Mon, 22 Jul 2013 01:08:40 -0400
+
 invirt-xen-config (0.0.47) unstable; urgency=low
 
   * Blame glasgall for the wasted version number.
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'