Re: [Xen-devel] [PATCH 1/7] x86/pv: Rename d->arch.pv_domain to d->arch.pv

2018-08-29 Thread Jan Beulich
>>> On 28.08.18 at 19:39, wrote: > The trailing _domain suffix is redundant, but adds to code volume. Drop it. > > Reflow lines as appropriate, and switch to using the new XFREE/etc wrappers > where applicable. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beuli

Re: [Xen-devel] [PATCH 1/7] x86/pv: Rename d->arch.pv_domain to d->arch.pv

2018-08-29 Thread Wei Liu
On Tue, Aug 28, 2018 at 06:39:00PM +0100, Andrew Cooper wrote: > The trailing _domain suffix is redundant, but adds to code volume. Drop it. > > Reflow lines as appropriate, and switch to using the new XFREE/etc wrappers > where applicable. > > No functional change. > > Signed-off-by: Andrew Co

[Xen-devel] [PATCH 1/7] x86/pv: Rename d->arch.pv_domain to d->arch.pv

2018-08-28 Thread Andrew Cooper
The trailing _domain suffix is redundant, but adds to code volume. Drop it. Reflow lines as appropriate, and switch to using the new XFREE/etc wrappers where applicable. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné CC: Tim Deegan CC