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-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~638 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ead4c2d8314cea8defb6e9613071f21df6d216c2;p=xen.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,