--- qemu/linux-headers/asm-x86/kvm.h 2018/04/24 18:56:55 1.1.1.1 +++ qemu/linux-headers/asm-x86/kvm.h 2018/04/24 19:35:26 1.1.1.2 @@ -321,4 +321,8 @@ struct kvm_xcrs { __u64 padding[16]; }; +/* definition of registers in kvm_run */ +struct kvm_sync_regs { +}; + #endif /* _ASM_X86_KVM_H */