From: Adam Glasgall Date: Tue, 23 Jul 2013 06:53:22 +0000 (-0400) Subject: change HVM nic model to pcnet X-Git-Tag: 0.0.49^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/18f0d4c89f941272c8da5eb3d0ee19cafbca49ac?ds=inline change HVM nic model to pcnet --- diff --git a/debian/changelog b/debian/changelog index 52b4243..a0383f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/invirt-database b/invirt-database index e3a1482..9350316 100644 --- a/invirt-database +++ b/invirt-database @@ -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