From fe9f70a1c37d2b00c41836788cf97116a99d338b Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 9 Mar 2021 17:12:13 +0100 Subject: blockdev: Drop deprecated bogus -drive interface type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the crap deprecated in commit a1b40bda08 "blockdev: Deprecate -drive with bogus interface type" (v5.1.0). Signed-off-by: Markus Armbruster Reviewed-by: Daniel P. Berrangé Reviewed-by: John Snow Message-id: 20210309161214.1402527-5-armbru@redhat.com Signed-off-by: John Snow --- include/sysemu/blockdev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/sysemu/blockdev.h b/include/sysemu/blockdev.h index 3b5fcda08d..32c2d6023c 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; }; -- cgit v1.2.3