Re: [Qemu-devel] [PATCH v3 00/14] block: Move I/O throttling to BlockBackend

2016-05-17 Thread Kevin Wolf
Am 17.05.2016 um 00:46 hat Stefan Hajnoczi geschrieben: > On Wed, May 11, 2016 at 03:24:11PM +0200, 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

Re: [Qemu-devel] [PATCH v3 00/14] block: Move I/O throttling to BlockBackend

2016-05-16 Thread Stefan Hajnoczi
On Wed, May 11, 2016 at 03:24:11PM +0200, 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 the

[Qemu-devel] [PATCH v3 00/14] block: Move I/O throttling to BlockBackend

2016-05-11 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 allow