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

2016-11-01 Thread Jeff Cody
On Tue, Nov 01, 2016 at 10:23:59AM +, Peter Maydell wrote:
> On 31 October 2016 at 19:22, Jeff Cody  wrote:
> > The following changes since commit 6bc56d317f7b5004ea2d89d264bddc8b4d081700:
> >
> >   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' 
> > into staging (2016-10-31 15:29:12 +)
> >
> > are available in the git repository at:
> >
> >   g...@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
> > 
> 
> Sorry, this doesn't apply cleanly to master, and my attempt
> to fix up the conflict didn't seem to work. Please can you
> rebase and resend?
>

Yes, sure.  Will send v2 shortly.



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

2016-11-01 Thread Peter Maydell
On 31 October 2016 at 19:22, Jeff Cody  wrote:
> The following changes since commit 6bc56d317f7b5004ea2d89d264bddc8b4d081700:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into 
> staging (2016-10-31 15:29:12 +)
>
> are available in the git repository at:
>
>   g...@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
> 

Sorry, this doesn't apply cleanly to master, and my attempt
to fix up the conflict didn't seem to work. Please can you
rebase and resend?

thanks
-- PMM



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

2016-10-31 Thread Jeff Cody
The following changes since commit 6bc56d317f7b5004ea2d89d264bddc8b4d081700:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into 
staging (2016-10-31 15:29:12 +)

are available in the git repository at:

  g...@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