diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-03-09 17:12:13 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-19 15:18:43 +0100 |
commit | fe9f70a1c37d2b00c41836788cf97116a99d338b (patch) | |
tree | 5b37c2e0fce8b31c71a78a1e2d509a60f46c5f66 /include/sysemu | |
parent | f2a9a6c2a86570ccbf8c5c30cbb8bf723168c459 (diff) | |
download | qemu-fe9f70a1c37d2b00c41836788cf97116a99d338b.zip qemu-fe9f70a1c37d2b00c41836788cf97116a99d338b.tar.gz qemu-fe9f70a1c37d2b00c41836788cf97116a99d338b.tar.bz2 |
blockdev: Drop deprecated bogus -drive interface type
Drop the crap deprecated in commit a1b40bda08 "blockdev: Deprecate
-drive with bogus interface type" (v5.1.0).
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20210309161214.1402527-5-armbru@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/blockdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/blockdev.h b/include/sysemu/blockdev.h index 3b5fcda..32c2d60 100644 --- a/include/sysemu/blockdev.h +++ b/include/sysemu/blockdev.h @@ -35,7 +35,6 @@ struct DriveInfo { bool is_default; /* Added by default_drive() ? */ int media_cd; QemuOpts *opts; - bool claimed_by_board; QTAILQ_ENTRY(DriveInfo) next; }; |