From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNZ5C-0006Jj-2b for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:44:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNZ59-0006H8-Qz for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:44:53 -0500 Received: from [199.232.76.173] (port=34598 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNZ59-0006Gf-Fs for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:44:51 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:63816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNZ58-0000pn-Kq for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:44:51 -0500 Received: by qw-out-1920.google.com with SMTP id 5so286508qwc.4 for ; Thu, 15 Jan 2009 12:44:49 -0800 (PST) Message-ID: <496FA031.707@codemonkey.ws> Date: Thu, 15 Jan 2009 14:44:33 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 2/3] bdrv_write should not stop on partial write. References: <20090115101241.13211.64596.stgit@dhcp-1-237.tlv.redhat.com> <20090115101247.13211.52893.stgit@dhcp-1-237.tlv.redhat.com> In-Reply-To: <20090115101247.13211.52893.stgit@dhcp-1-237.tlv.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gleb Natapov wrote: > Should return real error instead. > > Signed-off-by: Gleb Natapov > > Applied. Thanks. Regards, Anthony Liguori