From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnq8O-0005Gg-SE for qemu-devel@nongnu.org; Mon, 10 Nov 2014 09:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnq8I-000239-OB for qemu-devel@nongnu.org; Mon, 10 Nov 2014 09:40:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnq8I-000233-G9 for qemu-devel@nongnu.org; Mon, 10 Nov 2014 09:39:54 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAAEdq1e009608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 10 Nov 2014 09:39:53 -0500 Message-ID: <5460CE35.6010000@redhat.com> Date: Mon, 10 Nov 2014 15:39:49 +0100 From: Max Reitz MIME-Version: 1.0 References: <1415389165-16157-1-git-send-email-kwolf@redhat.com> <1415389165-16157-5-git-send-email-kwolf@redhat.com> In-Reply-To: <1415389165-16157-5-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 4/9] qtests: Specify image format explicitly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: jcody@redhat.com, armbru@redhat.com, stefanha@redhat.com On 2014-11-07 at 20:39, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > tests/ahci-test.c | 3 ++- > tests/bios-tables-test.c | 2 +- > tests/drive_del-test.c | 2 +- > tests/fdc-test.c | 2 +- > tests/hd-geo-test.c | 2 +- > tests/i440fx-test.c | 5 +++-- > tests/ide-test.c | 9 +++++---- > tests/nvme-test.c | 2 +- > tests/usb-hcd-uhci-test.c | 2 +- > tests/usb-hcd-xhci-test.c | 2 +- > tests/virtio-blk-test.c | 4 ++-- > tests/virtio-scsi-test.c | 4 ++-- > 12 files changed, 21 insertions(+), 18 deletions(-) Reviewed-by: Max Reitz