From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uscit-0000mg-BP for qemu-devel@nongnu.org; Fri, 28 Jun 2013 13:44:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Usciq-0000yj-NK for qemu-devel@nongnu.org; Fri, 28 Jun 2013 13:44:39 -0400 Received: from mail-gh0-x231.google.com ([2607:f8b0:4002:c05::231]:42655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usciq-0000yd-JO for qemu-devel@nongnu.org; Fri, 28 Jun 2013 13:44:36 -0400 Received: by mail-gh0-f177.google.com with SMTP id f20so917653ghb.8 for ; Fri, 28 Jun 2013 10:44:36 -0700 (PDT) Sender: Richard Henderson Message-ID: <51CDCB7F.7060308@twiddle.net> Date: Fri, 28 Jun 2013 10:44:31 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1372419632-5521-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1372419632-5521-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Provide sextract32() and sextract64() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Markus Armbruster , qemu-devel@nongnu.org, patches@linaro.org On 06/28/2013 04:40 AM, Peter Maydell wrote: > Peter Maydell (2): > bitops: Provide sextract32() and sextract64() > tests: Add test-bitops.c with some sextract tests > > include/qemu/bitops.h | 50 +++++++++++++++++++++++++++++++++ > tests/Makefile | 2 ++ > tests/test-bitops.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 127 insertions(+) > create mode 100644 tests/test-bitops.c Reviewed-by: Richard Henderson r~