Re: [Xen-devel] [PATCH RFC v1 41/74] xen/pvh: do not mark the low 1MB as IO mem

2018-01-08 Thread Jan Beulich
>>> On 08.01.18 at 11:37, wrote: > On Mon, Jan 08, 2018 at 03:30:17AM -0700, Jan Beulich wrote: >> >>> On 04.01.18 at 14:05, wrote: >> > @@ -288,8 +289,12 @@ void __init arch_init_memory(void) >> > dom_cow = domain_create(DOMID_COW, DOMCRF_dummy,

Re: [Xen-devel] [PATCH RFC v1 41/74] xen/pvh: do not mark the low 1MB as IO mem

2018-01-08 Thread Roger Pau Monné
On Mon, Jan 08, 2018 at 03:30:17AM -0700, Jan Beulich wrote: > >>> On 04.01.18 at 14:05, wrote: > > @@ -288,8 +289,12 @@ void __init arch_init_memory(void) > > dom_cow = domain_create(DOMID_COW, DOMCRF_dummy, 0, NULL); > > BUG_ON(IS_ERR(dom_cow)); > > > > -/*

[Xen-devel] [PATCH RFC v1 41/74] xen/pvh: do not mark the low 1MB as IO mem

2018-01-04 Thread Wei Liu
From: Roger Pau Monne On PVH there's nothing special on the low 1MB Signed-off-by: Roger Pau Monné Signed-off-by: Andrew Cooper --- xen/arch/x86/mm.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff