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
db475c39
Commit
db475c39
authored
Jun 22, 2008
by
Avi Kivity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: MMU: Fix printk format
Signed-off-by:
Avi Kivity
<
avi@qumranet.com
>
parent
6ada8cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu.c
+1
-1
No files found.
arch/x86/kvm/mmu.c
View file @
db475c39
...
...
@@ -1116,7 +1116,7 @@ static void mmu_set_spte(struct kvm_vcpu *vcpu, u64 *shadow_pte,
mark_page_dirty
(
vcpu
->
kvm
,
gfn
);
pgprintk
(
"%s: setting spte %llx
\n
"
,
__func__
,
spte
);
pgprintk
(
"instantiating %s PTE (%s) at %
d (%llx) addr %llx
\n
"
,
pgprintk
(
"instantiating %s PTE (%s) at %
ld (%llx) addr %p
\n
"
,
(
spte
&
PT_PAGE_SIZE_MASK
)
?
"2MB"
:
"4kB"
,
(
spte
&
PT_WRITABLE_MASK
)
?
"RW"
:
"R"
,
gfn
,
spte
,
shadow_pte
);
set_shadow_pte
(
shadow_pte
,
spte
);
...
...
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