Re: [Xen-devel] [PATCH v2 1/2] x86: reduce code duplication in guest_remove_page()

2018-12-05 Thread Andrew Cooper
On 05/12/2018 16:17, Jan Beulich wrote: > Quite a bit of duplicate code has accumulated on the "paging" types > special case path. Re-use what can be re-used from the common path. > > Since it needs touching anyway, slightly re-format and extend the > gdprintk() on the common path as well. > > Sign

[Xen-devel] [PATCH v2 1/2] x86: reduce code duplication in guest_remove_page()

2018-12-05 Thread Jan Beulich
Quite a bit of duplicate code has accumulated on the "paging" types special case path. Re-use what can be re-used from the common path. Since it needs touching anyway, slightly re-format and extend the gdprintk() on the common path as well. Signed-off-by: Jan Beulich --- v2: Re-base. --- a/xen/