Re: [PATCH v2 3/5] block: improve bdrv_child_get_parent_desc()

2021-05-10 Thread Alberto Garcia
On Tue 04 May 2021 11:45:08 AM CEST, Vladimir Sementsov-Ogievskiy wrote: > We have different types of parents: block nodes, block backends and > jobs. So, it makes sense to specify type together with name. > > Next, this handler us used to compose an error message about permission > conflict. And

[PATCH v2 3/5] block: improve bdrv_child_get_parent_desc()

2021-05-04 Thread Vladimir Sementsov-Ogievskiy
We have different types of parents: block nodes, block backends and jobs. So, it makes sense to specify type together with name. Next, this handler us used to compose an error message about permission conflict. And permission conflict occurs in a specific place of block graph. We shouldn't report