[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 11/12] iotests: Make verify_virtio_scsi_pci_or_ccw() public
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 11/12] iotests: Make verify_virtio_scsi_pci_or_ccw() public |
Date: |
Thu, 25 May 2023 14:59:00 -0400 |
On Thu, May 25, 2023 at 02:47:12PM +0200, Kevin Wolf wrote:
> 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>
> ---
> tests/qemu-iotests/iotests.py | 2 +-
> tests/qemu-iotests/256 | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH 04/12] block-backend: Fix blk_new_open() for iothreads, (continued)
- [PATCH 02/12] block: Clarify locking rules for bdrv_open(_inherit)(), Kevin Wolf, 2023/05/25
- [PATCH 09/12] block: Take AioContext lock in bdrv_open_driver(), Kevin Wolf, 2023/05/25
- [PATCH 06/12] qcow2: Fix open with 'file' in iothread, Kevin Wolf, 2023/05/25
- [PATCH 10/12] block: Fix AioContext locking in bdrv_insert_node(), Kevin Wolf, 2023/05/25
- [PATCH 11/12] iotests: Make verify_virtio_scsi_pci_or_ccw() public, Kevin Wolf, 2023/05/25
- Re: [PATCH 11/12] iotests: Make verify_virtio_scsi_pci_or_ccw() public,
Stefan Hajnoczi <=