[Qemu-devel] [PATCH v6 5/6] block: add throttle block filter driver

2017-08-21 Thread Manos Pitsidianakis
block/throttle.c uses existing I/O throttle infrastructure inside a block filter driver. I/O operations are intercepted in the filter's read/write coroutines, and referred to block/throttle-groups.c The driver can be used with the syntax -drive driver=throttle,file.filename=foo.qcow2, \ li

Re: [Qemu-devel] [PATCH v6 5/6] block: add throttle block filter driver

2017-08-21 Thread Alberto Garcia
On Mon 21 Aug 2017 11:31:49 AM CEST, Manos Pitsidianakis wrote: > block/throttle.c uses existing I/O throttle infrastructure inside a > block filter driver. I/O operations are intercepted in the filter's > read/write coroutines, and referred to block/throttle-groups.c > > The driver can be used wit