diff mbox series

[v2,1/2] doc: Remove texi referenced in qemu-img-cmds.hx and target/i386/cpu.c

Message ID 20201001173503.1107-2-luoyonggang@gmail.com
State New
Headers show
Series Texi cleanup | expand

Commit Message

罗勇刚(Yonggang Luo) Oct. 1, 2020, 5:35 p.m. UTC
There is no texi document anymore

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 qemu-img-cmds.hx  | 2 +-
 target/i386/cpu.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Markus Armbruster Oct. 2, 2020, 5:15 a.m. UTC | #1
Yonggang Luo <luoyonggang@gmail.com> writes:

> There is no texi document anymore

>

> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

> ---

>  qemu-img-cmds.hx  | 2 +-

>  target/i386/cpu.c | 2 +-

>  2 files changed, 2 insertions(+), 2 deletions(-)

>

> diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx

> index b89c019b76..cab8234235 100644

> --- a/qemu-img-cmds.hx

> +++ b/qemu-img-cmds.hx

> @@ -1,5 +1,5 @@

>  HXCOMM Keep the list of subcommands sorted by name.

> -HXCOMM Use DEFHEADING() to define headings in both help text and texi

> +HXCOMM Use DEFHEADING() to define headings in both help text and rST

>  HXCOMM Text between SRST and ERST are copied to rST version and

>  HXCOMM discarded from C version

>  HXCOMM DEF(command, callback, arg_string) is used to construct

> diff --git a/target/i386/cpu.c b/target/i386/cpu.c

> index f37eb7b675..f8231f56b6 100644

> --- a/target/i386/cpu.c

> +++ b/target/i386/cpu.c

> @@ -4127,7 +4127,7 @@ static PropValue tcg_default_props[] = {

>   * We resolve CPU model aliases using -v1 when using "-machine

>   * none", but this is just for compatibility while libvirt isn't

>   * adapted to resolve CPU model versions before creating VMs.

> - * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi.

> + * See "Runnability guarantee of CPU models" at * deprecated.rst.

>   */

>  X86CPUVersion default_cpu_version = 1;


Duplicates my "[PATCH 0/2] Update leftover comments that mention
Texinfo", which Laurent has queued.
罗勇刚(Yonggang Luo) Oct. 2, 2020, 8:18 a.m. UTC | #2
OK, then skip this

On Fri, Oct 2, 2020 at 1:15 PM Markus Armbruster <armbru@redhat.com> wrote:
>

> Yonggang Luo <luoyonggang@gmail.com> writes:

>

> > There is no texi document anymore

> >

> > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

> > ---

> >  qemu-img-cmds.hx  | 2 +-

> >  target/i386/cpu.c | 2 +-

> >  2 files changed, 2 insertions(+), 2 deletions(-)

> >

> > diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx

> > index b89c019b76..cab8234235 100644

> > --- a/qemu-img-cmds.hx

> > +++ b/qemu-img-cmds.hx

> > @@ -1,5 +1,5 @@

> >  HXCOMM Keep the list of subcommands sorted by name.

> > -HXCOMM Use DEFHEADING() to define headings in both help text and texi

> > +HXCOMM Use DEFHEADING() to define headings in both help text and rST

> >  HXCOMM Text between SRST and ERST are copied to rST version and

> >  HXCOMM discarded from C version

> >  HXCOMM DEF(command, callback, arg_string) is used to construct

> > diff --git a/target/i386/cpu.c b/target/i386/cpu.c

> > index f37eb7b675..f8231f56b6 100644

> > --- a/target/i386/cpu.c

> > +++ b/target/i386/cpu.c

> > @@ -4127,7 +4127,7 @@ static PropValue tcg_default_props[] = {

> >   * We resolve CPU model aliases using -v1 when using "-machine

> >   * none", but this is just for compatibility while libvirt isn't

> >   * adapted to resolve CPU model versions before creating VMs.

> > - * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi.

> > + * See "Runnability guarantee of CPU models" at * deprecated.rst.

> >   */

> >  X86CPUVersion default_cpu_version = 1;

>

> Duplicates my "[PATCH 0/2] Update leftover comments that mention

> Texinfo", which Laurent has queued.

>



--
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo
<div dir="ltr">OK, then skip this<br><br>On Fri, Oct 2, 2020 at 1:15 PM Markus Armbruster &lt;<a href="mailto:armbru@redhat.com">armbru@redhat.com</a>&gt; wrote:<br>&gt;<br>&gt; Yonggang Luo &lt;<a href="mailto:luoyonggang@gmail.com">luoyonggang@gmail.com</a>&gt; writes:<br>&gt;<br>&gt; &gt; There is no texi document anymore<br>&gt; &gt;<br>&gt; &gt; Signed-off-by: Yonggang Luo &lt;<a href="mailto:luoyonggang@gmail.com">luoyonggang@gmail.com</a>&gt;<br>&gt; &gt; ---<br>&gt; &gt;  qemu-img-cmds.hx  | 2 +-<br>&gt; &gt;  target/i386/cpu.c | 2 +-<br>&gt; &gt;  2 files changed, 2 insertions(+), 2 deletions(-)<br>&gt; &gt;<br>&gt; &gt; diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx<br>&gt; &gt; index b89c019b76..cab8234235 100644<br>&gt; &gt; --- a/qemu-img-cmds.hx<br>&gt; &gt; +++ b/qemu-img-cmds.hx<br>&gt; &gt; @@ -1,5 +1,5 @@<br>&gt; &gt;  HXCOMM Keep the list of subcommands sorted by name.<br>&gt; &gt; -HXCOMM Use DEFHEADING() to define headings in both help text and texi<br>&gt; &gt; +HXCOMM Use DEFHEADING() to define headings in both help text and rST<br>&gt; &gt;  HXCOMM Text between SRST and ERST are copied to rST version and<br>&gt; &gt;  HXCOMM discarded from C version<br>&gt; &gt;  HXCOMM DEF(command, callback, arg_string) is used to construct<br>&gt; &gt; diff --git a/target/i386/cpu.c b/target/i386/cpu.c<br>&gt; &gt; index f37eb7b675..f8231f56b6 100644<br>&gt; &gt; --- a/target/i386/cpu.c<br>&gt; &gt; +++ b/target/i386/cpu.c<br>&gt; &gt; @@ -4127,7 +4127,7 @@ static PropValue tcg_default_props[] = {<br>&gt; &gt;   * We resolve CPU model aliases using -v1 when using &quot;-machine<br>&gt; &gt;   * none&quot;, but this is just for compatibility while libvirt isn&#39;t<br>&gt; &gt;   * adapted to resolve CPU model versions before creating VMs.<br>&gt; &gt; - * See &quot;Runnability guarantee of CPU models&quot; at * qemu-deprecated.texi.<br>&gt; &gt; + * See &quot;Runnability guarantee of CPU models&quot; at * deprecated.rst.<br>&gt; &gt;   */<br>&gt; &gt;  X86CPUVersion default_cpu_version = 1;<br>&gt;<br>&gt; Duplicates my &quot;[PATCH 0/2] Update leftover comments that mention<br>&gt; Texinfo&quot;, which Laurent has queued.<br>&gt;<br><br><br>--<br>         此致<br>礼<br>罗勇刚<br>Yours<br>    sincerely,<br>Yonggang Luo</div>
diff mbox series

Patch

diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
index b89c019b76..cab8234235 100644
--- a/qemu-img-cmds.hx
+++ b/qemu-img-cmds.hx
@@ -1,5 +1,5 @@ 
 HXCOMM Keep the list of subcommands sorted by name.
-HXCOMM Use DEFHEADING() to define headings in both help text and texi
+HXCOMM Use DEFHEADING() to define headings in both help text and rST
 HXCOMM Text between SRST and ERST are copied to rST version and
 HXCOMM discarded from C version
 HXCOMM DEF(command, callback, arg_string) is used to construct
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index f37eb7b675..f8231f56b6 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -4127,7 +4127,7 @@  static PropValue tcg_default_props[] = {
  * We resolve CPU model aliases using -v1 when using "-machine
  * none", but this is just for compatibility while libvirt isn't
  * adapted to resolve CPU model versions before creating VMs.
- * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi.
+ * See "Runnability guarantee of CPU models" at * deprecated.rst.
  */
 X86CPUVersion default_cpu_version = 1;