commit | 53c25cea7d59525ca9aa3fb01cc6947bafbbfb61 | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Mon May 18 14:51:59 2009 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Mon May 18 18:26:33 2009 +0100 |
tree | 3556ba85599852e60d9570d41b01897d5a61aafc | |
parent | d8ee7665bfc7846c7fc6bfb96434eca68e5bec1a [diff] [blame] |
Separate virtio PCI code Split the PCI host bindings from the VRing transport implementation. Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/hw/pci.c b/hw/pci.c index 644e8f7..bdf3941 100644 --- a/hw/pci.c +++ b/hw/pci.c
@@ -806,7 +806,7 @@ "rtl8139", "e1000", "pcnet", - "virtio_net", + "virtio-net-pci", NULL };