All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
@ 2021-11-05 14:26 Philippe Mathieu-Daudé
  2021-11-05 15:57 ` Willian Rampazzo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-05 14:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: libvir-list, Eric Blake, qemu-trivial, John Snow,
	Philippe Mathieu-Daudé

Commit 497a30dbb06 ("qemu-img: Require -F with -b backing image")
removed the content of the "Related binaries" section but forgot
to remove the section title. Since it is now empty, remove it too.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 docs/about/deprecated.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 56f9ad15ab5..5e514fb443d 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -370,9 +370,6 @@ The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
 (the ISA has never been upstreamed to a compiler toolchain). Therefore
 this CPU is also deprecated.
 
-Related binaries
-----------------
-
 Backwards compatibility
 -----------------------
 
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
  2021-11-05 14:26 [PATCH] docs/about/deprecated: Remove empty 'related binaries' section Philippe Mathieu-Daudé
@ 2021-11-05 15:57 ` Willian Rampazzo
  2021-11-06  2:30 ` wangyanan (Y)
  2021-11-08 12:01 ` Joaquin de Andres
  2 siblings, 0 replies; 4+ messages in thread
From: Willian Rampazzo @ 2021-11-05 15:57 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: libvir-list, qemu-trivial, John Snow, Eric Blake, qemu-devel

On Fri, Nov 5, 2021 at 11:31 AM Philippe Mathieu-Daudé
<philmd@redhat.com> wrote:
>
> Commit 497a30dbb06 ("qemu-img: Require -F with -b backing image")
> removed the content of the "Related binaries" section but forgot
> to remove the section title. Since it is now empty, remove it too.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  docs/about/deprecated.rst | 3 ---
>  1 file changed, 3 deletions(-)
>

Reviewed-by: Willian Rampazzo <willianr@redhat.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
  2021-11-05 14:26 [PATCH] docs/about/deprecated: Remove empty 'related binaries' section Philippe Mathieu-Daudé
  2021-11-05 15:57 ` Willian Rampazzo
@ 2021-11-06  2:30 ` wangyanan (Y)
  2021-11-08 12:01 ` Joaquin de Andres
  2 siblings, 0 replies; 4+ messages in thread
From: wangyanan (Y) @ 2021-11-06  2:30 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: libvir-list, qemu-trivial, John Snow, Eric Blake


On 2021/11/5 22:26, Philippe Mathieu-Daudé wrote:
> Commit 497a30dbb06 ("qemu-img: Require -F with -b backing image")
> removed the content of the "Related binaries" section but forgot
> to remove the section title. Since it is now empty, remove it too.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   docs/about/deprecated.rst | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index 56f9ad15ab5..5e514fb443d 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -370,9 +370,6 @@ The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
>   (the ISA has never been upstreamed to a compiler toolchain). Therefore
>   this CPU is also deprecated.
>   
> -Related binaries
> -----------------
> -
>   Backwards compatibility
>   -----------------------
>   
Reviewed-by: Yanan Wang <wangyanan55@huawei.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
  2021-11-05 14:26 [PATCH] docs/about/deprecated: Remove empty 'related binaries' section Philippe Mathieu-Daudé
  2021-11-05 15:57 ` Willian Rampazzo
  2021-11-06  2:30 ` wangyanan (Y)
@ 2021-11-08 12:01 ` Joaquin de Andres
  2 siblings, 0 replies; 4+ messages in thread
From: Joaquin de Andres @ 2021-11-08 12:01 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: libvir-list, qemu-trivial, John Snow, Eric Blake

On 11/5/21 15:26, Philippe Mathieu-Daudé wrote:
> Commit 497a30dbb06 ("qemu-img: Require -F with -b backing image")
> removed the content of the "Related binaries" section but forgot
> to remove the section title. Since it is now empty, remove it too.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   docs/about/deprecated.rst | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index 56f9ad15ab5..5e514fb443d 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -370,9 +370,6 @@ The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
>   (the ISA has never been upstreamed to a compiler toolchain). Therefore
>   this CPU is also deprecated.
>   
> -Related binaries
> -----------------
> -
>   Backwards compatibility
>   -----------------------
>   
> 

Reviewed-by: Joaquin de Andres <me@xcancerberox.com.ar>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-08 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 14:26 [PATCH] docs/about/deprecated: Remove empty 'related binaries' section Philippe Mathieu-Daudé
2021-11-05 15:57 ` Willian Rampazzo
2021-11-06  2:30 ` wangyanan (Y)
2021-11-08 12:01 ` Joaquin de Andres

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.