summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
commitcf21e106cd9b34a12a533191932a8a08a1f5ebe4 (patch)
treeab36cc019c2ff8908586a7fcb12b869ccb76cc46 /hw/virtio-net.h
parentPCI network qdev conversion (diff)
downloadqemu-kvm-cf21e106cd9b34a12a533191932a8a08a1f5ebe4.tar.gz
qemu-kvm-cf21e106cd9b34a12a533191932a8a08a1f5ebe4.tar.bz2
qemu-kvm-cf21e106cd9b34a12a533191932a8a08a1f5ebe4.zip
Virtio-net qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/virtio-net.h')
-rw-r--r--hw/virtio-net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/virtio-net.h b/hw/virtio-net.h
index 4e203496b..390fe1022 100644
--- a/hw/virtio-net.h
+++ b/hw/virtio-net.h
@@ -85,8 +85,6 @@ struct virtio_net_hdr_mrg_rxbuf
uint16_t num_buffers; /* Number of merged rx buffers */
};
-PCIDevice *virtio_net_init(PCIBus *bus, NICInfo *nd, int devfn);
-
/*
* Control virtqueue data structures
*