qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/4] Block patches for rc0


From: Max Reitz
Subject: [Qemu-devel] [PULL 0/4] Block patches for rc0
Date: Tue, 2 Jul 2019 04:39:01 +0200

The following changes since commit 7d0e02405fc02a181319b1ab8681d2f72246b7c6:

  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2019-07-01 
17:40:32 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2019-07-02

for you to fetch changes up to c624b015bf14fe01f1e6452a36e63b3ea1ae4998:

  block/stream: introduce a bottom node (2019-07-02 03:53:05 +0200)

----------------------------------------------------------------
Block patches for 4.1-rc0:
- The stream job no longer relies on a fixed base node
- The rbd block driver can now accomodate growing formats like qcow2

----------------------------------------------------------------
Andrey Shinkevich (3):
  block: include base when checking image chain for block allocation
  block/stream: refactor stream_run: drop goto
  block/stream: introduce a bottom node

Stefano Garzarella (1):
  block/rbd: increase dynamically the image size

 include/block/block.h  |  3 ++-
 block/commit.c         |  2 +-
 block/io.c             | 21 +++++++++++-----
 block/mirror.c         |  2 +-
 block/qcow2.c          |  3 ++-
 block/rbd.c            | 42 ++++++++++++++++++++++++++++---
 block/replication.c    |  2 +-
 block/stream.c         | 56 ++++++++++++++++++++----------------------
 qemu-img.c             |  2 +-
 tests/qemu-iotests/245 |  4 +--
 10 files changed, 91 insertions(+), 46 deletions(-)

-- 
2.21.0




reply via email to

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