change HVM nic model to pcnet
[invirt/packages/invirt-xen-config.git] / invirt-database
index 095fe4d..9350316 100644 (file)
@@ -107,8 +107,10 @@ 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, "
+    viftype = "type=ioemu,model=pcnet, "
     kernel = '/usr/lib/xen-4.1/boot/hvmloader'
     builder = 'hvm'
     vnc = 1