From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NR3pL-00008P-5m for qemu-devel@nongnu.org; Sat, 02 Jan 2010 08:15:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NR3pG-0008VW-Kf for qemu-devel@nongnu.org; Sat, 02 Jan 2010 08:15:30 -0500 Received: from [199.232.76.173] (port=50604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NR3pG-0008VK-Cq for qemu-devel@nongnu.org; Sat, 02 Jan 2010 08:15:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24246) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NR3pF-0008V9-If for qemu-devel@nongnu.org; Sat, 02 Jan 2010 08:15:25 -0500 Message-ID: <4B3F212E.800@redhat.com> Date: Sat, 02 Jan 2010 11:34:22 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1262403933-26881-1-git-send-email-kirill@shutemov.name> In-Reply-To: <1262403933-26881-1-git-send-email-kirill@shutemov.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 01/15] Introduce qemu_write_full() 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 On 01/02/2010 04:45 AM, Kirill A. Shutemov wrote: > A variant of write(2) which handles partial write. Next time please add a cover letter 00/15 to explain what you changed, and a v3 (or v4?) marker in the subjects. Thanks for this work though! Paolo