From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSqMx-0001e6-Sa for qemu-devel@nongnu.org; Tue, 12 Jun 2018 16:58:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSqMt-0001m1-1d for qemu-devel@nongnu.org; Tue, 12 Jun 2018 16:58:23 -0400 Received: from mail-pg0-x244.google.com ([2607:f8b0:400e:c05::244]:34672) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSqMs-0001lb-Pg for qemu-devel@nongnu.org; Tue, 12 Jun 2018 16:58:18 -0400 Received: by mail-pg0-x244.google.com with SMTP id q4-v6so153967pgr.1 for ; Tue, 12 Jun 2018 13:58:18 -0700 (PDT) References: <20180611171007.4165-1-peter.maydell@linaro.org> <20180611171007.4165-4-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 12 Jun 2018 10:58:12 -1000 MIME-Version: 1.0 In-Reply-To: <20180611171007.4165-4-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] exec.c: Use stn_p() and ldn_p() instead of explicit switches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , patches@linaro.org On 06/11/2018 07:10 AM, Peter Maydell wrote: > Now we have stn_p() and ldn_p() we can use them in various > functions in exec.c that used to have their own switch-on-size code. > > Signed-off-by: Peter Maydell > --- Reviewed-by: Richard Henderson r~