diff options
author | Eric Blake <eblake@redhat.com> | 2020-05-12 20:16:43 -0500 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2020-05-19 10:32:14 -0500 |
commit | c6996cf9a6c759c29919642be9a73ac64b38301b (patch) | |
tree | a5e73329adfbf47137d08fee8ebb3dd0f933b4eb /block/monitor | |
parent | ef893b5c84f3199d777e33966dc28839f71b1a5c (diff) | |
download | qemu-c6996cf9a6c759c29919642be9a73ac64b38301b.zip |
blockdev: Promote several bitmap functions to non-static
The next patch will split blockdev.c, which will require accessing
some previously-static functions from more than one .c file. But part
of promoting a function to public is picking a naming scheme that does
not reek of exposing too many internals (two of the three functions
were named starting with 'do_'). To make future code motion easier,
perform the function rename and non-static promotion into its own
patch.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200513011648.166876-5-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Diffstat (limited to 'block/monitor')
0 files changed, 0 insertions, 0 deletions