summary refs log tree commit diff stats
path: root/hw/qdev.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-05-27 22:54:29 +0200
committerPaul Brook <paul@codesourcery.com>2009-06-04 11:24:42 +0100
commitaca312affb616a907ae95eb7d9034e85512d6e7c (patch)
treef005174edba1b76afccc4e2659f5832a06b7d351 /hw/qdev.h
parent1e9fa730163c2a445014ff8324b169cd82a50df1 (diff)
downloadfocaccia-qemu-aca312affb616a907ae95eb7d9034e85512d6e7c.tar.gz
focaccia-qemu-aca312affb616a907ae95eb7d9034e85512d6e7c.zip
qdev: kill DeviceState->name
is redundant with DeviceState->type->name

Signed-off-by: Gerd Hoffmann <kraxel@redhat.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 143a1f8734..b3cc3eceb6 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -13,7 +13,6 @@ typedef struct BusState BusState;
 /* This structure should not be accessed directly.  We declare it here
    so that it can be embedded in individual device state structures.  */
 struct DeviceState {
-    const char *name;
     DeviceType *type;
     BusState *parent_bus;
     DeviceProperty *props;