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 {
>>
>>> 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
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/