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:
Cornelia Huck 2018-07-06 15:06:19 +02:00 committed by Kevin Wolf
parent 44e8b4689c
commit 75f4cd2979
5 changed files with 30 additions and 2 deletions

View file

@ -28,6 +28,7 @@ typedef enum {
} BlockInterfaceType;
struct DriveInfo {
const char *devaddr;
BlockInterfaceType type;
int bus;
int unit;