diff options
author | Kevin Wolf <kwolf@redhat.com> | 2023-09-05 15:06:07 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2023-09-08 17:03:09 +0200 |
commit | 9ea473fb7bd01d350a860044b3d8e46f8747e865 (patch) | |
tree | 43c443ea98a9062fd3b6f7a9c19bb9092272aa1b /include | |
parent | 9e03a5e195a20e7a342bcbf9e49e113e4b4dc23d (diff) | |
download | qemu-9ea473fb7bd01d350a860044b3d8e46f8747e865.zip qemu-9ea473fb7bd01d350a860044b3d8e46f8747e865.tar.gz qemu-9ea473fb7bd01d350a860044b3d8e46f8747e865.tar.bz2 |
block: Make more BlockDriver definitions static
Most block driver implementations don't have any reason for their
BlockDriver to be public. The only exceptions are bdrv_file, bdrv_raw
and bdrv_qcow2, which are actually used in other source files.
Make all other BlockDriver definitions static if they aren't yet.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20230905130607.35134-3-kwolf@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions