mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "block: Remove deprecated -drive option addr"
This reverts commit eae3bd1eb7
.
Reverted to avoid conflicts for geometry options revert.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
44e8b4689c
commit
75f4cd2979
5 changed files with 30 additions and 2 deletions
|
@ -28,6 +28,7 @@ typedef enum {
|
|||
} BlockInterfaceType;
|
||||
|
||||
struct DriveInfo {
|
||||
const char *devaddr;
|
||||
BlockInterfaceType type;
|
||||
int bus;
|
||||
int unit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue