Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133686
b: refs/heads/master
c: 1c08364
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Mar 24, 2009
1 parent 8688c3c commit 553bc01
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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: 52d939a0bf44081bc9f69b4fbdc9e7f416df27c7
refs/heads/master: 1c08364c3565242f1e1bd585bc2ce458967941af
12 changes: 12 additions & 0 deletions trunk/arch/x86/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@ struct kvm_pv_mmu_op_buffer {
char buf[512] __aligned(sizeof(long));
};

struct kvm_pio_request {
unsigned long count;
int cur_count;
gva_t guest_gva;
int in;
int port;
int size;
int string;
int down;
int rep;
};

/*
* x86 supports 3 paging modes (4-level 64-bit, 3-level 64-bit, and 2-level
* 32-bit). The kvm_mmu structure abstracts the details of the current mmu
Expand Down
12 changes: 0 additions & 12 deletions trunk/include/linux/kvm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,4 @@ typedef unsigned long hfn_t;

typedef hfn_t pfn_t;

struct kvm_pio_request {
unsigned long count;
int cur_count;
gva_t guest_gva;
int in;
int port;
int size;
int string;
int down;
int rep;
};

#endif /* __KVM_TYPES_H__ */

0 comments on commit 553bc01

Please sign in to comment.