Re: [PATCH 2/5] docs: include ramblock.h in the memory API docs

2024-03-08 Thread Peter Xu
On Thu, Mar 07, 2024 at 06:11:02PM +, Alex Bennée wrote: > The RAMBlock concept is fairly central to RAM-like MemoryRegions so > lets update the structure documentation and include in the docs. > > Signed-off-by: Alex Bennée > --- > docs/devel/memory.rst | 1 + > include/exec/ramblock.h |

[PATCH 2/5] docs: include ramblock.h in the memory API docs

2024-03-07 Thread Alex Bennée
The RAMBlock concept is fairly central to RAM-like MemoryRegions so lets update the structure documentation and include in the docs. Signed-off-by: Alex Bennée --- docs/devel/memory.rst | 1 + include/exec/ramblock.h | 76 +++-- 2 files changed, 52 insertio