The following changes since commit 22c5f446514a2a4bb0dbe1fea26713da92fc85fa:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190211' into staging (2019-02-11 17:04:57 +0000) are available in the Git repository at: git://github.com/stefanha/qemu.git tags/block-sgarzare-test-pull-request for you to fetch changes up to bcfdf3d6971e2fd3d424d0c2ea80fdccc35d3dda: tests/virtio-blk: add test for WRITE_ZEROES command (2019-02-12 22:00:09 +0800) ---------------------------------------------------------------- Block pull request for testing 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