[PATCH] qemu-doc: Remove the unused "Guest Agent" node

Thomas Huth posted 1 patch 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191216132941.25729-1-thuth@redhat.com
qemu-doc.texi | 1 -
1 file changed, 1 deletion(-)
[PATCH] qemu-doc: Remove the unused "Guest Agent" node
Posted by Thomas Huth 4 years, 4 months ago
The node has been removed from the texi file some months ago, so we
should remove it from the menu section, too.

Fixes: 27a296fce982 ("qemu-ga: Convert invocation documentation to rST")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 qemu-doc.texi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 3ddf5c0a68..4b62b23264 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -38,7 +38,6 @@
 * Introduction::
 * QEMU PC System emulator::
 * QEMU System emulator for non PC targets::
-* QEMU Guest Agent::
 * QEMU User space emulator::
 * System requirements::
 * Security::
-- 
2.18.1


Re: [PATCH] qemu-doc: Remove the unused "Guest Agent" node
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
On 12/16/19 2:29 PM, Thomas Huth wrote:
> The node has been removed from the texi file some months ago, so we
> should remove it from the menu section, too.
> 
> Fixes: 27a296fce982 ("qemu-ga: Convert invocation documentation to rST")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   qemu-doc.texi | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 3ddf5c0a68..4b62b23264 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -38,7 +38,6 @@
>   * Introduction::
>   * QEMU PC System emulator::
>   * QEMU System emulator for non PC targets::
> -* QEMU Guest Agent::
>   * QEMU User space emulator::
>   * System requirements::
>   * Security::
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH] qemu-doc: Remove the unused "Guest Agent" node
Posted by Laurent Vivier 4 years, 4 months ago
Le 16/12/2019 à 14:29, Thomas Huth a écrit :
> The node has been removed from the texi file some months ago, so we
> should remove it from the menu section, too.
> 
> Fixes: 27a296fce982 ("qemu-ga: Convert invocation documentation to rST")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  qemu-doc.texi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 3ddf5c0a68..4b62b23264 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -38,7 +38,6 @@
>  * Introduction::
>  * QEMU PC System emulator::
>  * QEMU System emulator for non PC targets::
> -* QEMU Guest Agent::
>  * QEMU User space emulator::
>  * System requirements::
>  * Security::
> 

Applied to my trivial-patches branch.

Thanks,
Laurent