]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: rename former bdrv_file_open callbacks
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Sep 2023 10:07:19 +0000 (12:07 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Jun 2024 12:44:51 +0000 (14:44 +0200)
commitd656aaa1369adcd20baea485d4a96a4bfd6b1c86
tree92b9e147a66667e377084ee7e790fc52aaf34d15
parent44b424dc4a3e2d47fa20676f00645fb950d8d76a
block: rename former bdrv_file_open callbacks

Since there is no bdrv_file_open callback anymore, rename the implementations
so that they end with "_open" instead of "_file_open".  NFS is the exception
because all the functions are named nfs_file_*.

Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/blkio.c
block/null.c
block/nvme.c
block/ssh.c