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 /softmmu | |
parent | f2a9a6c2a86570ccbf8c5c30cbb8bf723168c459 (diff) |
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 'softmmu')
-rw-r--r-- | softmmu/vl.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/softmmu/vl.c b/softmmu/vl.c index cba7ab3441..a2462b2a4c 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -2511,13 +2511,7 @@ static void qemu_init_board(void) /* From here on we enter MACHINE_PHASE_INITIALIZED. */ machine_run_board_init(current_machine); - /* - * TODO To drop support for deprecated bogus if=..., move - * drive_check_orphaned() here, replacing this call. Also drop - * its deprecation warning, along with DriveInfo member - * @claimed_by_board. - */ - drive_mark_claimed_by_board(); + drive_check_orphaned(); realtime_init(); |