qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL v2 0/6] Block patches


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL v2 0/6] Block patches
Date: Mon, 22 Jan 2018 16:00:42 +0000

The following changes since commit b384cd95eb9c6f73ad84ed1bb0717a26e29cc78f:

  Merge remote-tracking branch 
'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-01-19 
16:35:25 +0000)

are available in the Git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to bcbb3866da19cce4360c828b6ec1c2a137757927:

  block/parallels: add backing support to readv/writev (2018-01-22 14:02:33 
+0000)

----------------------------------------------------------------
Pull request

v2:
 * Drop merge failure from a previous pull request that broke virtio-blk on ARM
   guests
 * Add Parallels XML patch series

----------------------------------------------------------------

Edgar Kaziakhmedov (1):
  block/parallels: add backing support to readv/writev

Klim Kireev (4):
  docs/interop/prl-xml: description of Parallels Disk format
  configure: add dependency
  block/parallels: move some structures into header
  block/parallels: replace some magic numbers

Stefan Hajnoczi (1):
  block: add block_set_io_throttle virtio-blk-pci QMP example

 docs/interop/prl-xml.txt | 158 +++++++++++++++++++++++++++++++++++++++++++++++
 qapi/block-core.json     |  18 ++++++
 configure                |  27 ++++++++
 block/Makefile.objs      |   2 +
 block/parallels.h        |  88 ++++++++++++++++++++++++++
 block/parallels.c        | 108 ++++++++++++++------------------
 scripts/checkpatch.pl    |   1 +
 7 files changed, 342 insertions(+), 60 deletions(-)
 create mode 100644 docs/interop/prl-xml.txt
 create mode 100644 block/parallels.h

-- 
2.14.3




reply via email to

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