projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667e916
)
x86/dom0: add missing flag to printf format for PVH
author
Roger Pau Monne
<roger.pau@citrix.com>
Thu, 27 Dec 2018 15:26:36 +0000
(16:26 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 27 Dec 2018 19:47:13 +0000
(19:47 +0000)
No functional change.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/dom0_build.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/dom0_build.c
b/xen/arch/x86/hvm/dom0_build.c
index 24cc15f28be8824d7207129d49cff587fdbec3f5..c0eb9cb9534d8e842e8f1b6d6b52d171370e9b5d 100644
(file)
--- a/
xen/arch/x86/hvm/dom0_build.c
+++ b/
xen/arch/x86/hvm/dom0_build.c
@@
-124,7
+124,7
@@
static int __init pvh_populate_memory_range(struct domain *d,
order);
if ( rc != 0 )
{
- printk("Failed to populate memory: [%#lx,%lx): %d\n",
+ printk("Failed to populate memory: [%#lx,%
#
lx): %d\n",
start, start + (1UL << order), rc);
return -ENOMEM;
}