diff options
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |