summaryrefslogtreecommitdiffstats
path: root/hw/qdev.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-10-21 15:25:41 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:28:41 -0500
commit1cc33683c8952c62343e06cceffba5c7990e3b7b (patch)
tree8aab992bc24ac2bdcedb9a6d2b86ffa606fd2ec9 /hw/qdev.h
parent4c91cd28105485ae04b5cc9e5150e346fddf0874 (diff)
downloadhqemu-1cc33683c8952c62343e06cceffba5c7990e3b7b.zip
hqemu-1cc33683c8952c62343e06cceffba5c7990e3b7b.tar.gz
zap DeviceState->nd
No users left. Also cleanup obsolete helper functions. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r--hw/qdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/qdev.h b/hw/qdev.h
index 77075a8..9c8f9e2 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -39,7 +39,6 @@ struct DeviceState {
qemu_irq *gpio_in;
QLIST_HEAD(, BusState) child_bus;
int num_child_bus;
- NICInfo *nd;
QLIST_ENTRY(DeviceState) sibling;
};
OpenPOWER on IntegriCloud