Re: [Xen-devel] [PATCH v3 01/21] x86/mm: carve out create_grant_pv_mapping

2017-08-28 Thread George Dunlap
On 07/20/2017 05:04 PM, Wei Liu wrote: > And at once make create_grant_host_mapping an inline function. This "At once" means "immediately" or "without any delay between this event and the preceding event", which doesn't make sense here. I think you want, "At the same time." Other than that, loo

[Xen-devel] [PATCH v3 01/21] x86/mm: carve out create_grant_pv_mapping

2017-07-20 Thread Wei Liu
And at once make create_grant_host_mapping an inline function. This requires making create_grant_{hvm,pv}_mapping non-static. Provide {hvm,pv}/grant_table.h. Include the headers where necessary. The two functions create_grant_{hvm,pv}_mapping will be moved later in a dedicated patch with all the