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

2015-05-14 Thread David Vrabel
On 14/05/15 12:24, Tim Deegan wrote: > At 15:37 +0100 on 11 May (1431358625), David Vrabel wrote: >> Pack struct hvm_domain to reduce it by 8 bytes. Thus reducing the >> size of struct domain by 8 bytes. > > In my builds (non-debug, on current staging), this makes no difference > to struct domain

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

2015-05-14 Thread Tim Deegan
At 15:37 +0100 on 11 May (1431358625), David Vrabel wrote: > Pack struct hvm_domain to reduce it by 8 bytes. Thus reducing the > size of struct domain by 8 bytes. In my builds (non-debug, on current staging), this makes no difference to struct domain. struct hvm_domain gets 8 bytes smaller (2144

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

2015-05-11 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/