From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKZmP-00037f-Qn for qemu-devel@nongnu.org; Fri, 13 Sep 2013 16:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKZmH-0004Sd-CK for qemu-devel@nongnu.org; Fri, 13 Sep 2013 16:15:49 -0400 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:51406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKZmG-0004SX-Vc for qemu-devel@nongnu.org; Fri, 13 Sep 2013 16:15:41 -0400 Received: by mail-ee0-f51.google.com with SMTP id c1so806665eek.10 for ; Fri, 13 Sep 2013 13:15:40 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52337272.6080604@redhat.com> Date: Fri, 13 Sep 2013 22:15:46 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379093154-11348-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1379093154-11348-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= , qemu-devel@nongnu.org, Anthony Liguori , patches@linaro.org Il 13/09/2013 19:25, Peter Maydell ha scritto: > This is based on a set of patches by Ákos Kovács which were > lurking at the beginning of his KConfig patchset but which > I think make a nice standalone cleanup. Since I basically > rewrote all of patch 1&2 in review comments I figured it was > easier to just write it as a new patch. Patch 3 and 4 > are Ákos', though I fixed a few missed conversions in patch 3. > > Changes v1->v2: > * split into a patch for logic functions and one for string fns > * at Paolo's suggestion, renamed the 'n' == '' comparisons > as 'leqv' and 'lxor', and reintroduced Ákos' string compares > as eq/ne > * added back in lif, which I'd accidentally left out of > patch 1 Reviewed-by: Paolo Bonzini