Re: [Xen-devel] [PATCHv4 8/8] x86: reduce struct hvm_domain size

2015-05-11 Thread David Vrabel
On 08/05/15 10:47, Jan Beulich wrote: On 30.04.15 at 17:33, wrote: >> Pack struct hvm_domain to reduce it by 8 bytes. Thus reducing the >> size of struct domain by 8 bytes. > > Is that really true _after_ the change to ticket locks? Yes. >> @@ -137,6 +131,12 @@ struct hvm_domain { >>

Re: [Xen-devel] [PATCHv4 8/8] x86: reduce struct hvm_domain size

2015-05-08 Thread Jan Beulich
>>> On 30.04.15 at 17:33, wrote: > Pack struct hvm_domain to reduce it by 8 bytes. Thus reducing the > size of struct domain by 8 bytes. Is that really true _after_ the change to ticket locks? > --- a/xen/include/asm-x86/hvm/domain.h > +++ b/xen/include/asm-x86/hvm/domain.h > @@ -116,12 +116,6

[Xen-devel] [PATCHv4 8/8] x86: reduce struct hvm_domain size

2015-04-30 Thread David Vrabel
Pack struct hvm_domain to reduce it by 8 bytes. Thus reducing the size of struct domain by 8 bytes. Signed-off-by: David Vrabel --- xen/include/asm-x86/hvm/domain.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xen/include/asm-x86/hvm/domain.h b/xen/include/