From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP8uT-00068g-9z for qemu-devel@nongnu.org; Fri, 19 Oct 2012 05:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP8uP-0002K5-4f for qemu-devel@nongnu.org; Fri, 19 Oct 2012 05:30:29 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:58316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP8uO-0002Jv-RT for qemu-devel@nongnu.org; Fri, 19 Oct 2012 05:30:25 -0400 Date: Fri, 19 Oct 2012 05:30:18 -0400 (EDT) From: Paolo Bonzini Message-ID: <572832831.13369685.1350639018234.JavaMail.root@redhat.com> In-Reply-To: <50810982.1040102@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 31/45] mirror: add support for on-source-error/on-target-error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: jcody@redhat.com, qemu-devel@nongnu.org > Then let's break the API. Not immediately, I think we can keep some > useless compatibility fields in the implementation of background jobs > that would only be needed to allow the block job commands to be a > wrapper (mostly 'bool is_block_job' and 'BlockDriverState bs', I think; > maybe even just char* bs_name would be enough). Then deprecate block > jobs and at 1.6 or so remove them. That's a plan. I promise to send less patches starting at the next release cycle! Paolo