Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80845
b: refs/heads/master
c: 0711456
h: refs/heads/master
i:
  80843: d146c58
v: v3
  • Loading branch information
Zhang Xiantao authored and Avi Kivity committed Jan 30, 2008
1 parent c751e66 commit a7eb390
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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: bfc6d222bdb1123d12c1193bcd7c755e6617b405
refs/heads/master: 0711456c0d78335d24e4f92aa40d32c78fd44aa8
10 changes: 0 additions & 10 deletions trunk/drivers/kvm/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ struct kvm_memory_slot {
int user_alloc;
};

struct kvm_vm_stat {
u32 mmu_shadow_zapped;
u32 mmu_pte_write;
u32 mmu_pte_updated;
u32 mmu_pde_zapped;
u32 mmu_flooded;
u32 mmu_recycled;
u32 remote_tlb_flush;
};

struct kvm {
struct mutex lock; /* protects everything except vcpus */
struct mm_struct *mm; /* userspace tied to this vm */
Expand Down
10 changes: 10 additions & 0 deletions trunk/drivers/kvm/x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,16 @@ struct kvm_arch{
struct page *apic_access_page;
};

struct kvm_vm_stat {
u32 mmu_shadow_zapped;
u32 mmu_pte_write;
u32 mmu_pte_updated;
u32 mmu_pde_zapped;
u32 mmu_flooded;
u32 mmu_recycled;
u32 remote_tlb_flush;
};

struct kvm_vcpu_stat {
u32 pf_fixed;
u32 pf_guest;
Expand Down

0 comments on commit a7eb390

Please sign in to comment.