Re: [Xen-devel] [PATCH v4 0/9] Add alternative API for Xen PTEs

2019-12-05 Thread Xia, Hongyan
Okay let me be explicit this time. Cross checked with mails from lore.kernel.org, issues not touched from v3 to v4: - _new or not _new - splitting map_pages_to_xen; introduction of labels. Although I just responded to these two issues. - const not added to suggested variables since a lot of them a

Re: [Xen-devel] [PATCH v4 0/9] Add alternative API for Xen PTEs

2019-12-05 Thread Jan Beulich
On 05.12.2019 10:41, Xia, Hongyan wrote: > I have addressed the comments that I can find in the archive. That's still pretty vague - is there reason to assume you were not able to find some comments there? > Some big > debates (like _new or not _new, whether to modularise map_pages_to_xen) > have

Re: [Xen-devel] [PATCH v4 0/9] Add alternative API for Xen PTEs

2019-12-05 Thread Xia, Hongyan
I have addressed the comments that I can find in the archive. Some big debates (like _new or not _new, whether to modularise map_pages_to_xen) have not been touched. Various acked-by and reviewed-by added. Hongyan On Thu, 2019-12-05 at 10:14 +0100, Jan Beulich wrote: > On 04.12.2019 18:10, Hongya

Re: [Xen-devel] [PATCH v4 0/9] Add alternative API for Xen PTEs

2019-12-05 Thread Jan Beulich
On 04.12.2019 18:10, Hongyan Xia wrote: > NOTE: My email address has changed due to some HR management. I have > lost all my previous emails and I could only salvage some of the > comments to v3 from the mailing list archive. I will reply to the > comments from v3 in this v4 series. I'm afraid thi

[Xen-devel] [PATCH v4 0/9] Add alternative API for Xen PTEs

2019-12-04 Thread Hongyan Xia
NOTE: My email address has changed due to some HR management. I have lost all my previous emails and I could only salvage some of the comments to v3 from the mailing list archive. I will reply to the comments from v3 in this v4 series. This batch adds an alternative alloc-map-unmap-free Xen PTE AP