From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2dHP-0001vY-NC for qemu-devel@nongnu.org; Thu, 03 Jul 2014 05:26:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2dHF-0004Py-Dv for qemu-devel@nongnu.org; Thu, 03 Jul 2014 05:26:11 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:55481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2dHF-0004Pd-7b for qemu-devel@nongnu.org; Thu, 03 Jul 2014 05:26:01 -0400 Received: by mail-we0-f178.google.com with SMTP id x48so12401158wes.37 for ; Thu, 03 Jul 2014 02:25:57 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53B5219E.6020609@redhat.com> Date: Thu, 03 Jul 2014 11:25:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403889855-5740-1-git-send-email-armbru@redhat.com> <1403889855-5740-2-git-send-email-armbru@redhat.com> <53B2EB0F.2050402@redhat.com> <53B2EBA0.8080108@redhat.com> <8738ekl05m.fsf@blackfin.pond.sub.org> <53B3C172.30606@redhat.com> <87fvijyfh9.fsf@blackfin.pond.sub.org> <53B41F33.7080904@redhat.com> <87d2dmucx6.fsf@blackfin.pond.sub.org> In-Reply-To: <87d2dmucx6.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2.1 1/3] blockjob: Fix recent BLOCK_JOB_READY regression List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, wenchaoqemu@gmail.com Il 03/07/2014 09:19, Markus Armbruster ha scritto: >> > I think there is a page with unfinished transition. Can you add this one? > Do you mean the transition to qdev? > > If yes, isn't that covered by "Making all devices QOM objects"? > Sometimes we create new transitions faster than we finish them... No, I meant the transition to supporting rerror/werror. Eric started the patch and I edited it. Paolo