From 8ff60674351c2add99caa4a84b17c0ff77686041 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 27 Dec 2018 15:48:41 +0100 Subject: [PATCH] x86/dom0: add missing flag to printf format for PVH MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit No functional change. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Wei Liu --- xen/arch/x86/hvm/dom0_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c index 24cc15f28b..c0eb9cb953 100644 --- 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; } -- 2.39.5