From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2Lbs-0000iF-Iu for qemu-devel@nongnu.org; Mon, 16 May 2016 12:43:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2Lbo-00067d-4h for qemu-devel@nongnu.org; Mon, 16 May 2016 12:43:11 -0400 Received: from resqmta-po-11v.sys.comcast.net ([2001:558:fe16:19:96:114:154:170]:33008 helo=resqmta-ch2-11v.sys.comcast.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2Lbn-00067W-TT for qemu-devel@nongnu.org; Mon, 16 May 2016 12:43:08 -0400 From: Eric Blake Date: Mon, 16 May 2016 10:43:00 -0600 Message-Id: <1463416983-28318-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] Fix recent qemu-iotests issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com I introduced a couple of bugs in my recent qemu-io enhancements; time to fix them back up now that the broken patches are already part of mainline. in v2: - patch 1: retitle, fix id typo, also plug a coverity leak [mreitz] - patch 3: drop dead comment [mreitz] 001/3:[down] 'qemu-io: Fix recent UI updates' 002/3:[----] [--] 'qemu-iotests: Simplify 109 with unaligned qemu-img compare' 003/3:[0003] [FC] 'qemu-iotests: Fix regression in 136 on aio_read invalid' Eric Blake (3): qemu-io: Fix recent UI updates qemu-iotests: Simplify 109 with unaligned qemu-img compare qemu-iotests: Fix regression in 136 on aio_read invalid qemu-io-cmds.c | 23 ++++++++++++++++++----- tests/qemu-iotests/109 | 2 -- tests/qemu-iotests/109.out | 4 ---- tests/qemu-iotests/136 | 15 ++++----------- 4 files changed, 22 insertions(+), 22 deletions(-) -- 2.5.5