Re: [Qemu-devel] [PATCH 07/15] test-block-iothread: Test adding parent to iothread node

2019-05-24 Thread Eric Blake
On 5/23/19 11:00 AM, Kevin Wolf wrote: > Opening a new parent node for a node that has already been moved into a > different AioContext must cause the new parent ot move into the same to > context. > > Signed-off-by: Kevin Wolf > --- > tests/test-block-iothread.c | 33 +

[Qemu-devel] [PATCH 07/15] test-block-iothread: Test adding parent to iothread node

2019-05-23 Thread Kevin Wolf
Opening a new parent node for a node that has already been moved into a different AioContext must cause the new parent ot move into the same context. Signed-off-by: Kevin Wolf --- tests/test-block-iothread.c | 33 + 1 file changed, 33 insertions(+) diff --git a/t