hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/x86/include/asm/kvm_host.h
....@@ -553,6 +553,7 @@
553553 u64 ia32_misc_enable_msr;
554554 u64 smbase;
555555 u64 smi_count;
556
+ bool at_instruction_boundary;
556557 bool tpr_access_reporting;
557558 bool xsaves_enabled;
558559 u64 ia32_xss;
....@@ -663,7 +664,7 @@
663664 u8 preempted;
664665 u64 msr_val;
665666 u64 last_steal;
666
- struct gfn_to_pfn_cache cache;
667
+ struct gfn_to_hva_cache cache;
667668 } st;
668669
669670 u64 l1_tsc_offset;
....@@ -1061,6 +1062,8 @@
10611062 u64 req_event;
10621063 u64 halt_poll_success_ns;
10631064 u64 halt_poll_fail_ns;
1065
+ u64 preemption_reported;
1066
+ u64 preemption_other;
10641067 };
10651068
10661069 struct x86_instruction_info;