mirror of https://github.com/xqemu/xqemu.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 {
|
struct IDEDeviceInfo {
|
||||||
DeviceInfo qdev;
|
DeviceInfo qdev;
|
||||||
ide_qdev_initfn init;
|
ide_qdev_initfn init;
|
||||||
uint32_t unit;
|
|
||||||
DriveInfo *drive;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define BM_STATUS_DMAING 0x01
|
#define BM_STATUS_DMAING 0x01
|
||||||
|
|
Loading…
Reference in New Issue