Loading include/asm-x86/kvm.h +6 −0 Original line number Diff line number Diff line Loading @@ -76,4 +76,10 @@ struct kvm_regs { __u64 rip, rflags; }; /* for KVM_GET_LAPIC and KVM_SET_LAPIC */ #define KVM_APIC_REG_SIZE 0x400 struct kvm_lapic_state { char regs[KVM_APIC_REG_SIZE]; }; #endif include/linux/kvm.h +0 −5 Original line number Diff line number Diff line Loading @@ -150,11 +150,6 @@ struct kvm_fpu { __u32 pad2; }; /* for KVM_GET_LAPIC and KVM_SET_LAPIC */ #define KVM_APIC_REG_SIZE 0x400 struct kvm_lapic_state { char regs[KVM_APIC_REG_SIZE]; }; struct kvm_segment { __u64 base; Loading Loading
include/asm-x86/kvm.h +6 −0 Original line number Diff line number Diff line Loading @@ -76,4 +76,10 @@ struct kvm_regs { __u64 rip, rflags; }; /* for KVM_GET_LAPIC and KVM_SET_LAPIC */ #define KVM_APIC_REG_SIZE 0x400 struct kvm_lapic_state { char regs[KVM_APIC_REG_SIZE]; }; #endif
include/linux/kvm.h +0 −5 Original line number Diff line number Diff line Loading @@ -150,11 +150,6 @@ struct kvm_fpu { __u32 pad2; }; /* for KVM_GET_LAPIC and KVM_SET_LAPIC */ #define KVM_APIC_REG_SIZE 0x400 struct kvm_lapic_state { char regs[KVM_APIC_REG_SIZE]; }; struct kvm_segment { __u64 base; Loading