qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PULL v2 00/14] Block patches for 2.8


From: Jeff Cody
Subject: [Qemu-block] [PULL v2 00/14] Block patches for 2.8
Date: Tue, 1 Nov 2016 08:50:57 -0400

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:

  address@hidden: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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]