Re: [Qemu-block] [PATCH v2 00/13] block: Move I/O throttling to BlockBackend

2016-04-29 Thread Alberto Garcia
On Fri 29 Apr 2016 12:01:08 PM CEST, Kevin Wolf wrote: >> This is another feature that was "logically" part of the >> BlockBackend, but implemented as a BlockDriverState feature. It was >> always kept on top using swap_feature_fields(). >> >> This series moves it to be actually implemented in

Re: [Qemu-block] [PATCH v2 00/13] block: Move I/O throttling to BlockBackend

2016-04-29 Thread Kevin Wolf
Am 22.04.2016 um 19:42 hat Kevin Wolf geschrieben: > This is another feature that was "logically" part of the BlockBackend, but > implemented as a BlockDriverState feature. It was always kept on top using > swap_feature_fields(). > > This series moves it to be actually implemented in the

[Qemu-block] [PATCH v2 00/13] block: Move I/O throttling to BlockBackend

2016-04-22 Thread Kevin Wolf
This is another feature that was "logically" part of the BlockBackend, but implemented as a BlockDriverState feature. It was always kept on top using swap_feature_fields(). This series moves it to be actually implemented in the BlockBackend, removing another obstacle for removing bs->blk and