From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1IAo-0005PZ-LT for qemu-devel@nongnu.org; Mon, 31 Oct 2016 15:23:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1IAn-0005E7-Pr for qemu-devel@nongnu.org; Mon, 31 Oct 2016 15:23:10 -0400 From: Jeff Cody Date: Mon, 31 Oct 2016 15:22:47 -0400 Message-Id: <1477941781-4108-1-git-send-email-jcody@redhat.com> Subject: [Qemu-devel] [PULL 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 6bc56d317f7b5004ea2d89d264bddc8b4d081700: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into staging (2016-10-31 15:29:12 +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 4f5afc7abe382fc22bdf0ca67537d545e1044f2c: blockjobs: fix documentation (2016-10-31 15:22:08 -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