From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXJ9v-0003yK-E8 for qemu-devel@nongnu.org; Tue, 19 Jan 2010 13:50:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXJ9r-0003xK-1x for qemu-devel@nongnu.org; Tue, 19 Jan 2010 13:50:35 -0500 Received: from [199.232.76.173] (port=40670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXJ9q-0003xC-Qk for qemu-devel@nongnu.org; Tue, 19 Jan 2010 13:50:30 -0500 Received: from mail-pw0-f43.google.com ([209.85.160.43]:51825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXJ9q-0002r3-Io for qemu-devel@nongnu.org; Tue, 19 Jan 2010 13:50:30 -0500 Received: by pwj11 with SMTP id 11so2886365pwj.2 for ; Tue, 19 Jan 2010 10:50:29 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1262223199-19062-1-git-send-email-kirill@shutemov.name> From: Blue Swirl Date: Tue, 19 Jan 2010 18:50:09 +0000 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH 01/14] Introduce qemu_write_full() Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Kirill A. Shutemov" Cc: qemu-devel@nongnu.org, Juan Quintela On Tue, Jan 19, 2010 at 12:17 PM, Kirill A. Shutemov wrote: > On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrot= e: >> "Kirill A. Shutemov" wrote: >>> A variant of write(2) which handles partial write. >>> >>> Signed-off-by: Kirill A. Shutemov >> >> Hi >> >> Have you updated this series? =C2=A0Is there any reason that you know wh= en >> they haven't been picked? > > I don't =C2=A0know any reason, but I'm going to review it once again. I don't know about others, but I didn't feel competent enough about all possible corner cases of write(). > I also have plan to get rid of -fno-strict-aliasing where it's possible. That should be interesting too, if it does not make code more unreadable.