Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-12 Thread Chen, Tiejun
On 2015/6/12 16:04, Jan Beulich wrote: On 12.06.15 at 04:10, wrote: On 2015/6/11 20:52, Tim Deegan wrote: which would be better handeld explicitly: if ( p2mt == p2m_invalid || p2mt == p2m_mmio_dm ) ... So if I'm correct, we should do this check explicitly, i

Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-12 Thread Jan Beulich
>>> On 12.06.15 at 04:10, wrote: > On 2015/6/11 20:52, Tim Deegan wrote: >> which would be better handeld explicitly: >> >> if ( p2mt == p2m_invalid || p2mt == p2m_mmio_dm ) >> ... >> > > So if I'm correct, we should do this check explicitly, > > if ( p2mt == p2m_inva

Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-11 Thread Chen, Tiejun
On 2015/6/11 20:52, Tim Deegan wrote: Hi, At 09:15 +0800 on 11 Jun (1434014109), Tiejun Chen wrote: * Two changes for runtime cycle patch #2,xen/x86/p2m: introduce set_identity_p2m_entry, on hypervisor side a>. Introduce paging_mode_translate() Otherwise, we'll see this error when bo

Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-11 Thread Tim Deegan
Hi, At 09:15 +0800 on 11 Jun (1434014109), Tiejun Chen wrote: > * Two changes for runtime cycle >patch #2,xen/x86/p2m: introduce set_identity_p2m_entry, on hypervisor side > > a>. Introduce paging_mode_translate() > Otherwise, we'll see this error when boot Xen/Dom0 Righto. Looking at t

Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-11 Thread Chen, Tiejun
On 2015/6/11 16:42, Tian, Kevin wrote: From: Jan Beulich [mailto:jbeul...@suse.com] Sent: Thursday, June 11, 2015 3:28 PM On 11.06.15 at 03:15, wrote: v3: * Rearrange all patches orderly as Wei suggested * Rebase on the latest tree * Address some Wei's comments on tools side * Two changes fo

Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-11 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Thursday, June 11, 2015 3:28 PM > > >>> On 11.06.15 at 03:15, wrote: > > v3: > > > > * Rearrange all patches orderly as Wei suggested > > * Rebase on the latest tree > > * Address some Wei's comments on tools side > > * Two changes for runtim

Re: [Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-11 Thread Jan Beulich
>>> On 11.06.15 at 03:15, wrote: > v3: > > * Rearrange all patches orderly as Wei suggested > * Rebase on the latest tree > * Address some Wei's comments on tools side > * Two changes for runtime cycle >patch #2,xen/x86/p2m: introduce set_identity_p2m_entry, on hypervisor > side > > a>. I

[Xen-devel] [v3][PATCH 00/16] Fix RMRR

2015-06-10 Thread Tiejun Chen
v3: * Rearrange all patches orderly as Wei suggested * Rebase on the latest tree * Address some Wei's comments on tools side * Two changes for runtime cycle patch #2,xen/x86/p2m: introduce set_identity_p2m_entry, on hypervisor side a>. Introduce paging_mode_translate() Otherwise, we'll see