]> www.infradead.org Git - users/dwmw2/qemu.git/commit
iotests: Make verify_virtio_scsi_pci_or_ccw() public
authorKevin Wolf <kwolf@redhat.com>
Thu, 25 May 2023 12:47:12 +0000 (14:47 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 30 May 2023 15:29:44 +0000 (17:29 +0200)
commitbc05c638e5063695ff85e274204f46e333d1a743
tree136d18fcabeae7a24528a123e1a33c89f72c2157
parent8823407c06a920eb2af217660094fdd8aff6c176
iotests: Make verify_virtio_scsi_pci_or_ccw() public

It has no internal callers, so its only use is being called from
individual test cases. If the name starts with an underscore, it is
considered private and linters warn against calling it. 256 only gets
away with it currently because it's on the exception list for linters.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230525124713.401149-12-kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/256
tests/qemu-iotests/iotests.py