]> xenbits.xensource.com Git - xen.git/commit
xen/virtual-region: Rename the start/end fields
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 2 Apr 2024 14:18:51 +0000 (16:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 2 Apr 2024 14:18:51 +0000 (16:18 +0200)
commit2392e958ec6fd2e48e011781344cf94dee6d6142
treeae21e315a5484306674d9d9ee2ace362aee01dd2
parent70ad9c5fdeac4814050080c87e06d44292ecf868
xen/virtual-region: Rename the start/end fields

... to text_{start,end}.  We're about to introduce another start/end pair.

Despite it's name, struct virtual_region has always been a module-ish
description.  Call this out specifically.

As minor cleanup, replace ROUNDUP(x, PAGE_SIZE) with the more concise
PAGE_ALIGN() ahead of duplicating the example.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
master commit: 989556c6f8ca080f5f202417af97d1188b9ba52a
master date: 2024-03-07 14:24:42 +0000
xen/common/livepatch.c
xen/common/virtual_region.c
xen/include/xen/virtual_region.h