]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-02' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Jul 2019 16:41:01 +0000 (17:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Jul 2019 16:41:01 +0000 (17:41 +0100)
commitbf1b9edeb06f7331781f68d7a1a9a76016cd75e2
tree94fc4e490d43ac549561e1028c9acd76bccaf43d
parent8ef53cdb5079823cf41d1867b2ff5d9bc1f7abb0
parentc624b015bf14fe01f1e6452a36e63b3ea1ae4998
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-02' into staging

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

# gpg: Signature made Tue 02 Jul 2019 02:56:06 BST
# gpg:                using RSA key 91BEB60A30DB3E8857D11829F407DB0061D5CF40
# gpg:                issuer "mreitz@redhat.com"
# gpg: Good signature from "Max Reitz <mreitz@redhat.com>" [full]
# Primary key fingerprint: 91BE B60A 30DB 3E88 57D1  1829 F407 DB00 61D5 CF40

* remotes/maxreitz/tags/pull-block-2019-07-02:
  block/stream: introduce a bottom node
  block/stream: refactor stream_run: drop goto
  block: include base when checking image chain for block allocation
  block/rbd: increase dynamically the image size

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>