commit | 4ef3982a99f9d2634588b4785c8d841605517946 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Nov 19 14:19:42 2014 +0000 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Dec 10 10:25:30 2014 +0100 |
tree | fd5c7e0acef64bef0cbc2bd3154de8b72b83d7fd | |
parent | 2389eeae690b68e9d6a17cb10a5a7c7ec58009a1 [diff] |
blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync Add dataplane support to the blockdev-snapshot-delete-internal-sync QMP command. By acquiring the AioContext we avoid race conditions with the dataplane thread which may also be accessing the BlockDriverState. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>