Re: [PATCH] memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc

2020-09-11 Thread Paolo Bonzini
On 08/09/20 22:11, Eduardo Habkost wrote: > Convert the existing documentation comments of > IOMMUMemoryRegionClass to kernel-doc format so their contents > will appear in the API reference at docs/devel/memory.html. > > Signed-off-by: Eduardo Habkost > --- > include/exec/memory.h | 52 +

Re: [PATCH] memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc

2020-09-08 Thread Philippe Mathieu-Daudé
On 9/8/20 10:11 PM, Eduardo Habkost wrote: > Convert the existing documentation comments of > IOMMUMemoryRegionClass to kernel-doc format so their contents > will appear in the API reference at docs/devel/memory.html. > > Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daudé > ---

[PATCH] memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc

2020-09-08 Thread Eduardo Habkost
Convert the existing documentation comments of IOMMUMemoryRegionClass to kernel-doc format so their contents will appear in the API reference at docs/devel/memory.html. Signed-off-by: Eduardo Habkost --- include/exec/memory.h | 52 ++- 1 file changed, 42 i