Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197751
b: refs/heads/master
c: 0571d36
h: refs/heads/master
i:
  197749: 23a5c82
  197747: c6c3fea
  197743: f3c8022
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed May 17, 2010
1 parent 6d0e48c commit 8a859cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1b8c7934a4063653095fb9fa88f9169f5b52f52b
refs/heads/master: 0571d366e0be571be14581cb5e28d9c3f6e0d0b1
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ struct kvm_mmu_page {
* in this shadow page.
*/
DECLARE_BITMAP(slot_bitmap, KVM_MEMORY_SLOTS + KVM_PRIVATE_MEM_SLOTS);
int multimapped; /* More than one parent_pte? */
int root_count; /* Currently serving as active root */
bool multimapped; /* More than one parent_pte? */
bool unsync;
int root_count; /* Currently serving as active root */
unsigned int unsync_children;
union {
u64 *parent_pte; /* !multimapped */
Expand Down

0 comments on commit 8a859cd

Please sign in to comment.