diff options
| author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
|---|---|---|
| committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
| commit | cf21e106cd9b34a12a533191932a8a08a1f5ebe4 (patch) | |
| tree | ab36cc019c2ff8908586a7fcb12b869ccb76cc46 /hw/pci.c | |
| parent | 9d07d7579bcaf01e05c511c63d091ed2ac310091 (diff) | |
| download | focaccia-qemu-cf21e106cd9b34a12a533191932a8a08a1f5ebe4.tar.gz focaccia-qemu-cf21e106cd9b34a12a533191932a8a08a1f5ebe4.zip | |
Virtio-net qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/pci.c')
| -rw-r--r-- | hw/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci.c b/hw/pci.c index 1a1a83daf0..644e8f7137 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -25,7 +25,6 @@ #include "pci.h" #include "monitor.h" #include "net.h" -#include "virtio-net.h" #include "sysemu.h" //#define DEBUG_PCI |