Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80757
b: refs/heads/master
c: a162dd5
h: refs/heads/master
i:
  80755: 0317525
v: v3
  • Loading branch information
Jerone Young authored and Avi Kivity committed Jan 30, 2008
1 parent a486ebc commit c223f84
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 244d57ece94b56692c61f2d507d1251b5844c550
refs/heads/master: a162dd58736d446f52ca45b170508c3a5868807b
17 changes: 17 additions & 0 deletions trunk/include/asm-x86/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,21 @@ struct kvm_msr_list {
};


struct kvm_cpuid_entry {
__u32 function;
__u32 eax;
__u32 ebx;
__u32 ecx;
__u32 edx;
__u32 padding;
};

/* for KVM_SET_CPUID */
struct kvm_cpuid {
__u32 nent;
__u32 padding;
struct kvm_cpuid_entry entries[0];
};


#endif
16 changes: 0 additions & 16 deletions trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,22 +192,6 @@ struct kvm_dirty_log {
};
};

struct kvm_cpuid_entry {
__u32 function;
__u32 eax;
__u32 ebx;
__u32 ecx;
__u32 edx;
__u32 padding;
};

/* for KVM_SET_CPUID */
struct kvm_cpuid {
__u32 nent;
__u32 padding;
struct kvm_cpuid_entry entries[0];
};

/* for KVM_SET_SIGNAL_MASK */
struct kvm_signal_mask {
__u32 len;
Expand Down

0 comments on commit c223f84

Please sign in to comment.