From: Jan Beulich Date: Tue, 13 Apr 2021 08:18:34 +0000 (+0200) Subject: x86/HVM: move is_s3_suspended field X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~701 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ccd796952deda179cb148606f7f7b3d6bea74b7;p=xen.git x86/HVM: move is_s3_suspended field Put it next to another boolean, so they will "share" the subsequent padding hole. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/xen/include/asm-x86/hvm/domain.h b/xen/include/asm-x86/hvm/domain.h index 7b60e9125f..698455444e 100644 --- a/xen/include/asm-x86/hvm/domain.h +++ b/xen/include/asm-x86/hvm/domain.h @@ -113,15 +113,15 @@ struct hvm_domain { * mtrr/pat between vcpus is not the same, set is_in_uc_mode */ spinlock_t uc_lock; - bool_t is_in_uc_mode; + bool is_in_uc_mode; + + bool is_s3_suspended; /* hypervisor intercepted msix table */ struct list_head msixtbl_list; struct viridian_domain *viridian; - bool_t is_s3_suspended; - /* * TSC value that VCPUs use to calculate their tsc_offset value. * Used during initialization and save/restore.