qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 06/36] block: BdrvChildClass: add .get_parent_aio_context


From: Kevin Wolf
Subject: Re: [PATCH v2 06/36] block: BdrvChildClass: add .get_parent_aio_context handler
Date: Mon, 18 Jan 2021 16:13:36 +0100

Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Add new handler to get aio context and implement it in all child
> classes. Add corresponding public interface to be used soon.
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

Hm, are you going to introduce cases where parent and child context
don't match, or why is this a useful function?

Even if so, I feel it shouldn't be any of the child's business what
AioContext the parent uses.

Well, maybe the rest of the series will answer this.

Kevin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]