|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 5/5] x86/p2m: use available local variable in guest_physmap_add_entry()
On 01/04/2020 12:40, Jan Beulich wrote:
> The domain is being passed in - no need to obtain it from p2m->domain.
> Also drop a pointless cast while touching this code anyway.
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
>
> --- a/xen/arch/x86/mm/p2m.c
> +++ b/xen/arch/x86/mm/p2m.c
> @@ -905,7 +905,7 @@ guest_physmap_add_entry(struct domain *d
> if ( p2m_is_shared(ot) )
> {
> /* Do an unshare to cleanly take care of all corner cases. */
> - rc = mem_sharing_unshare_page(p2m->domain, gfn_x(gfn_add(gfn,
> i)));
> + rc = mem_sharing_unshare_page(d, gfn_x(gfn_add(gfn, i)));
Same as patch 3. I'd recommend "gfn_x(gfn) + i" in preference (seeing
as you're cleaning up this line anyway).
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> seeing as you didn't
introduce it, but preferably with it changed.
~Andrew
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |