Re: [Xen-devel] [v3][PATCH 05/16] xen: enable XENMEM_memory_map in hvm

2015-06-18 Thread Chen, Tiejun
On 2015/6/17 18:14, Jan Beulich wrote: On 11.06.15 at 03:15, wrote: This patch enables XENMEM_memory_map in hvm. So we can use it to setup the e820 mappings. I think saying "hvmloader" instead of "we" would make things more explicit. In the context here, "we" would be the hypervisor, and Fi

Re: [Xen-devel] [v3][PATCH 05/16] xen: enable XENMEM_memory_map in hvm

2015-06-17 Thread Jan Beulich
>>> On 11.06.15 at 03:15, wrote: > This patch enables XENMEM_memory_map in hvm. So we can use it to > setup the e820 mappings. I think saying "hvmloader" instead of "we" would make things more explicit. In the context here, "we" would be the hypervisor, and in that context enabling this subop to

Re: [Xen-devel] [v3][PATCH 05/16] xen: enable XENMEM_memory_map in hvm

2015-06-11 Thread Tian, Kevin
> From: Chen, Tiejun > Sent: Thursday, June 11, 2015 9:15 AM > > This patch enables XENMEM_memory_map in hvm. So we can use it to > setup the e820 mappings. > > Signed-off-by: Tiejun Chen > Reviewed-by: Tim Deegan Reviewed-by: Kevin Tian > --- > xen/arch/x86/hvm/hvm.c | 2 -- > xen/arch/x86

[Xen-devel] [v3][PATCH 05/16] xen: enable XENMEM_memory_map in hvm

2015-06-10 Thread Tiejun Chen
This patch enables XENMEM_memory_map in hvm. So we can use it to setup the e820 mappings. Signed-off-by: Tiejun Chen Reviewed-by: Tim Deegan --- xen/arch/x86/hvm/hvm.c | 2 -- xen/arch/x86/mm.c | 6 -- 2 files changed, 8 deletions(-) diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/