On Wed, Dec 1, 2010 at 7:17 PM, Alexander Graf <ag...@suse.de> wrote: > For DMA operations, we need to hook into even more IDE functionality. > > This patch adds the respective hooking points, allowing us to handle > SG lists ourselves in the AHCI code. > > Signed-off-by: Roland Elek <elek.rol...@gmail.com> > Signed-off-by: Alexander Graf <ag...@suse.de> > > --- > > v1 -> v2: > > - make dma hooks explicit by putting them into ops struct (stefanha) > > v6 -> v7: > > - rename IDEBusOps (stefanha) > --- > hw/ide/core.c | 9 ++++++--- > hw/ide/internal.h | 4 ++++ > 2 files changed, 10 insertions(+), 3 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>