From b61c9acdea80a47ada89f62127db8e5372bb5d72 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 27 Dec 2018 16:26:36 +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é Acked-by: Andrew Cooper --- 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.30.2