Re: [Qemu-devel] GSOC Report: Moving I/O throttling and write notifiers into block filter drivers

2017-09-04 Thread Stefan Hajnoczi
On Mon, Aug 28, 2017 at 3:57 PM, Manos Pitsidianakis wrote: The following links contain an email address which may be mangled to "address@hidden" by mailing list web archives (to prevent spam). Manos' "Work Product" link for GSoC leads to a page where these links are broken.

Re: [Qemu-devel] GSOC Report: Moving I/O throttling and write notifiers into block filter drivers

2017-08-29 Thread Alberto Garcia
On Tue 29 Aug 2017 10:51:28 AM CEST, Stefan Hajnoczi wrote: >> Already merged patches in 2.10 >> https://github.com/qemu/qemu/commits/v2.10.0-rc4?author=epilys >> Already merged patches for 2.11 >> https://www.mail-archive.com/qemu-devel@nongnu.org/msg470461.html >> >> [0] [insert-node]

Re: [Qemu-devel] GSOC Report: Moving I/O throttling and write notifiers into block filter drivers

2017-08-29 Thread Stefan Hajnoczi
On Mon, Aug 28, 2017 at 05:57:28PM +0300, Manos Pitsidianakis wrote: > Branches / Patches > == > > The 'throttle' and 'throttle-remove-legacy' patches should be merged soon > after master unfreezes from the 2.10 release. The rest of the patch series > are in final stages of review

[Qemu-devel] GSOC Report: Moving I/O throttling and write notifiers into block filter drivers

2017-08-28 Thread Manos Pitsidianakis
This is a GSOC project summary required for the project's final submission. As part of GSOC 2017, I took the project of moving two hard coded block layer features into filter drivers. I/O Throttling is implemented in block/throttle.c and before write notifiers are split into a driver for each