From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyMf9-0005CV-Bz for qemu-devel@nongnu.org; Mon, 16 Nov 2015 11:29:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyMf5-0001xn-98 for qemu-devel@nongnu.org; Mon, 16 Nov 2015 11:29:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyMf5-0001xd-19 for qemu-devel@nongnu.org; Mon, 16 Nov 2015 11:29:47 -0500 References: <1447445800-25013-1-git-send-email-jsnow@redhat.com> From: John Snow Message-ID: <564A047A.80705@redhat.com> Date: Mon, 16 Nov 2015 11:29:46 -0500 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/6] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 11/16/2015 06:32 AM, Peter Maydell wrote: > On 16 November 2015 at 11:07, Peter Maydell wrote: >> On 13 November 2015 at 20:16, John Snow wrote: >>> The following changes since commit 8337c6cbc37c6b2184f41bab3eaff47d5e68012a: >>> >>> Update version for v2.5.0-rc0 release (2015-11-13 17:10:36 +0000) >>> >>> are available in the git repository at: >>> >>> https://github.com/jnsnow/qemu.git tags/ide-pull-request >>> >>> for you to fetch changes up to 917158dc3b22924922dc1f3b9d4049a4fc83d926: >>> >>> qtest/ahci: use raw format when qemu-img is absent (2015-11-13 14:31:43 -0500) >>> >>> ---------------------------------------------------------------- >> >> I get assertion failures on OSX: >> >> ERROR:/Users/pm215/src/qemu-for-merges/tests/hd-geo-test.c:33:char >> *create_test_img(int): assertion failed: (ret == 0) >> >> That might be "build box ran out of diskspace because test >> wants to create multi-gigabyte test image" again, but it's >> a bit hard to tell since the assert doesn't print the errno >> for whatever failed... > > Retry was ok, so I guess it was the disk space thing. Applied. > > thanks > -- PMM > I'll get back to fixing that one. Thanks, --js