summaryrefslogtreecommitdiffstats
path: root/include/sysemu/blockdev.h
diff options
context:
space:
mode:
authorKevin Wolf2018-06-13 11:01:30 +0200
committerKevin Wolf2018-08-15 12:50:39 +0200
commit7f8fc971558219891ced425e8fe7a65d2a8f131f (patch)
treeb635806d72fa15b15f56d60cf209da95454cad1e /include/sysemu/blockdev.h
parentblock: Remove deprecated -drive geometry options (diff)
downloadqemu-7f8fc971558219891ced425e8fe7a65d2a8f131f.tar.gz
qemu-7f8fc971558219891ced425e8fe7a65d2a8f131f.tar.xz
qemu-7f8fc971558219891ced425e8fe7a65d2a8f131f.zip
block: Remove deprecated -drive option addr
This reinstates commit eae3bd1eb7c6b105d30ec06008b3bc3dfc5f45bb, which was temporarily reverted for the 3.0 release so that libvirt gets some extra time to update their command lines. The -drive option addr was deprecated in QEMU 2.10. It's time to remove it. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'include/sysemu/blockdev.h')
-rw-r--r--include/sysemu/blockdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/blockdev.h b/include/sysemu/blockdev.h
index 37ea39719e..c0ae3700ec 100644
--- a/include/sysemu/blockdev.h
+++ b/include/sysemu/blockdev.h
@@ -28,7 +28,6 @@ typedef enum {
} BlockInterfaceType;
struct DriveInfo {
- const char *devaddr;
BlockInterfaceType type;
int bus;
int unit;