diff options
author | Emanuele Giuseppe Esposito <eesposit@redhat.com> | 2021-12-15 07:11:40 -0500 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2022-01-14 12:03:16 +0100 |
commit | eac32e2232f949c0a1638acbef8f6ba0e4feeb67 (patch) | |
tree | 1f2e97a608856ec6f68a6577c830f9616598582d /include/sysemu/blockdev.h | |
parent | cc67f28ea2760505a4cc6efdc36cbb9b8421f928 (diff) | |
download | qemu-eac32e2232f949c0a1638acbef8f6ba0e4feeb67.zip qemu-eac32e2232f949c0a1638acbef8f6ba0e4feeb67.tar.gz qemu-eac32e2232f949c0a1638acbef8f6ba0e4feeb67.tar.bz2 |
include/sysemu/blockdev.h: remove drive_get_max_devs
Remove drive_get_max_devs, as it is not used by anyone.
Last use was removed in commit 8f2d75e81d5
("hw: Drop superfluous special checks for orphaned -drive").
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20211215121140.456939-4-eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/sysemu/blockdev.h')
-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 ea35c42..f9fb54d 100644 --- a/include/sysemu/blockdev.h +++ b/include/sysemu/blockdev.h @@ -48,7 +48,6 @@ DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit); void drive_check_orphaned(void); DriveInfo *drive_get_by_index(BlockInterfaceType type, int index); int drive_get_max_bus(BlockInterfaceType type); -int drive_get_max_devs(BlockInterfaceType type); QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file, const char *optstr); |