All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] testing block device blocksizes
@ 2021-05-25 12:47 Kit Westneat
  2021-05-25 12:47 ` [PATCH 1/3] block/blkdebug: add blocksize parameter Kit Westneat
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kit Westneat @ 2021-05-25 12:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Kit Westneat

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.

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               | 53 ++++++++++++++++++++++++++++++++++
 tests/qtest/virtio-scsi-test.c | 48 ++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+)

-- 
2.26.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-25 18:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 12:47 [PATCH 0/3] testing block device blocksizes Kit Westneat
2021-05-25 12:47 ` [PATCH 1/3] block/blkdebug: add blocksize parameter Kit Westneat
2021-05-25 14:46   ` Eric Blake
2021-05-25 17:59     ` Kit Westneat
2021-05-25 12:47 ` [PATCH 2/3] tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test Kit Westneat
2021-05-25 12:47 ` [PATCH 3/3] block/blkdebug: add log-blocksize and phys-blocksize parameters Kit Westneat
2021-05-25 12:54 ` [PATCH 0/3] testing block device blocksizes no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.