Re: [Xen-devel] [PATCH v3] hvmloader: Use MB(x) and GB(x) macros

2017-09-18 Thread Jan Beulich
>>> On 15.09.17 at 19:25, wrote: > On Fri, Sep 15, 2017 at 05:57:50PM +0100, Wei Liu wrote: >> On Fri, Sep 15, 2017 at 12:55:51PM -0400, Konrad Rzeszutek Wilk wrote: >> > instead of hardcoding values. We also drop the uint64_t >> > cast as the macro uses ULL to produce the proper width >> > types.

Re: [Xen-devel] [PATCH v3] hvmloader: Use MB(x) and GB(x) macros

2017-09-15 Thread Konrad Rzeszutek Wilk
On Fri, Sep 15, 2017 at 05:57:50PM +0100, Wei Liu wrote: > On Fri, Sep 15, 2017 at 12:55:51PM -0400, Konrad Rzeszutek Wilk wrote: > > instead of hardcoding values. We also drop the uint64_t > > cast as the macro uses ULL to produce the proper width > > types. > > > > Acked-by: Jan Beulich > > Sig

Re: [Xen-devel] [PATCH v3] hvmloader: Use MB(x) and GB(x) macros

2017-09-15 Thread Wei Liu
On Fri, Sep 15, 2017 at 12:55:51PM -0400, Konrad Rzeszutek Wilk wrote: > instead of hardcoding values. We also drop the uint64_t > cast as the macro uses ULL to produce the proper width > types. > > Acked-by: Jan Beulich > Signed-off-by: Konrad Rzeszutek Wilk You've got Jan's ack so you can com

[Xen-devel] [PATCH v3] hvmloader: Use MB(x) and GB(x) macros

2017-09-15 Thread Konrad Rzeszutek Wilk
instead of hardcoding values. We also drop the uint64_t cast as the macro uses ULL to produce the proper width types. Acked-by: Jan Beulich Signed-off-by: Konrad Rzeszutek Wilk --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Ian Jackson Cc: Wei Liu v2: New submission v3: Don't use leading unders