The following changes since commit e47f81b617684c4546af286d307b69014a83538a:
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2019-02-07 18:53:25 +0000) are available in the Git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 55140166667bb555c5d05165b93b25557d2e6397: tests/virtio-blk: add test for WRITE_ZEROES command (2019-02-11 11:58:17 +0800) ---------------------------------------------------------------- Pull request User-visible changes: * virtio-blk: DISCARD and WRITE_ZEROES support ---------------------------------------------------------------- Peter Xu (1): iothread: fix iothread hang when stop too soon Stefano Garzarella (7): virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev 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 Vladimir Sementsov-Ogievskiy (1): qemugdb/coroutine: fix arch_prctl has unknown return type include/hw/virtio/virtio-blk.h | 5 +- hw/block/virtio-blk.c | 236 +++++++++++++++++++++++++++++---- hw/core/machine.c | 2 + iothread.c | 6 +- tests/virtio-blk-test.c | 75 ++++++++++- scripts/qemugdb/coroutine.py | 2 +- 6 files changed, 297 insertions(+), 29 deletions(-) -- 2.20.1
