Re: [PATCH 5/8] bitmap: move to/from xenctl_bitmap conversion helpers

2020-07-21 Thread Jan Beulich
On 20.07.2020 18:20, Julien Grall wrote: > On 15/07/2020 11:40, Jan Beulich wrote: >> A subsequent change will exclude domctl.c from getting built for a >> particular configuration, yet the two functions get used from elsewhere. >> >> Signed-off-by: Jan Beulich >> >> --- a/xen/common/bitmap.c >> +

Re: [PATCH 5/8] bitmap: move to/from xenctl_bitmap conversion helpers

2020-07-20 Thread Julien Grall
Hi Jan, On 15/07/2020 11:40, Jan Beulich wrote: A subsequent change will exclude domctl.c from getting built for a particular configuration, yet the two functions get used from elsewhere. Signed-off-by: Jan Beulich --- a/xen/common/bitmap.c +++ b/xen/common/bitmap.c @@ -9,6 +9,9 @@ #include

[PATCH 5/8] bitmap: move to/from xenctl_bitmap conversion helpers

2020-07-15 Thread Jan Beulich
A subsequent change will exclude domctl.c from getting built for a particular configuration, yet the two functions get used from elsewhere. Signed-off-by: Jan Beulich --- a/xen/common/bitmap.c +++ b/xen/common/bitmap.c @@ -9,6 +9,9 @@ #include #include #include +#include +#include +#incl