Re: [Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-12 Thread Jan Beulich
>>> On 12.06.17 at 12:52, wrote: > On 12/06/17 11:44, Jan Beulich wrote: > On 12.06.17 at 12:37, wrote: >>> On 12/06/17 07:28, Jan Beulich wrote: >>> On 09.06.17 at 19:38, wrote: > On 08/06/17 16:30, Jan Beulich wrote: >> For PV domains paging_mode_{refcounts,translate}() are alw

Re: [Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-12 Thread Andrew Cooper
On 12/06/17 11:44, Jan Beulich wrote: On 12.06.17 at 12:37, wrote: >> On 12/06/17 07:28, Jan Beulich wrote: >> On 09.06.17 at 19:38, wrote: On 08/06/17 16:30, Jan Beulich wrote: > For PV domains paging_mode_{refcounts,translate}() are always false as > of commits 4045953527

Re: [Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-12 Thread Jan Beulich
>>> On 12.06.17 at 12:37, wrote: > On 12/06/17 07:28, Jan Beulich wrote: > On 09.06.17 at 19:38, wrote: >>> On 08/06/17 16:30, Jan Beulich wrote: For PV domains paging_mode_{refcounts,translate}() are always false as of commits 4045953527 ("x86/paging: Enforce PG_external == PG_tran

Re: [Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-12 Thread Andrew Cooper
On 12/06/17 07:28, Jan Beulich wrote: On 09.06.17 at 19:38, wrote: >> On 08/06/17 16:30, Jan Beulich wrote: >>> For PV domains paging_mode_{refcounts,translate}() are always false as >>> of commits 4045953527 ("x86/paging: Enforce PG_external == PG_translate >>> == PG_refcounts") and 92942fd3

Re: [Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-11 Thread Jan Beulich
>>> On 09.06.17 at 19:38, wrote: > On 08/06/17 16:30, Jan Beulich wrote: >> For PV domains paging_mode_{refcounts,translate}() are always false as >> of commits 4045953527 ("x86/paging: Enforce PG_external == PG_translate >> == PG_refcounts") and 92942fd3d4 ("x86/mm: drop >> guest_{map,get_eff}_l1

Re: [Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-09 Thread Andrew Cooper
On 08/06/17 16:30, Jan Beulich wrote: > For PV domains paging_mode_{refcounts,translate}() are always false as > of commits 4045953527 ("x86/paging: Enforce PG_external == PG_translate > == PG_refcounts") and 92942fd3d4 ("x86/mm: drop > guest_{map,get_eff}_l1e() hooks"). > > Signed-off-by: Jan Beul

[Xen-devel] [PATCH] x86/mm: drop further relics of translated PV domains

2017-06-08 Thread Jan Beulich
For PV domains paging_mode_{refcounts,translate}() are always false as of commits 4045953527 ("x86/paging: Enforce PG_external == PG_translate == PG_refcounts") and 92942fd3d4 ("x86/mm: drop guest_{map,get_eff}_l1e() hooks"). Signed-off-by: Jan Beulich --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/