Re: [Qemu-devel] [PATCH RFC v3 1/8] block: move ThrottleGroup membership to ThrottleGroupMember

2017-06-27 Thread Manos Pitsidianakis
On Tue, Jun 27, 2017 at 02:08:54PM +0200, Alberto Garcia wrote: On Fri 23 Jun 2017 02:46:53 PM CEST, Manos Pitsidianakis wrote: This commit gathers ThrottleGroup membership details from BlockBackendPublic into ThrottleGroupMember and refactors existing code to use the structure. Signed-off-by:

Re: [Qemu-devel] [PATCH RFC v3 1/8] block: move ThrottleGroup membership to ThrottleGroupMember

2017-06-27 Thread Alberto Garcia
On Fri 23 Jun 2017 02:46:53 PM CEST, Manos Pitsidianakis wrote: > This commit gathers ThrottleGroup membership details from > BlockBackendPublic into ThrottleGroupMember and refactors existing code > to use the structure. > > Signed-off-by: Manos Pitsidianakis Hey Manos, thanks for the patch. It

[Qemu-devel] [PATCH RFC v3 1/8] block: move ThrottleGroup membership to ThrottleGroupMember

2017-06-23 Thread Manos Pitsidianakis
This commit gathers ThrottleGroup membership details from BlockBackendPublic into ThrottleGroupMember and refactors existing code to use the structure. Signed-off-by: Manos Pitsidianakis --- block/block-backend.c | 66 + block/qapi.c| 8 +- block/throttle