Re: [PATCH 1/3] xen/virtual-region: Rename start/end fields

2024-03-07 Thread Ross Lagerwall
On Tue, Mar 5, 2024 at 12:11 PM Andrew Cooper wrote: > > ... to text_{start,end}. We're about to introduce another start/end pair. > > As minor cleanup, replace ROUNDUP(x, PAGE_SIZE) with the more consice > PAGE_ALIGN() ahead of duplicating the example. > > No functional change. > >

Re: [PATCH 1/3] xen/virtual-region: Rename start/end fields

2024-03-05 Thread Roger Pau Monné
On Tue, Mar 05, 2024 at 12:11:19PM +, Andrew Cooper wrote: > ... to text_{start,end}. We're about to introduce another start/end pair. > > As minor cleanup, replace ROUNDUP(x, PAGE_SIZE) with the more consice > PAGE_ALIGN() ahead of duplicating the example. > > No functional change. > >

[PATCH 1/3] xen/virtual-region: Rename start/end fields

2024-03-05 Thread Andrew Cooper
... to text_{start,end}. We're about to introduce another start/end pair. As minor cleanup, replace ROUNDUP(x, PAGE_SIZE) with the more consice PAGE_ALIGN() ahead of duplicating the example. No functional change. Signed-off-by: Andrew Cooper --- CC: Konrad Rzeszutek Wilk CC: Ross Lagerwall