From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5fK-0006He-PS for qemu-devel@nongnu.org; Mon, 23 Mar 2015 12:57:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya5fF-0003Ej-Vz for qemu-devel@nongnu.org; Mon, 23 Mar 2015 12:57:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5fF-0003Ec-PQ for qemu-devel@nongnu.org; Mon, 23 Mar 2015 12:57:21 -0400 Message-ID: <551045EE.7050902@redhat.com> Date: Mon, 23 Mar 2015 12:57:18 -0400 From: John Snow MIME-Version: 1.0 References: <1427129798-21590-1-git-send-email-jsnow@redhat.com> In-Reply-To: <1427129798-21590-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] Ide patches for 2.3-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 03/23/2015 12:56 PM, John Snow wrote: > The following changes since commit 3c6c9fe034c0c07b77f272e4a53d7735220a16a4: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-03-20 12:26:09 +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 54fced034e4d32d8ba6d1e27ecb7e2e2fb2f45d4: > > ahci-test: improve rw buffer patterns (2015-03-23 12:24:16 -0400) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > John Snow (4): > ide: fix cmd_write_pio when nsectors > 1 > ide: fix cmd_read_pio when nsectors > 1 > ahci: Fix sglist offset manipulation for BE machines > ahci-test: improve rw buffer patterns > > hw/ide/ahci.c | 2 +- > hw/ide/core.c | 10 ++++------ > tests/ahci-test.c | 36 ++++++++++++++++++++++++++++-------- > 3 files changed, 33 insertions(+), 15 deletions(-) > Script failure, sorry :( Should read [PULL], of course ...