From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDynz-0005kM-1c for qemu-devel@nongnu.org; Tue, 18 Sep 2012 10:29:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDynt-0004IR-CR for qemu-devel@nongnu.org; Tue, 18 Sep 2012 10:29:38 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:53376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDynt-0004IL-68 for qemu-devel@nongnu.org; Tue, 18 Sep 2012 10:29:33 -0400 Received: by pbbrp12 with SMTP id rp12so106414pbb.4 for ; Tue, 18 Sep 2012 07:29:32 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <50588547.7000604@redhat.com> Date: Tue, 18 Sep 2012 16:29:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1347968442-8860-1-git-send-email-kwolf@redhat.com> <1347968442-8860-12-git-send-email-kwolf@redhat.com> In-Reply-To: <1347968442-8860-12-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 11/16] qcow2: Add error handling to the l2meta coroutine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Il 18/09/2012 13:40, Kevin Wolf ha scritto: > Not exactly bisectable, but one large patch isn't much better either For better bisectability you could add the co_sleep_ns in a separate patch, later in the series. Paolo