From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5ej-0005Cj-Ss for qemu-devel@nongnu.org; Mon, 23 Mar 2015 12:56:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya5ei-00038D-Fm for qemu-devel@nongnu.org; Mon, 23 Mar 2015 12:56:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5ei-00037n-9a for qemu-devel@nongnu.org; Mon, 23 Mar 2015 12:56:48 -0400 From: John Snow Date: Mon, 23 Mar 2015 12:56:34 -0400 Message-Id: <1427129798-21590-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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, jsnow@redhat.com 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(-) -- 2.1.0