From: Wei Liu Date: Sun, 23 Feb 2020 21:13:30 +0000 (+0000) Subject: x86/dom0_build: PVH ABI is now in pvh.pandoc X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ead4c2d8314cea8defb6e9613071f21df6d216c2;p=people%2Fsstabellini%2Fxen-unstable.git%2F.git x86/dom0_build: PVH ABI is now in pvh.pandoc Signed-off-by: Wei Liu Reviewed-by: Roger Pau Monné Acked-by: Andrew Cooper --- 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,