Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80753
b: refs/heads/master
c: 19d30b1
h: refs/heads/master
i:
  80751: 77b0903
v: v3
  • Loading branch information
Jerone Young authored and Avi Kivity committed Jan 30, 2008
1 parent bb3a677 commit fb69178
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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: da1386a5bc43fa0faf17089a68c2991cf1d526c8
refs/heads/master: 19d30b164417e7580d7f8c495a03137e1a45d4a7
10 changes: 10 additions & 0 deletions trunk/include/asm-x86/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ struct kvm_ioapic_state {
#define KVM_IRQCHIP_PIC_SLAVE 1
#define KVM_IRQCHIP_IOAPIC 2

/* for KVM_GET_REGS and KVM_SET_REGS */
struct kvm_regs {
/* out (KVM_GET_REGS) / in (KVM_SET_REGS) */
__u64 rax, rbx, rcx, rdx;
__u64 rsi, rdi, rsp, rbp;
__u64 r8, r9, r10, r11;
__u64 r12, r13, r14, r15;
__u64 rip, rflags;
};

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

/* for KVM_GET_REGS and KVM_SET_REGS */
struct kvm_regs {
/* out (KVM_GET_REGS) / in (KVM_SET_REGS) */
__u64 rax, rbx, rcx, rdx;
__u64 rsi, rdi, rsp, rbp;
__u64 r8, r9, r10, r11;
__u64 r12, r13, r14, r15;
__u64 rip, rflags;
};

/* for KVM_GET_FPU and KVM_SET_FPU */
struct kvm_fpu {
Expand Down

0 comments on commit fb69178

Please sign in to comment.