qemu-devel
[Top][All Lists]
Advanced

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

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


From: Jeff Cody
Subject: [Qemu-devel] [PULL 00/14] Block patches for 2.8
Date: Mon, 31 Oct 2016 15:22:47 -0400

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:

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




reply via email to

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