From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNaq6-0005cu-NF for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:37:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNaq4-0005bm-3t for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:37:26 -0500 Received: from [199.232.76.173] (port=51527 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNaq3-0005bg-Ru for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:37:23 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:43302) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNaq3-0007xq-Ei for qemu-devel@nongnu.org; Thu, 15 Jan 2009 17:37:23 -0500 Received: by qyk13 with SMTP id 13so1997423qyk.10 for ; Thu, 15 Jan 2009 14:37:12 -0800 (PST) Message-ID: <496FBA8D.5090903@codemonkey.ws> Date: Thu, 15 Jan 2009 16:37:01 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1231886553-4728-1-git-send-email-ehabkost@redhat.com> <1231886553-4728-6-git-send-email-ehabkost@redhat.com> In-Reply-To: <1231886553-4728-6-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 5/5] global s/loglevel & X/qemu_loglevel_mask(X)/ Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org Eduardo Habkost wrote: > These are references to 'loglevel' that aren't on a simple 'if (loglevel & > X) qemu_log()' statement. > > Signed-off-by: Eduardo Habkost > Applied all. Thanks! Regards, Anthony Liguori