Re: [Xen-devel] [PATCH] x86/dom0: change align type to int

2019-01-07 Thread Roger Pau Monné
On Fri, Jan 04, 2019 at 08:35:38AM -0700, Jan Beulich wrote: > >>> On 04.01.19 at 16:14, wrote: > > There's no reason to use long to store the alignment, since the bigger > > biggest? > > > page size is 1GB, and the alignment is stored as a frame number. > > > > Reported-by: Jan Beulich > > Si

Re: [Xen-devel] [PATCH] x86/dom0: change align type to int

2019-01-04 Thread Jan Beulich
>>> On 04.01.19 at 16:14, wrote: > There's no reason to use long to store the alignment, since the bigger biggest? > page size is 1GB, and the alignment is stored as a frame number. > > Reported-by: Jan Beulich > Signed-off-by: Roger Pau Monné > --- > Cc: Jan Beulich > Cc: Andrew Cooper > C

[Xen-devel] [PATCH] x86/dom0: change align type to int

2019-01-04 Thread Roger Pau Monne
There's no reason to use long to store the alignment, since the bigger page size is 1GB, and the alignment is stored as a frame number. Reported-by: Jan Beulich Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Wei Liu --- xen/arch/x86/hvm/dom0_build.c | 3 +-- 1 file