[PATCH] tests/vm/README: fix documentation path in tests/vm/README

Haseung Bong posted 1 patch 5 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250607074747.56072-1-hasueng@gmail.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>
tests/vm/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tests/vm/README: fix documentation path in tests/vm/README
Posted by Haseung Bong 5 months, 1 week ago
From: "haseung.bong" <hasueng@gmail.com>

The README file in tests/vm/ points to a non-existent file,
docs/devel/testing.rst. Update the README to point to
docs/devel/testing/main.rst, which now contains information
about VM testing.

Signed-off-by: Haseung Bong <hasueng@gmail.com>
---
 tests/vm/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/vm/README b/tests/vm/README
index f9c04cc0e7..14ac323309 100644
--- a/tests/vm/README
+++ b/tests/vm/README
@@ -1 +1 @@
-See docs/devel/testing.rst for help.
+See docs/devel/testing/main.rst for help.
-- 
2.43.0
Re: [PATCH] tests/vm/README: fix documentation path in tests/vm/README
Posted by Haseung Bong 5 months, 1 week ago
Hi,
This is a duplicate patch. Please ignore. Sorry for the noise.

Thanks,
Haseung Bong

2025년 6월 7일 (토) 오후 4:49, Haseung Bong <hasueng@gmail.com>님이 작성:

> From: "haseung.bong" <hasueng@gmail.com>
>
> The README file in tests/vm/ points to a non-existent file,
> docs/devel/testing.rst. Update the README to point to
> docs/devel/testing/main.rst, which now contains information
> about VM testing.
>
> Signed-off-by: Haseung Bong <hasueng@gmail.com>
> ---
>  tests/vm/README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/vm/README b/tests/vm/README
> index f9c04cc0e7..14ac323309 100644
> --- a/tests/vm/README
> +++ b/tests/vm/README
> @@ -1 +1 @@
> -See docs/devel/testing.rst for help.
> +See docs/devel/testing/main.rst for help.
> --
> 2.43.0
>
>