Re: [Qemu-devel] [PATCH] throttle: Update throttle-groups.c documentation

2017-06-16 Thread Kevin Wolf
Am 13.06.2017 um 23:16 hat Alberto Garcia geschrieben: > There used to be throttle_timers_{detach,attach}_aio_context() calls > in bdrv_set_aio_context(), but since 7ca7f0f6db1fedd28d490795d778cf239 > they are now in blk_set_aio_context(). > > Signed-off-by: Alberto Garcia Thanks, applied to the

Re: [Qemu-devel] [PATCH] throttle: Update throttle-groups.c documentation

2017-06-13 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20170613211612.9368-1-be...@igalia.com Subject: [Qemu-devel] [PATCH] throttle: Update throttle

[Qemu-devel] [PATCH] throttle: Update throttle-groups.c documentation

2017-06-13 Thread Alberto Garcia
There used to be throttle_timers_{detach,attach}_aio_context() calls in bdrv_set_aio_context(), but since 7ca7f0f6db1fedd28d490795d778cf239 they are now in blk_set_aio_context(). Signed-off-by: Alberto Garcia --- block/throttle-groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff