change HVM nic model to pcnet 0.0.49
authorAdam Glasgall <glasgall@mit.edu>
Tue, 23 Jul 2013 06:53:22 +0000 (02:53 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Tue, 23 Jul 2013 06:53:22 +0000 (02:53 -0400)
debian/changelog
invirt-database

index 52b4243..a0383f1 100644 (file)
@@ -1,3 +1,10 @@
+invirt-xen-config (0.0.49) precise; urgency=low
+
+  * Change HVM emulated network card to pcnet, because the emulated
+    realtek hardware is as bad as the real realtek hardware.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 23 Jul 2013 02:52:06 -0400
+
 invirt-xen-config (0.0.48) precise; urgency=low
 
   * Disable PVHVM for now until we figure out the best way to do it
index e3a1482..9350316 100644 (file)
@@ -110,7 +110,7 @@ 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