From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUNuQ-00020H-Pg for qemu-devel@nongnu.org; Tue, 25 Aug 2015 19:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUNuP-0000L4-Ap for qemu-devel@nongnu.org; Tue, 25 Aug 2015 19:45:42 -0400 From: John Snow Date: Tue, 25 Aug 2015 19:45:30 -0400 Message-Id: <1440546331-29087-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] ahci: fix ATAPI PIO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: pbonzini@redhat.com, John Snow , hare@suse.de, stefanha@redhat.com, qemu-devel@nongnu.org Fixes ATAPI PIO for transfers of greater than one sector, and centralizes the fix applied for HDD PIO transfers all in one place, finally. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch ide-unify-pio https://github.com/jnsnow/qemu/tree/ide-unify-pio This version is tagged ide-unify-pio-v1: https://github.com/jnsnow/qemu/releases/tag/ide-unify-pio-v1 John Snow (1): ide: unify io_buffer_offset increments hw/ide/ahci.c | 22 +++++++--------------- hw/ide/core.c | 5 ++--- hw/ide/internal.h | 1 + 3 files changed, 10 insertions(+), 18 deletions(-) -- 2.4.3