From 53c25cea7d59525ca9aa3fb01cc6947bafbbfb61 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mon, 18 May 2009 14:51:59 +0100 Subject: Separate virtio PCI code Split the PCI host bindings from the VRing transport implementation. Signed-off-by: Paul Brook --- hw/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pci.c') 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 }; -- cgit v1.2.3