qemu/fsdev
Pradeep Jagadeesh b8bbdb886e fsdev: add IO throttle support to fsdev devices
This patchset adds the throttle support for the 9p-local driver.
For now this functionality can be enabled only through qemu cli options.
QMP interface and support to other drivers need further extensions.
To make it simple for other 9p drivers, the throttle code has been put in
separate files.

Signed-off-by: Pradeep Jagadeesh <pradeep.jagadeesh@huawei.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
(pass extra NULL CoMutex * argument to qemu_co_queue_wait(),
 added options to qemu-options.hx, Greg Kurz)
Signed-off-by: Greg Kurz <groug@kaod.org>
2017-02-28 10:31:46 +01:00
..
9p-iov-marshal.c 9pfs: allocate space for guest originated empty strings 2016-10-17 14:13:58 +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
file-op-9p.h fsdev: add IO throttle support to fsdev devices 2017-02-28 10:31:46 +01:00
Makefile.objs fsdev: add IO throttle support to fsdev devices 2017-02-28 10:31:46 +01:00
qemu-fsdev-dummy.c 9p/fsdev: remove obsolete references to virtio 2016-06-06 11:52:34 +02:00
qemu-fsdev-opts.c fsdev: add IO throttle support to fsdev devices 2017-02-28 10:31:46 +01:00
qemu-fsdev-throttle.c fsdev: add IO throttle support to fsdev devices 2017-02-28 10:31:46 +01: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: Clean up includes 2016-01-29 15:07:23 +00:00
virtfs-proxy-helper.texi fsdev: spelling fix 2016-06-07 18:02:49 +03:00