From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0yKY-0003EP-T0 for qemu-devel@nongnu.org; Thu, 12 May 2016 17:39:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0yKV-0003L8-Kd for qemu-devel@nongnu.org; Thu, 12 May 2016 17:39:38 -0400 Received: from resqmta-po-02v.sys.comcast.net ([2001:558:fe16:19:96:114:154:161]:49052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0yKV-0003Ks-E0 for qemu-devel@nongnu.org; Thu, 12 May 2016 17:39:35 -0400 From: Eric Blake Date: Thu, 12 May 2016 15:39:27 -0600 Message-Id: <1463089170-30550-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH 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, mreitz@redhat.com, qemu-block@nongnu.org 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. Eric Blake (3): qemu-io: Fix missing getopt() updates qemu-iotests: Simplify 109 with unaligned qemu-img compare qemu-iotests: Fix regression in 136 on aio_read invalid qemu-io-cmds.c | 22 +++++++++++++++++----- tests/qemu-iotests/109 | 2 -- tests/qemu-iotests/109.out | 4 ---- tests/qemu-iotests/136 | 18 +++++++----------- 4 files changed, 24 insertions(+), 22 deletions(-) -- 2.5.5