From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEjKP-0000oM-EK for qemu-devel@nongnu.org; Mon, 02 Apr 2012 11:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEjKJ-0002ko-Ln for qemu-devel@nongnu.org; Mon, 02 Apr 2012 11:37:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEjKJ-0002ke-EN for qemu-devel@nongnu.org; Mon, 02 Apr 2012 11:37:51 -0400 Message-ID: <4F79C8A6.5090702@redhat.com> Date: Mon, 02 Apr 2012 17:41:26 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1333106233-12472-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1333106233-12472-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] Job API improvements and bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 30.03.2012 13:17, schrieb Paolo Bonzini: > This patch includes a few small changes to the job API. Do not be > fooled by the diffstat, since that is mostly due to the new documentation > in patch 4. > > Patch 3 has a small change to the BlockJobType interface, because I > found hard to document the old one. > > Paolo Bonzini (4): > block: cancel jobs when a device is ready to go away > block: fix streaming/closing race > block: set job->speed in block_set_speed > block: document job API > > block.c | 24 +++++++++++- > block/stream.c | 7 ++- > block_int.h | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- > blockdev.c | 3 + > 4 files changed, 144 insertions(+), 7 deletions(-) > Thanks, applied all to the block branch. Kevin