From patchwork Thu Mar 7 03:33:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?6Zmz6Z+L5Lu7?= X-Patchwork-Id: 225722 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CFB9B2C0388 for ; Thu, 7 Mar 2013 14:33:34 +1100 (EST) Received: from localhost ([::1]:47164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDRaH-0005qh-2w for incoming@patchwork.ozlabs.org; Wed, 06 Mar 2013 22:33:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDRZx-0005g8-4D for qemu-devel@nongnu.org; Wed, 06 Mar 2013 22:33:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDRZu-00021P-Dp for qemu-devel@nongnu.org; Wed, 06 Mar 2013 22:33:13 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:64515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDRZt-00020I-T6; Wed, 06 Mar 2013 22:33:10 -0500 Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 43049972; Thu, 7 Mar 2013 11:33:02 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cs.nctu.edu.tw; h=date :from:to:cc:subject:message-id:mime-version:content-type; s= rsa1024; bh=oTa0ymOBVAOyUaNctP6VCMjETXA=; b=dZGVLEpBpCJHiTtCJLZe GIFWiKMRcW/MQ8isUIl1LoBZh85f42hFKa5bXb8o4JYGUrOyelz3KHshfIq3TlWM eyrYb2CN9KoV6s91ff0ueXfWi0Z2I+PoTIMvx4Jpi1HmXL3xgibkymyeDFM167zE 5eUmvzafZS5190gdEZsbg20= Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 19F08971; Thu, 7 Mar 2013 11:33:02 +0800 (CST) Received: (from chenwj@localhost) by alumni.cs.nctu.edu.tw (8.14.5/8.14.5/Submit) id r273X1qP049355; Thu, 7 Mar 2013 11:33:01 +0800 (CST) (envelope-from chenwj) Date: Thu, 7 Mar 2013 11:33:01 +0800 From: =?utf-8?B?6Zmz6Z+L5Lu7IChXZWktUmVuIENoZW4p?= To: qemu-trivial@nongnu.org Message-ID: <20130307033301.GA48996@cs.nctu.edu.tw> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 140.113.235.130 Cc: qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH] Use proper term in TCG README X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 --- 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.