summaryrefslogtreecommitdiffstats
path: root/trace/default.c
diff options
context:
space:
mode:
authorStefan Hajnoczi2014-05-14 16:22:45 +0200
committerStefan Hajnoczi2014-06-04 09:56:12 +0200
commit13af91ebf08d463d3b025cd396d4d11caceac02d (patch)
treee8cceb2eed58426150d866fb10c8af31a3f715bc /trace/default.c
parentdataplane: Support VIRTIO_BLK_T_SCSI_CMD (diff)
downloadqemu-13af91ebf08d463d3b025cd396d4d11caceac02d.tar.gz
qemu-13af91ebf08d463d3b025cd396d4d11caceac02d.tar.xz
qemu-13af91ebf08d463d3b025cd396d4d11caceac02d.zip
throttle: add throttle_detach/attach_aio_context()
Block I/O throttling uses timers and currently always adds them to the main loop. Throttling will break if bdrv_set_aio_context() is used to move a BlockDriverState to a different AioContext. This patch adds throttle_detach/attach_aio_context() interfaces so the throttling timers and uses them to move timers to the new AioContext. Note that bdrv_set_aio_context() already drains all requests so we're sure no throttled requests are pending. The test cases need to be updated since the throttle_init() interface has changed. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net>
Diffstat (limited to 'trace/default.c')
0 files changed, 0 insertions, 0 deletions