mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 21:13:50 +00: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
@ -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
Block a user