qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] Use proper term in TCG README


From: Wei-Ren Chen
Subject: [Qemu-trivial] [PATCH] Use proper term in TCG README
Date: Thu, 7 Mar 2013 11:33:01 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

  In TCG, "target" means the host architecture for which TCG generates the
code. Using "guest" rather than "target" to make the document more consistent.

Signed-off-by: Chen Wei-Ren <address@hidden>
---
 tcg/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcg/README b/tcg/README
index 934e7af..22174c0 100644
--- a/tcg/README
+++ b/tcg/README
@@ -379,7 +379,7 @@ double-word product T0.  The later is returned in two 
single-word outputs.
 
 Similar to mulu2, except the two inputs T1 and T2 are signed.
 
-********* 64-bit target on 32-bit host support
+********* 64-bit guest on 32-bit host support
 
 The following opcodes are internal to TCG.  Thus they are to be implemented by
 32-bit host code generators, but are not to be emitted by guest translators.
-- 
1.7.12.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]