From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDZpv-0001ch-FA for qemu-devel@nongnu.org; Fri, 30 Mar 2012 07:17:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDZpp-0000Dd-Ks for qemu-devel@nongnu.org; Fri, 30 Mar 2012 07:17:43 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:59874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDZpp-0000DJ-Az for qemu-devel@nongnu.org; Fri, 30 Mar 2012 07:17:37 -0400 Received: by pbcuo5 with SMTP id uo5so1822303pbc.4 for ; Fri, 30 Mar 2012 04:17:35 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 30 Mar 2012 13:17:09 +0200 Message-Id: <1333106233-12472-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Job API improvements and bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@linux.vnet.ibm.com 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(-) -- 1.7.9.1