mirror of https://github.com/xemu-project/xemu.git
ide: Remove useless IDEDeviceInfo members unit, drive
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
fb08000cee
commit
124964b54e
|
@ -464,8 +464,6 @@ typedef int (*ide_qdev_initfn)(IDEDevice *dev);
|
|||
struct IDEDeviceInfo {
|
||||
DeviceInfo qdev;
|
||||
ide_qdev_initfn init;
|
||||
uint32_t unit;
|
||||
DriveInfo *drive;
|
||||
};
|
||||
|
||||
#define BM_STATUS_DMAING 0x01
|
||||
|
|
Loading…
Reference in New Issue