From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1b9S5A-0006OH-HJ for mharc-qemu-trivial@gnu.org; Sun, 05 Jun 2016 03:02:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9S58-0006ME-IS for qemu-trivial@nongnu.org; Sun, 05 Jun 2016 03:02:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9S56-00035c-NL for qemu-trivial@nongnu.org; Sun, 05 Jun 2016 03:02:45 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:40146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9S50-0002zK-IF; Sun, 05 Jun 2016 03:02:38 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id BE04A408D7; Sun, 5 Jun 2016 10:02:34 +0300 (MSK) To: Peter Maydell , qemu-devel@nongnu.org, qemu-trivial@nongnu.org References: <1464883820-10907-1-git-send-email-peter.maydell@linaro.org> Cc: patches@linaro.org From: Michael Tokarev Openpgp: id=6EE195D1886E8FFB810D4324457CE0A0804465C5 Organization: Telecom Service, JSC Message-ID: <5753CE8A.5030209@msgid.tls.msk.ru> Date: Sun, 5 Jun 2016 10:02:34 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 MIME-Version: 1.0 In-Reply-To: <1464883820-10907-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.62.121.231 Subject: Re: [Qemu-trivial] [PATCH] thunk: Rename args and fields in host-target bitmask conversion code X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 07:02:47 -0000 02.06.2016 19:10, Peter Maydell wrote: > The target_to_host_bitmask() and host_to_target_bitmask() functions > and the associated struct bitmask_transtbl are completely generic, > but for historical reasons the target related fields and parameters > are named 'x86' and the host related fields are named 'alpha'. > Rename them to 'target' and 'host'. Aplied to -trivial, thanks! /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9S55-0006LS-8g for qemu-devel@nongnu.org; Sun, 05 Jun 2016 03:02:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9S50-00031L-Pu for qemu-devel@nongnu.org; Sun, 05 Jun 2016 03:02:42 -0400 References: <1464883820-10907-1-git-send-email-peter.maydell@linaro.org> From: Michael Tokarev Message-ID: <5753CE8A.5030209@msgid.tls.msk.ru> Date: Sun, 5 Jun 2016 10:02:34 +0300 MIME-Version: 1.0 In-Reply-To: <1464883820-10907-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] thunk: Rename args and fields in host-target bitmask conversion code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: patches@linaro.org 02.06.2016 19:10, Peter Maydell wrote: > The target_to_host_bitmask() and host_to_target_bitmask() functions > and the associated struct bitmask_transtbl are completely generic, > but for historical reasons the target related fields and parameters > are named 'x86' and the host related fields are named 'alpha'. > Rename them to 'target' and 'host'. Aplied to -trivial, thanks! /mjt