From ead4c2d8314cea8defb6e9613071f21df6d216c2 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Sun, 23 Feb 2020 21:13:30 +0000 Subject: [PATCH] x86/dom0_build: PVH ABI is now in pvh.pandoc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Wei Liu Reviewed-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 380412151b..85326ff63e 100644 --- a/xen/arch/x86/hvm/dom0_build.c +++ b/xen/arch/x86/hvm/dom0_build.c @@ -617,7 +617,7 @@ static int __init pvh_setup_cpus(struct domain *d, paddr_t entry, int rc; /* * This sets the vCPU state according to the state described in - * docs/misc/hvmlite.markdown. + * docs/misc/pvh.pandoc. */ vcpu_hvm_context_t cpu_ctx = { .mode = VCPU_HVM_MODE_32B, -- 2.39.5