mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue