qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL v2 0/6] Block patches
Date: Mon, 22 Jan 2018 16:00:42 +0000	[thread overview]
Message-ID: <20180122160048.29571-1-stefanha@redhat.com> (raw)

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	other threads:[~2018-01-22 16:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-22 16:00 Stefan Hajnoczi [this message]
2018-01-22 16:00 ` [Qemu-devel] [PULL v2 1/6] block: add block_set_io_throttle virtio-blk-pci QMP example Stefan Hajnoczi
2018-01-22 16:00 ` [Qemu-devel] [PULL v2 2/6] docs/interop/prl-xml: description of Parallels Disk format Stefan Hajnoczi
2018-01-22 16:00 ` [Qemu-devel] [PULL v2 3/6] configure: add dependency Stefan Hajnoczi
2018-01-22 16:00 ` [Qemu-devel] [PULL v2 4/6] block/parallels: move some structures into header Stefan Hajnoczi
2018-01-22 16:00 ` [Qemu-devel] [PULL v2 5/6] block/parallels: replace some magic numbers Stefan Hajnoczi
2018-01-22 16:00 ` [Qemu-devel] [PULL v2 6/6] block/parallels: add backing support to readv/writev Stefan Hajnoczi
2018-01-24 16:59 ` [Qemu-devel] [PULL v2 0/6] Block patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180122160048.29571-1-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).