qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] Block patches for rc3
@ 2017-04-03 15:33 Max Reitz
  2017-04-03 15:33 ` [Qemu-devel] [PULL 01/15] block: add missed aio_context_acquire into release_drive Max Reitz
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Max Reitz @ 2017-04-03 15:33 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz, Peter Maydell

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-04-03 16:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-03 15:33 [Qemu-devel] [PULL 00/15] Block patches for rc3 Max Reitz
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

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).