Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133687
b: refs/heads/master
c: c46fb02
h: refs/heads/master
i:
  133685: 8688c3c
  133683: 5eb5a11
  133679: 3f4267f
v: v3
  • Loading branch information
Hollis Blanchard authored and Avi Kivity committed Mar 24, 2009
1 parent 553bc01 commit c14cf91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: 1c08364c3565242f1e1bd585bc2ce458967941af
refs/heads/master: c46fb0211f8b93de45400bff814c0f29335af5fc
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/include/asm/kvm_44x.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
* need to find some way of advertising it. */
#define KVM44x_GUEST_TLB_SIZE 64

struct kvmppc_44x_tlbe {
u32 tid; /* Only the low 8 bits are used. */
u32 word0;
u32 word1;
u32 word2;
};

struct kvmppc_44x_shadow_ref {
struct page *page;
u16 gtlb_index;
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/powerpc/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ struct kvm_vcpu_stat {
u32 halt_wakeup;
};

struct kvmppc_44x_tlbe {
u32 tid; /* Only the low 8 bits are used. */
u32 word0;
u32 word1;
u32 word2;
};

enum kvm_exit_types {
MMIO_EXITS,
DCR_EXITS,
Expand Down

0 comments on commit c14cf91

Please sign in to comment.