]> xenbits.xensource.com Git - qemu-xen-traditional.git/commit
ide: cancel dma operations on command abort or error
authorChunjie Zhu <chunjie.zhu@citrix.com>
Wed, 10 Dec 2014 10:36:23 +0000 (02:36 -0800)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:06 +0000 (16:52 +0100)
commit56464b49335de2a452b8bff44effe72c2d00a8df
tree518b02eea4be0cac6420bf1d09bb14d2837f14aa
parentfd7c9bfa4955fa8c32bbaaa2b515ed2414ef9bc5
ide: cancel dma operations on command abort or error

Otherwise, a guest can cause Qemu to reuse an active aio structure.

Signed-off-by: Chunjie Zhu <chunjie.zhu@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
hw/ide.c