From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj4vP-0002Im-UZ for qemu-devel@nongnu.org; Thu, 24 Mar 2016 09:03:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj4vK-0001Tm-DE for qemu-devel@nongnu.org; Thu, 24 Mar 2016 09:03:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj4vK-0001TV-8A for qemu-devel@nongnu.org; Thu, 24 Mar 2016 09:03:38 -0400 References: <1458683741-2842-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <56F3E5A6.4040302@redhat.com> Date: Thu, 24 Mar 2016 14:03:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/29] Misc patches for QEMU 2.6 hard freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 24/03/2016 13:35, Peter Maydell wrote: > > manooth$ QTEST_QEMU_BINARY=i386-softmmu/qemu-system-i386 > > QTEST_QEMU_IMG=qemu-img gtester -k --verbose -m=quick tests/ahci-test > > TEST: tests/ahci-test... (pid=82847) > > /i386/ahci/sanity: OK > > /i386/ahci/pci_spec: OK > > /i386/ahci/pci_enable: OK > > /i386/ahci/hba_spec: OK > > /i386/ahci/hba_enable: OK > > /i386/ahci/identify: OK > > /i386/ahci/io/pio/lba28/simple/zero: OK > > /i386/ahci/io/pio/lba28/simple/low: OK > > /i386/ahci/io/pio/lba28/simple/high: OK > > /i386/ahci/io/pio/lba28/double/zero: > > Bisection blames: > "char: ensure all clients are in non-blocking mode" Thanks, removed the patch and sent v3. Paolo