qemu-e2k/fsdev
Manos Pitsidianakis 27e4cf1303 block: remove timer canceling in throttle_config()
throttle_config() cancels the timers of the calling BlockBackend. This
doesn't make sense because other BlockBackends in the group remain
untouched. There's no need to cancel the timers in the one specific
BlockBackend so let's not do that. Throttled requests will run as
scheduled and future requests will follow the new configuration. This
also allows a throttle group's configuration to be changed even when it
has no members.

Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2017-07-18 15:14:35 +02:00
..
9p-iov-marshal.c fsdev: don't allow unknown format in marshal/unmarshal 2017-05-25 10:30:13 +02:00
9p-iov-marshal.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
9p-marshal.c 9pfs: drop useless v9fs_string_null() function 2016-09-16 08:56:15 +02:00
9p-marshal.h 9pfs: fsdev: drop useless extern annotation for functions 2016-10-17 14:13:58 +02:00
Makefile.objs fsdev: add IO throttle support to fsdev devices 2017-02-28 10:31:46 +01:00
file-op-9p.h 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes 2017-06-29 15:11:50 +02:00
qemu-fsdev-dummy.c 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
qemu-fsdev-opts.c 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes 2017-06-29 15:11:50 +02:00
qemu-fsdev-throttle.c block: remove timer canceling in throttle_config() 2017-07-18 15:14:35 +02:00
qemu-fsdev-throttle.h fsdev: add IO throttle support to fsdev devices 2017-02-28 10:31:46 +01:00
qemu-fsdev.c 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
qemu-fsdev.h 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
virtfs-proxy-helper.c 9pfs: assume utimensat() and futimens() are present 2017-05-25 10:30:14 +02:00
virtfs-proxy-helper.texi fsdev: spelling fix 2016-06-07 18:02:49 +03:00