|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/HVM: move evtchn_upcall_vector field
commit cd68e5bc029a8a7b0955c8379eba4d7fdf9492f1
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Wed Sep 9 14:15:43 2026 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Wed Sep 9 14:15:43 2026 +0200
x86/HVM: move evtchn_upcall_vector field
... into an available 8-bit slot, rather than having it followed by 7
bytes of padding.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
xen/arch/x86/include/asm/hvm/vcpu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/arch/x86/include/asm/hvm/vcpu.h
b/xen/arch/x86/include/asm/hvm/vcpu.h
index 60d1c8f188..876c230784 100644
--- a/xen/arch/x86/include/asm/hvm/vcpu.h
+++ b/xen/arch/x86/include/asm/hvm/vcpu.h
@@ -129,6 +129,8 @@ struct hvm_vcpu {
spinlock_t tm_lock;
struct list_head tm_list;
+ uint8_t evtchn_upcall_vector;
+
bool flag_dr_dirty;
bool debug_state_latch;
bool single_step;
@@ -165,8 +167,6 @@ struct hvm_vcpu {
/* In mode delay_for_missed_ticks, VCPUs have differing guest times. */
int64_t stime_offset;
- u8 evtchn_upcall_vector;
-
struct hvm_vcpu_io hvm_io;
/* Pending hw/sw interrupt (.vector = -1 means nothing pending). */
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |