From 18f0d4c89f941272c8da5eb3d0ee19cafbca49ac Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Tue, 23 Jul 2013 02:53:22 -0400 Subject: [PATCH] change HVM nic model to pcnet --- debian/changelog | 7 +++++++ invirt-database | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 1.7.9.5