From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCBtI-0007Qh-RN for qemu-devel@nongnu.org; Mon, 06 Jul 2015 15:17:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCBtG-00014u-4k for qemu-devel@nongnu.org; Mon, 06 Jul 2015 15:17:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCBtF-00014p-WE for qemu-devel@nongnu.org; Mon, 06 Jul 2015 15:17:18 -0400 From: John Snow Date: Mon, 6 Jul 2015 15:17:08 -0400 Message-Id: <1436210229-4118-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] libqos/ahci: fix 'make check' on ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, John Snow , afaerber@suse.de, pbonzini@redhat.com A little bit of accidental byteswapping that was unwarranted for NCQ on PPC64. Does not fix the issue reported by Paolo, but does fix the issue reported by Peter Maydell. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch ahci-2.4-fix https://github.com/jnsnow/qemu/tree/ahci-2.4-fix This version is tagged ahci-2.4-fix-v1: https://github.com/jnsnow/qemu/releases/tag/ahci-2.4-fix-v1 John Snow (1): libqos/ahci: fix ahci_write_fis for ncq on ppc64 tests/libqos/ahci.c | 20 +++++++++++--------- tests/libqos/ahci.h | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) -- 2.1.0