Re: [Xen-devel] [PATCH v2 REPOST 01/12] [x86|arm]: remove code duplication

2017-08-24 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 24 August 2017 15:13 > To: Paul Durrant > Cc: Julien Grall ; Andrew Cooper > ; Stefano Stabellini ; > xen-de...@lists.xenproject.org > Subject: Re: [PATCH v2 REPOST 01/12] [x86|arm]: remove code duplication > > >>

Re: [Xen-devel] [PATCH v2 REPOST 01/12] [x86|arm]: remove code duplication

2017-08-24 Thread Jan Beulich
>>> On 22.08.17 at 16:50, wrote: > There is a substantial amount of code duplicated between the x86 and arm > implementations of mm.c:xenmem_add_to_physmap_one() for > XENMAPSPACE_grant_table. Also, the code in question looks like it really > should be in common/grant_table.c > > This patch intro