Message ID | 20200223211330.9968-1-wl@xen.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86/dom0_build: PVH ABI is now in pvh.markdown | expand |
On Mon, Feb 24, 2020 at 09:46:04AM +0100, Roger Pau Monné wrote: > On Sun, Feb 23, 2020 at 09:13:30PM +0000, Wei Liu wrote: > > Signed-off-by: Wei Liu <wl@xen.org> > > --- > > 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..ffbb2bd584 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.markdown. > > I think it's pvh.pandoc now. With that: Indeed. > > Reviewed-by: Roger Pau Monné <roger.pau@citrix.com> Thanks. Wei.
On Sun, Feb 23, 2020 at 09:13:30PM +0000, Wei Liu wrote: > Signed-off-by: Wei Liu <wl@xen.org> > --- > 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..ffbb2bd584 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.markdown. I think it's pvh.pandoc now. With that: Reviewed-by: Roger Pau Monné <roger.pau@citrix.com> Thanks, Roger.
diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c index 380412151b..ffbb2bd584 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.markdown. */ vcpu_hvm_context_t cpu_ctx = { .mode = VCPU_HVM_MODE_32B,
Signed-off-by: Wei Liu <wl@xen.org> --- xen/arch/x86/hvm/dom0_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)