aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-18 14:51:59 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-18 18:26:33 +0100
commit53c25cea7d59525ca9aa3fb01cc6947bafbbfb61 (patch)
tree3556ba85599852e60d9570d41b01897d5a61aafc /hw/pci.c
parentd8ee7665bfc7846c7fc6bfb96434eca68e5bec1a (diff)
Separate virtio PCI code
Split the PCI host bindings from the VRing transport implementation. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/pci.c')
-rw-r--r--hw/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci.c b/hw/pci.c
index 644e8f713..bdf39417c 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -806,7 +806,7 @@ static const char * const pci_nic_names[] = {
"rtl8139",
"e1000",
"pcnet",
- "virtio_net",
+ "virtio-net-pci",
NULL
};