]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/Xen: correct commentary and parameter naming of xen_exchange_memory()
authorJan Beulich <jbeulich@suse.com>
Thu, 2 Jul 2026 06:11:22 +0000 (08:11 +0200)
committerJuergen Gross <jgross@suse.com>
Thu, 2 Jul 2026 06:14:47 +0000 (08:14 +0200)
commitfcd245ea7528d50fddffc0fd1308941a9180f5b3
treecb9b3b5837e376bbddb23932ee4be7481c15f638
parentcbbef43bdc083892a2d4787245c249502c215bb8
x86/Xen: correct commentary and parameter naming of xen_exchange_memory()

As documented in comments in struct xen_memory_exchange, the input to the
hypercall is a set of MFNs which are to be removed from the domain, plus a
set of PFNs where the newly allocated MFNs are to appear. Present comment
and parameter naming don't correctly reflect that.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <7e0c8795-cc60-4b78-8601-6a999739467a@suse.com>
arch/x86/xen/mmu_pv.c