]> git.proxmox.com Git - mirror_qemu.git/commit
block: explicitly acquire aiocontext in callbacks that need it
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Feb 2017 13:52:30 +0000 (14:52 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 21 Feb 2017 11:39:36 +0000 (11:39 +0000)
commit9d456654482a8bd1ff72f0bdbe1f393149a5680a
treefbebb64735b7996ae8abade0d02c725e225d603d
parent2f47da5f7f88d3966a2cb33cc9de53f134fea367
block: explicitly acquire aiocontext in callbacks that need it

This covers both file descriptor callbacks and polling callbacks,
since they execute related code.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170213135235.12274-14-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/curl.c
block/iscsi.c
block/linux-aio.c
block/nfs.c
block/sheepdog.c
block/ssh.c
block/win32-aio.c
hw/block/virtio-blk.c
hw/scsi/virtio-scsi.c
util/aio-posix.c
util/aio-win32.c