diff mbox series

x86/dom0_build: PVH ABI is now in pvh.markdown

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

Commit Message

Wei Liu Feb. 23, 2020, 9:13 p.m. UTC
Signed-off-by: Wei Liu <wl@xen.org>
---
 xen/arch/x86/hvm/dom0_build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wei Liu Feb. 23, 2020, 11:55 p.m. UTC | #1
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.
Roger Pau Monne Feb. 24, 2020, 8:46 a.m. UTC | #2
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 mbox series

Patch

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,