From: Kit Westneat <kit.westneat@gmail.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, Kit Westneat <kit.westneat@gmail.com>
Subject: [PATCH v3 0/3] testing block device blocksizes
Date: Tue, 25 May 2021 19:46:04 +0000 [thread overview]
Message-ID: <20210525194607.553291-1-kit.westneat@gmail.com> (raw)
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
next reply other threads:[~2021-05-25 19:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-25 19:46 Kit Westneat [this message]
2021-05-25 19:46 ` [PATCH v3 1/3] block/blkdebug: add blocksize parameter Kit Westneat
2021-05-25 19:46 ` [PATCH v3 2/3] tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test Kit Westneat
2021-05-26 14:40 ` Paolo Bonzini
2021-05-25 19:46 ` [PATCH v3 3/3] block/blkdebug: add log-blocksize and phys-blocksize parameters Kit Westneat
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210525194607.553291-1-kit.westneat@gmail.com \
--to=kit.westneat@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).