qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 0/3] testing block device blocksizes


From: Kit Westneat
Subject: [PATCH v3 0/3] testing block device blocksizes
Date: Tue, 25 May 2021 19:46:04 +0000

These patches add a few parameters to blkdebug to allow modification of
the block device block sizes, both logical and physical. It also adds a
test that uses the parameter to verify correct UNMAP behavior in devices
with 4k blocks.

v2: fixes style issues
v3: adds parameters to qapi

Kit Westneat (3):
  block/blkdebug: add blocksize parameter
  tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test
  block/blkdebug: add log-blocksize and phys-blocksize parameters

 block/blkdebug.c               | 56 ++++++++++++++++++++++++++++++++++
 qapi/block-core.json           | 11 +++++++
 tests/qtest/virtio-scsi-test.c | 50 ++++++++++++++++++++++++++++++
 3 files changed, 117 insertions(+)

-- 
2.26.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]