Re: [Xen-devel] [PATCH v5 10/23] x86/mm: split out descriptor table manipulation code

2017-09-22 Thread Wei Liu
On Fri, Sep 22, 2017 at 07:07:29AM -0600, Jan Beulich wrote: > >>> On 14.09.17 at 14:58, wrote: > > Move the code to pv/descriptor-tables.c. Change u64 to uint64_t while > > moving. Use currd in do_update_descriptor. > > Hmm, so the "later" in patch 9 isn't in a future

Re: [Xen-devel] [PATCH v5 10/23] x86/mm: split out descriptor table manipulation code

2017-09-22 Thread Jan Beulich
>>> On 14.09.17 at 14:58, wrote: > Move the code to pv/descriptor-tables.c. Change u64 to uint64_t while > moving. Use currd in do_update_descriptor. Hmm, so the "later" in patch 9 isn't in a future series, but here. Why couldn't the move and rename then be done in one step?