From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1JVB-0000pw-2W for qemu-devel@nongnu.org; Tue, 24 Nov 2015 14:43:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1JV6-00085V-3f for qemu-devel@nongnu.org; Tue, 24 Nov 2015 14:43:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1JV5-00085O-Tx for qemu-devel@nongnu.org; Tue, 24 Nov 2015 14:43:40 -0500 References: <1448393771-15483-1-git-send-email-jsnow@redhat.com> From: John Snow Message-ID: <5654BDE9.2040702@redhat.com> Date: Tue, 24 Nov 2015 14:43:37 -0500 MIME-Version: 1.0 In-Reply-To: <1448393771-15483-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/1] ide-test: tidy up after pio race fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pl@kamp.de On 11/24/2015 02:36 PM, John Snow wrote: > Post-rc1 cleanup of the ATAPI tests that were problematic during the > rc0 testing window. This set does two things: > > (1) Fix the timeouts to be more deterministic, and > (2) Finish tidying up the PIO loop. > > v2: > - Clarify the commit message on patch 1, and remove the second > needless stack variable. > > John Snow (1): > ide-test: fix timeouts > > tests/ide-test.c | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) > Script goofed up and didn't send the second one, but since Kevin already reviewed it, I'll just stage it. --js