[PATCH] docs/about/deprecated: Remove empty 'related binaries' section

Philippe Mathieu-Daudé posted 1 patch 2 years, 5 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/about/deprecated.rst | 3 ---
1 file changed, 3 deletions(-)
[PATCH] docs/about/deprecated: Remove empty 'related binaries' section
Posted by Philippe Mathieu-Daudé 2 years, 5 months ago
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

Re: [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
Posted by Willian Rampazzo 2 years, 5 months ago
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>


Re: [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
Posted by Joaquin de Andres 2 years, 5 months ago
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>

Re: [PATCH] docs/about/deprecated: Remove empty 'related binaries' section
Posted by wangyanan (Y) 2 years, 5 months ago
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>