[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 11/47] block: reorganize io error code
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 11/47] block: reorganize io error code |
Date: |
Wed, 01 Aug 2012 11:46:41 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
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