qemu-devel.nongnu.org archive mirror
 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 v4 0/8] Block layer patches
Date: Tue, 20 Sep 2016 22:43:53 +0200	[thread overview]
Message-ID: <1474404241-23029-1-git-send-email-mreitz@redhat.com> (raw)

The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e:

  build-sys: fix make install regression (2016-09-20 11:32:43 +0100)

are available in the git repository at:

  git://github.com/XanClic/qemu.git tags/pull-block-2016-09-20

for you to fetch changes up to 819cec0114eeca80444a21f2e3526ef62d729385:

  iotest 055: refactor and speed up (2016-09-20 22:12:57 +0200)

----------------------------------------------------------------
Block patches for 2.8

Now build-tested for both Windows and Linux, both 32 and 64 bit.
Sorry for all the trouble. :-/

----------------------------------------------------------------
Alberto Garcia (1):
  commit: get the overlay node before manipulating the backing chain

Colin Lord (2):
  blockdev: prepare iSCSI block driver for dynamic loading
  blockdev: Modularize nfs block driver

Marc Mari (2):
  blockdev: Add dynamic generation of module_block.h
  blockdev: Add dynamic module loading for block drivers

Reda Sallahi (2):
  qemu-img: add the 'dd' subcommand
  qemu-img: add skip option to dd

Vladimir Sementsov-Ogievskiy (1):
  iotest 055: refactor and speed up

 Makefile                         |  10 +-
 block.c                          |  62 ++++++-
 block/Makefile.objs              |   4 +-
 block/commit.c                   |   3 +-
 block/iscsi.c                    |  36 ----
 configure                        |   4 +-
 include/qemu/module.h            |   3 +
 qemu-img-cmds.hx                 |   6 +
 qemu-img.c                       | 343 ++++++++++++++++++++++++++++++++++++++-
 qemu-img.texi                    |  27 +++
 scripts/modules/module_block.py  | 108 ++++++++++++
 tests/qemu-iotests/055           |  52 ++----
 tests/qemu-iotests/159           |  70 ++++++++
 tests/qemu-iotests/159.out       |  87 ++++++++++
 tests/qemu-iotests/160           |  72 ++++++++
 tests/qemu-iotests/160.out       |  51 ++++++
 tests/qemu-iotests/170           |  67 ++++++++
 tests/qemu-iotests/170.out       |  15 ++
 tests/qemu-iotests/common.filter |   9 +
 tests/qemu-iotests/common.rc     |   5 +-
 tests/qemu-iotests/group         |   3 +
 util/module.c                    |  38 ++---
 vl.c                             |  40 +++++
 23 files changed, 997 insertions(+), 118 deletions(-)
 create mode 100644 scripts/modules/module_block.py
 create mode 100755 tests/qemu-iotests/159
 create mode 100644 tests/qemu-iotests/159.out
 create mode 100755 tests/qemu-iotests/160
 create mode 100644 tests/qemu-iotests/160.out
 create mode 100755 tests/qemu-iotests/170
 create mode 100644 tests/qemu-iotests/170.out

-- 
2.9.3

             reply	other threads:[~2016-09-20 20:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 20:43 Max Reitz [this message]
2016-09-20 20:43 ` [Qemu-devel] [PULL v4 1/8] qemu-img: add the 'dd' subcommand Max Reitz
2016-09-20 20:43 ` [Qemu-devel] [PULL v4 2/8] qemu-img: add skip option to dd Max Reitz
2016-09-20 20:43 ` [Qemu-devel] [PULL v4 3/8] blockdev: prepare iSCSI block driver for dynamic loading Max Reitz
2016-09-20 20:43 ` [Qemu-devel] [PULL v4 4/8] blockdev: Add dynamic generation of module_block.h Max Reitz
2016-09-20 20:43 ` [Qemu-devel] [PULL v4 5/8] blockdev: Add dynamic module loading for block drivers Max Reitz
2016-09-20 20:43 ` [Qemu-devel] [PULL v4 6/8] blockdev: Modularize nfs block driver Max Reitz
2016-09-20 20:44 ` [Qemu-devel] [PULL v4 7/8] commit: get the overlay node before manipulating the backing chain Max Reitz
2016-09-20 20:44 ` [Qemu-devel] [PULL v4 8/8] iotest 055: refactor and speed up Max Reitz
2016-09-22 12:18 ` [Qemu-devel] [PULL v4 0/8] Block layer 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=1474404241-23029-1-git-send-email-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 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).