On Fri, Nov 26, 2010 at 7:17 PM, Alexander Graf <[email protected]> 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 <[email protected]> > Signed-off-by: Alexander Graf <[email protected]> > > --- > > v1 -> v2: > > - make dma hooks explicit by putting them into ops struct (stefanha) > --- > hw/ide/core.c | 9 ++++++--- > hw/ide/internal.h | 4 ++++ > 2 files changed, 10 insertions(+), 3 deletions(-)
Reviewed-by: Stefan Hajnoczi <[email protected]>
