[Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Roger Pau Monne
Since a PVH hardware domain has access to the physical hardware create a custom more permissive IO bitmap. The permissions set on the bitmap are populated based on the contents of the ioports rangeset. Signed-off-by: Roger Pau Monné Cc: Jan Beulich Cc: Andrew Cooper Cc: Boris Ostrovsky Cc: Sur

Re: [Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Jan Beulich
>>> On 20.05.15 at 12:11, wrote: > --- a/xen/common/domain.c > +++ b/xen/common/domain.c > @@ -42,6 +42,7 @@ > #include > #include > #include > +#include This caused the ARM build to fail. Instead of once again reverting I applied the trivial fix eab0647587 without asking for permission by

Re: [Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Roger Pau Monné
El 20/05/15 a les 13.46, Jan Beulich ha escrit: On 20.05.15 at 12:11, wrote: >> --- a/xen/common/domain.c >> +++ b/xen/common/domain.c >> @@ -42,6 +42,7 @@ >> #include >> #include >> #include >> +#include > > This caused the ARM build to fail. Instead of once again reverting I > appli

Re: [Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Ian Campbell
On Wed, 2015-05-20 at 12:46 +0100, Jan Beulich wrote: > >>> On 20.05.15 at 12:11, wrote: > > --- a/xen/common/domain.c > > +++ b/xen/common/domain.c > > @@ -42,6 +42,7 @@ > > #include > > #include > > #include > > +#include > > This caused the ARM build to fail. Instead of once again rever

Re: [Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Jan Beulich
>>> On 20.05.15 at 14:03, wrote: > El 20/05/15 a les 13.46, Jan Beulich ha escrit: > On 20.05.15 at 12:11, wrote: >>> --- a/xen/common/domain.c >>> +++ b/xen/common/domain.c >>> @@ -42,6 +42,7 @@ >>> #include >>> #include >>> #include >>> +#include >> >> This caused the ARM build to f

Re: [Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Roger Pau Monné
El 20/05/15 a les 14.07, Jan Beulich ha escrit: On 20.05.15 at 14:03, wrote: >> El 20/05/15 a les 13.46, Jan Beulich ha escrit: >> On 20.05.15 at 12:11, wrote: --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -42,6 +42,7 @@ #include #include #incl

Re: [Xen-devel] [PATCH v7 1/2] xen/pvh: use a custom IO bitmap for PVH hardware domains

2015-05-20 Thread Jan Beulich
>>> On 20.05.15 at 14:05, wrote: > On Wed, 2015-05-20 at 12:46 +0100, Jan Beulich wrote: >> >>> On 20.05.15 at 12:11, wrote: >> > --- a/xen/common/domain.c >> > +++ b/xen/common/domain.c >> > @@ -42,6 +42,7 @@ >> > #include >> > #include >> > #include >> > +#include >> >> This caused the