Re: [RFC PATCH 6/6] docs/devel: add some clarifying text for aliases

2022-01-17 Thread Philippe Mathieu-Daudé via
On 1/10/22 18:51, Alex Bennée wrote: > We do mention the limitation of single parenthood for > memory_region_add_subregion but lets also make it clear how aliases > help solve that conundrum. > > Signed-off-by: Alex Bennée > --- > docs/devel/memory.rst | 14 +- > 1 file changed, 9 in

Re: [RFC PATCH 6/6] docs/devel: add some clarifying text for aliases

2022-01-17 Thread Philippe Mathieu-Daudé via
On 1/10/22 18:51, Alex Bennée wrote: > We do mention the limitation of single parenthood for > memory_region_add_subregion but lets also make it clear how aliases > help solve that conundrum. > > Signed-off-by: Alex Bennée > --- > docs/devel/memory.rst | 14 +- > 1 file changed, 9 in

[RFC PATCH 6/6] docs/devel: add some clarifying text for aliases

2022-01-10 Thread Alex Bennée
We do mention the limitation of single parenthood for memory_region_add_subregion but lets also make it clear how aliases help solve that conundrum. Signed-off-by: Alex Bennée --- docs/devel/memory.rst | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/devel/