From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXD1o-00057F-Ot for qemu-devel@nongnu.org; Tue, 19 Jan 2010 07:17:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXD1j-000565-FV for qemu-devel@nongnu.org; Tue, 19 Jan 2010 07:17:48 -0500 Received: from [199.232.76.173] (port=36743 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXD1j-000562-8i for qemu-devel@nongnu.org; Tue, 19 Jan 2010 07:17:43 -0500 Received: from mail-ew0-f221.google.com ([209.85.219.221]:34187) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXD1i-0002G9-Qg for qemu-devel@nongnu.org; Tue, 19 Jan 2010 07:17:43 -0500 Received: by ewy21 with SMTP id 21so1407240ewy.2 for ; Tue, 19 Jan 2010 04:17:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1262223199-19062-1-git-send-email-kirill@shutemov.name> Date: Tue, 19 Jan 2010 14:17:41 +0200 Message-ID: From: "Kirill A. Shutemov" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 01/14] Introduce qemu_write_full() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote: > "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 whe= n > they haven't been picked? I don't know any reason, but I'm going to review it once again. I also have plan to get rid of -fno-strict-aliasing where it's possible.