Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
bc750ba8
Commit
bc750ba8
authored
Dec 09, 2007
by
Avi Kivity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal
Signed-off-by:
Avi Kivity
<
avi@qumranet.com
>
parent
1c4f1fd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/kvm/mmu.c
drivers/kvm/mmu.c
+2
-2
No files found.
drivers/kvm/mmu.c
View file @
bc750ba8
...
...
@@ -888,9 +888,9 @@ static void mmu_set_spte(struct kvm_vcpu *vcpu, u64 *shadow_pte,
int
was_rmapped
=
is_rmap_pte
(
*
shadow_pte
);
struct
page
*
page
;
pgprintk
(
"%s: spte %llx
gpte %llx
access %x write_fault %d"
pgprintk
(
"%s: spte %llx access %x write_fault %d"
" user_fault %d gfn %lx
\n
"
,
__FUNCTION__
,
*
shadow_pte
,
(
u64
)
gpte
,
pt_access
,
__FUNCTION__
,
*
shadow_pte
,
pt_access
,
write_fault
,
user_fault
,
gfn
);
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment