[Xen-devel] [PATCH 10/32] ide: cancel dma operations on command abort or error

2015-04-22 Thread Andrew Cooper
From: Chunjie Zhu Otherwise, a guest can cause Qemu to reuse an active aio structure. Signed-off-by: Chunjie Zhu Reviewed-by: Andrew Cooper --- hw/ide.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hw/ide.c b/hw/ide.c index 791666b..83e3c70 100644 --- a/hw/ide

[Xen-devel] [PATCH 10/32] ide: cancel dma operations on command abort or error

2015-04-22 Thread Andrew Cooper
From: Chunjie Zhu Otherwise, a guest can cause Qemu to reuse an active aio structure. Signed-off-by: Chunjie Zhu Reviewed-by: Andrew Cooper --- hw/ide.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hw/ide.c b/hw/ide.c index 791666b..83e3c70 100644 --- a/hw/ide