From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-block@nongnu.org, sgarzare@redhat.com,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [RFC PULL 0/6] Block pull request for testing
Date: Tue, 12 Feb 2019 22:03:24 +0800 [thread overview]
Message-ID: <20190212140330.1467-1-stefanha@redhat.com> (raw)
Peter hit a virtio-blk-test failure caused by the new DISCARD/WRITE_ZEROES
patches that Stefano and I have been unable to reproduce. Here are the patches
so they can be tested again in Peter's environment.
Stefano Garzarella (6):
virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
virtio-blk: add host_features field in VirtIOBlock
virtio-blk: add "discard" and "write-zeroes" properties
virtio-blk: add DISCARD and WRITE_ZEROES features
tests/virtio-blk: change assert on data_size in virtio_blk_request()
tests/virtio-blk: add test for WRITE_ZEROES command
include/hw/virtio/virtio-blk.h | 5 +-
hw/block/virtio-blk.c | 214 +++++++++++++++++++++++++++++++--
hw/core/machine.c | 2 +
tests/virtio-blk-test.c | 75 +++++++++++-
4 files changed, 282 insertions(+), 14 deletions(-)
--
2.20.1
next reply other threads:[~2019-02-12 14:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 14:03 Stefan Hajnoczi [this message]
2019-02-12 14:03 ` [Qemu-devel] [RFC PULL 1/6] virtio-blk: add acct_failed param to virtio_blk_handle_rw_error() Stefan Hajnoczi
2019-02-12 14:03 ` [Qemu-devel] [RFC PULL 2/6] virtio-blk: add host_features field in VirtIOBlock Stefan Hajnoczi
2019-02-12 14:03 ` [Qemu-devel] [RFC PULL 3/6] virtio-blk: add "discard" and "write-zeroes" properties Stefan Hajnoczi
2019-02-12 14:03 ` [Qemu-devel] [RFC PULL 4/6] virtio-blk: add DISCARD and WRITE_ZEROES features Stefan Hajnoczi
2019-02-12 14:03 ` [Qemu-devel] [RFC PULL 5/6] tests/virtio-blk: change assert on data_size in virtio_blk_request() Stefan Hajnoczi
2019-02-12 14:03 ` [Qemu-devel] [RFC PULL 6/6] tests/virtio-blk: add test for WRITE_ZEROES command Stefan Hajnoczi
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=20190212140330.1467-1-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@redhat.com \
/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).