This is a follow-up to the "Separate QUORUM_REPORT_BAD events" series:
https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg02402.html If there's an I/O error in one of Quorum children then QEMU should emit QUORUM_REPORT_BAD. However this is not working with read-pattern=fifo. This patch fixes this problem. This applies on top of Kevin's block branch. Regards, Berto Alberto Garcia (2): quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode iotests: Test QUORUM_REPORT_BAD in fifo mode block/quorum.c | 17 +++++++++-------- tests/qemu-iotests/148 | 17 +++++++++++++++-- tests/qemu-iotests/148.out | 4 ++-- 3 files changed, 26 insertions(+), 12 deletions(-) -- 2.7.0