All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL 00/15] Block patches for rc3
Date: Mon,  3 Apr 2017 17:33:40 +0200	[thread overview]
Message-ID: <20170403153355.19722-1-mreitz@redhat.com> (raw)

The following changes since commit 102a3d847891f48c0b13cace19d189217b05a725:

  usb-host: switch to LIBUSB_API_VERSION (2017-04-03 14:41:23 +0100)

are available in the git repository at:

  git://github.com/XanClic/qemu.git tags/pull-block-2017-04-03

for you to fetch changes up to 86d1bd70987cd11d85d01f52aa5824c63d910471:

  block/parallels: Avoid overflows (2017-04-03 17:11:40 +0200)

----------------------------------------------------------------
Block patches for 2.9-rc3

----------------------------------------------------------------
Daniel P. Berrange (1):
      iotests: fix 097 when run with qcow

Denis V. Lunev (1):
      block: add missed aio_context_acquire into release_drive

Eric Blake (2):
      qcow2: Discard unaligned tail when wiping image
      iotests: Improve image-clear tests on non-aligned image

Markus Armbruster (9):
      nbd sockets vnc: Mark problematic address family tests TODO
      char: Fix socket with "type": "vsock" address
      io vnc sockets: Clean up SocketAddressKind switches
      block: Document -drive problematic code and bugs
      gluster: Prepare for SocketAddressFlat extension
      qapi-schema: SocketAddressFlat variants 'vsock' and 'fd'
      sockets: New helper socket_address_crumple()
      nbd: Tidy up blockdev-add interface
      sheepdog: Fix blockdev-add

Max Reitz (1):
      block/parallels: Avoid overflows

Peter Maydell (1):
      qemu-io-cmds: Assert that global and nofile commands don't use ct->perms

 qapi-schema.json                 |  19 ++---
 qapi/block-core.json             |   6 +-
 include/qemu/sockets.h           |  11 +++
 block.c                          |  48 ++++++++++-
 block/file-posix.c               |   6 ++
 block/gluster.c                  |  28 +++---
 block/nbd.c                      |  62 ++++++++------
 block/nfs.c                      |   7 ++
 block/parallels.c                |  19 +++--
 block/qcow2-cluster.c            |  10 +--
 block/rbd.c                      |   6 ++
 block/sheepdog.c                 |  90 +++++++++++++-------
 block/ssh.c                      |   8 ++
 blockdev-nbd.c                   |   1 +
 chardev/char-socket.c            |   9 +-
 hw/core/qdev-properties-system.c |   4 +
 io/dns-resolver.c                |   7 +-
 qemu-io-cmds.c                   |   7 ++
 ui/vnc.c                         |  19 +++--
 util/qemu-sockets.c              |  40 ++++++++-
 tests/qemu-iotests/097           |  27 +++---
 tests/qemu-iotests/097.out       | 180 ++++++++++-----------------------------
 tests/qemu-iotests/147           |  25 ++++--
 tests/qemu-iotests/176           | 131 ++++++++++++++++++++++++++++
 tests/qemu-iotests/176.out       | 150 ++++++++++++++++++++++++++++++++
 tests/qemu-iotests/group         |   1 +
 26 files changed, 655 insertions(+), 266 deletions(-)
 create mode 100755 tests/qemu-iotests/176
 create mode 100644 tests/qemu-iotests/176.out

-- 
2.12.1

             reply	other threads:[~2017-04-03 15:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03 15:33 Max Reitz [this message]
2017-04-03 15:33 ` [Qemu-devel] [PULL 01/15] block: add missed aio_context_acquire into release_drive Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 02/15] nbd sockets vnc: Mark problematic address family tests TODO Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 03/15] char: Fix socket with "type": "vsock" address Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 04/15] io vnc sockets: Clean up SocketAddressKind switches Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 05/15] block: Document -drive problematic code and bugs Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 06/15] gluster: Prepare for SocketAddressFlat extension Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 07/15] qapi-schema: SocketAddressFlat variants 'vsock' and 'fd' Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 08/15] sockets: New helper socket_address_crumple() Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 09/15] nbd: Tidy up blockdev-add interface Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 10/15] sheepdog: Fix blockdev-add Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 11/15] qemu-io-cmds: Assert that global and nofile commands don't use ct->perms Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 12/15] iotests: fix 097 when run with qcow Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 13/15] qcow2: Discard unaligned tail when wiping image Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 14/15] iotests: Improve image-clear tests on non-aligned image Max Reitz
2017-04-03 15:33 ` [Qemu-devel] [PULL 15/15] block/parallels: Avoid overflows Max Reitz
2017-04-03 16:48 ` [Qemu-devel] [PULL 00/15] Block patches for rc3 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=20170403153355.19722-1-mreitz@redhat.com \
    --to=mreitz@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-block@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.