mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
qdev: kill DeviceState->name
is redundant with DeviceState->type->name Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
1e9fa73016
commit
aca312affb
2 changed files with 1 additions and 3 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue