[Qemu-devel] [PATCH] tcg/README: fix a description error.

Jiang Biao posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1501122983-20801-1-git-send-email-jiang.biao2@zte.com.cn
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
tcg/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] tcg/README: fix a description error.
Posted by Jiang Biao 6 years, 8 months ago
The atomics.txt is not in the docs directory but in docs/devel/
instead.

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 tcg/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcg/README b/tcg/README
index bf49e82..03bfb6a 100644
--- a/tcg/README
+++ b/tcg/README
@@ -446,7 +446,7 @@ when MTTCG is enabled.
 The guest translators should generate this opcode for all guest instructions
 which have ordering side effects.
 
-Please see docs/atomics.txt for more information on memory barriers.
+Please see docs/devel/atomics.txt for more information on memory barriers.
 
 ********* 64-bit guest on 32-bit host support
 
-- 
2.7.4



Re: [Qemu-devel] [PATCH] tcg/README: fix a description error.
Posted by John Snow 6 years, 8 months ago

On 07/26/2017 10:36 PM, Jiang Biao wrote:
> The atomics.txt is not in the docs directory but in docs/devel/
> instead.
> 
> Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
> ---
>   tcg/README | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tcg/README b/tcg/README
> index bf49e82..03bfb6a 100644
> --- a/tcg/README
> +++ b/tcg/README
> @@ -446,7 +446,7 @@ when MTTCG is enabled.
>   The guest translators should generate this opcode for all guest instructions
>   which have ordering side effects.
>   
> -Please see docs/atomics.txt for more information on memory barriers.
> +Please see docs/devel/atomics.txt for more information on memory barriers.
>   
>   ********* 64-bit guest on 32-bit host support
>   
> 

Reviewed-by: John Snow <jsnow@redhat.com>

CC qemu-trivial