From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwVW1-0003wf-DF for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:46:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwVVv-0000Kd-Hw for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:46:53 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:41476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwVVv-0000KZ-BF for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:46:47 -0400 Received: by pbbro12 with SMTP id ro12so794977pbb.4 for ; Wed, 01 Aug 2012 02:46:46 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5018FB01.50404@redhat.com> Date: Wed, 01 Aug 2012 11:46:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343127865-16608-1-git-send-email-pbonzini@redhat.com> <1343127865-16608-12-git-send-email-pbonzini@redhat.com> <5018F738.8020807@redhat.com> In-Reply-To: <5018F738.8020807@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/47] block: reorganize io error code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: jcody@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Il 01/08/2012 11:30, Kevin Wolf ha scritto: > Maybe bool is_read? I was mimicking existing code, but since we're touching this part it's worth cleaning it up. I'll add a patch before this one to convert the existing occurrences of int is_read, and then use bool here too. Paolo