qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/1] ahci: fix ATAPI PIO


From: John Snow
Subject: [Qemu-devel] [PATCH 0/1] ahci: fix ATAPI PIO
Date: Tue, 25 Aug 2015 19:45:30 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]