From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sq1YI-00028i-7b for qemu-devel@nongnu.org; Sat, 14 Jul 2012 08:34:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sq1YH-0006ys-FP for qemu-devel@nongnu.org; Sat, 14 Jul 2012 08:34:26 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:58980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sq1YH-0006yn-8i for qemu-devel@nongnu.org; Sat, 14 Jul 2012 08:34:25 -0400 Received: by eaak12 with SMTP id k12so1498645eaa.4 for ; Sat, 14 Jul 2012 05:34:24 -0700 (PDT) From: Blue Swirl Date: Sat, 14 Jul 2012 12:34:46 +0000 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/2] bitops patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Improve bit operations. v2->v3 1/2: drop also now useless casts. 2/2: unify to 'unsigned long' which is used by kernel. Drop bool patch (3). v1->v2 Split from single patch. Blue Swirl (2): bitops: drop volatile qualifier bitops: fix types bitops.h | 52 +++++++++++++++++++++++++++------------------------- 1 files changed, 27 insertions(+), 25 deletions(-) -- 1.7.2.5