From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4cmM-0000NV-Iw for qemu-devel@nongnu.org; Mon, 15 Jun 2015 18:22:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4cmL-0002ph-Mu for qemu-devel@nongnu.org; Mon, 15 Jun 2015 18:22:54 -0400 From: John Snow Date: Mon, 15 Jun 2015 18:22:41 -0400 Message-Id: <1434406965-30883-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 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, John Snow , qemu-devel@nongnu.org, stefanha@redhat.com 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. ________________________________________________________________________________ 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 This version is tagged ahci-tests-2.4-v1: https://github.com/jnsnow/qemu/releases/tag/ahci-tests-2.4-v1 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 hw/ide/ahci.c | 21 +++++++++++++-- tests/ahci-test.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++---- tests/libqos/ahci.c | 6 +++-- 3 files changed, 92 insertions(+), 9 deletions(-) -- 2.1.0