[PATCH for-4.19?] xen/vmap: Document the vmap header

2024-07-02 Thread Alejandro Vallejo
In it's current form it's rather cryptic for uninitiated, so this patch documents everything in there to make it more palatable. No functional change. Signed-off-by: Alejandro Vallejo --- xen/include/xen/vmap.h | 100 + 1 file changed, 100 insertions(+)

Re: [PATCH for-4.19?] xen/vmap: Document the vmap header

2024-07-03 Thread Jan Beulich
On 02.07.2024 15:03, Alejandro Vallejo wrote: > --- a/xen/include/xen/vmap.h > +++ b/xen/include/xen/vmap.h > @@ -1,34 +1,131 @@ > +/* > + * Interface to map physical memory onto contiguous virtual memory areas. > + * > + * Two ranges of linear address space are reserved for this purpose: A > gene

Re: [PATCH for-4.19?] xen/vmap: Document the vmap header

2024-07-03 Thread Alejandro Vallejo
On Wed Jul 3, 2024 at 8:41 AM BST, Jan Beulich wrote: > On 02.07.2024 15:03, Alejandro Vallejo wrote: > > --- a/xen/include/xen/vmap.h > > +++ b/xen/include/xen/vmap.h > > @@ -1,34 +1,131 @@ > > +/* > > + * Interface to map physical memory onto contiguous virtual memory areas. > > + * > > + * Two r