From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAMAx-0001uG-PE for qemu-devel@nongnu.org; Wed, 01 Jul 2015 13:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAMAw-0000Mt-SD for qemu-devel@nongnu.org; Wed, 01 Jul 2015 13:51:59 -0400 Message-ID: <559428B8.9020708@redhat.com> Date: Wed, 01 Jul 2015 13:51:52 -0400 From: John Snow MIME-Version: 1.0 References: <1434470575-21625-1-git-send-email-jsnow@redhat.com> In-Reply-To: <1434470575-21625-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/4] ahci: misc fixes/tests for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com (Staging as a pre-req for NCQ fixes, last chance to whine!) On 06/16/2015 12:02 PM, John Snow wrote: > This is a small handful of fixes for the ahci-tests/ahci device, > alongside two new tests. I have a larger series of NCQ patches > coming shortly, but these patches were unrelated so I cleaned them > up and am sending them out separately. >=20 > v2: > - Fixed unaligned 2/4 byte read logic > - Tidied comments and justification for patch 1. >=20 > _______________________________________________________________________= _________ >=20 > For convenience, this branch is available at: > https://github.com/jnsnow/qemu.git branch ahci-tests-2.4 > https://github.com/jnsnow/qemu/tree/ahci-tests-2.4 >=20 > This version is tagged ahci-tests-2.4-v2: > https://github.com/jnsnow/qemu/releases/tag/ahci-tests-2.4-v2 >=20 > John Snow (4): > ahci: Do not ignore memory access read size > qtest/ahci: add test_max > libqos/ahci: fix memory management bugs > qtest/ahci: add port_reset test >=20 > hw/ide/ahci.c | 27 +++++++++++++++++-- > tests/ahci-test.c | 74 +++++++++++++++++++++++++++++++++++++++++++++= ++++---- > tests/libqos/ahci.c | 6 +++-- > 3 files changed, 98 insertions(+), 9 deletions(-) >=20 Thanks, applied to my IDE tree: https://github.com/jnsnow/qemu/commits/ide https://github.com/jnsnow/qemu.git --js