On Sun, 2020-12-06 at 11:03 +0000, David Woodhouse wrote: > --- a/arch/x86/include/asm/kvm_host.h > +++ b/arch/x86/include/asm/kvm_host.h > @@ -527,6 +527,11 @@ struct kvm_vcpu_xen { > struct vcpu_info *vcpu_info; > struct kvm_host_map pv_time_map; > struct pvclock_vcpu_time_info *pv_time; > + struct kvm_host_map runstate_map; > + void *runstate; > + uint32_t current_runstate; > + uint64_t last_steal; > + uint64_t last_state_ns; Oops. accidentally programmed in 21st century C there instead of using the stupid legacy pre-C99 crap. I'll fix that to use the moronic "u32" and "u64" crap when I post v3. Hey, it's only been a little over two decades...
Attachment:
smime.p7s
Description: S/MIME cryptographic signature