From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1YXB-00048v-1O for qemu-devel@nongnu.org; Tue, 01 Nov 2016 08:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1YXA-0003gq-4o for qemu-devel@nongnu.org; Tue, 01 Nov 2016 08:51:21 -0400 From: Jeff Cody Date: Tue, 1 Nov 2016 08:50:57 -0400 Message-Id: <1478004671-19154-1-git-send-email-jcody@redhat.com> Subject: [Qemu-devel] [PULL v2 00/14] Block patches for 2.8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: peter.maydell@linaro.org, jcody@redhat.com, qemu-devel@nongnu.org The following changes since commit bf99fd3983d7185178a0f65ce29bb94b1aecaed1: Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into staging (2016-11-01 11:21:02 +0000) are available in the git repository at: git@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-request for you to fetch changes up to d8996368106fbf133a6e52561a34f6d0f5080446: blockjobs: fix documentation (2016-11-01 08:04:56 -0400) ---------------------------------------------------------------- Block patches for 2.8 ---------------------------------------------------------------- Fam Zheng (1): block: Turn on "unmap" in active commit Jeff Cody (2): qapi: add release designator to gluster logfile option block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE support John Snow (7): blockjobs: hide internal jobs from management API blockjobs: Allow creating internal jobs Replication/Blockjobs: Create replication jobs as internal blockjob: centralize QMP event emissions Blockjobs: Internalize user_pause logic blockjobs: split interface into public/private, Part 1 blockjobs: fix documentation Prasanna Kumar Kalever (3): block/gluster: memory usage: use one glfs instance per volume block/gluster: improve defense over string to int conversion block/gluster: fix port type in the QAPI options list Xiubo Li (1): rbd: make the code more readable block/backup.c | 5 +- block/commit.c | 10 +- block/gluster.c | 124 ++++++++++++++++---- block/mirror.c | 30 +++-- block/rbd.c | 29 +++-- block/replication.c | 14 +-- block/stream.c | 9 +- block/trace-events | 5 +- blockdev.c | 74 +++++------- blockjob.c | 113 ++++++++++++++---- include/block/block.h | 3 +- include/block/block_int.h | 26 ++--- include/block/blockjob.h | 264 +++++++------------------------------------ include/block/blockjob_int.h | 239 +++++++++++++++++++++++++++++++++++++++ qapi/block-core.json | 2 +- qemu-img.c | 5 +- tests/test-blockjob-txn.c | 5 +- tests/test-blockjob.c | 4 +- 18 files changed, 574 insertions(+), 387 deletions(-) create mode 100644 include/block/blockjob_int.h -- 2.7.4