Message ID | 1501122983-20801-1-git-send-email-jiang.biao2@zte.com.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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(-)