mbox

[PULL] Block layer patches for 2.8.0-rc3

Message ID 1481037418-10239-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git tags/for-upstream

Message

Kevin Wolf Dec. 6, 2016, 3:16 p.m. UTC
The following changes since commit bc66cedb4141fb7588f2462c74310d8fb5dd4cf1:

  Merge remote-tracking branch 'yongbok/tags/mips-20161204' into staging (2016-12-05 10:56:45 +0000)

are available in the git repository at:


  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to a3e1505daec31ef56f0489f8c8fff1b8e4ca92bd:

  qcow2: Don't strand clusters near 2G intervals during commit (2016-12-06 15:37:02 +0100)

----------------------------------------------------------------
Block layer patches for 2.8.0-rc3

----------------------------------------------------------------
Eric Blake (1):
      qcow2: Don't strand clusters near 2G intervals during commit

 block/qcow2.c              |   3 +-
 tests/qemu-iotests/097     |  41 +++++---
 tests/qemu-iotests/097.out | 249 +++++++++++++++++++++++++++++++++------------
 3 files changed, 210 insertions(+), 83 deletions(-)

Comments

Stefan Hajnoczi Dec. 6, 2016, 5:35 p.m. UTC | #1
On Tue, Dec 06, 2016 at 04:16:57PM +0100, Kevin Wolf wrote:
> The following changes since commit bc66cedb4141fb7588f2462c74310d8fb5dd4cf1:
> 
>   Merge remote-tracking branch 'yongbok/tags/mips-20161204' into staging (2016-12-05 10:56:45 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
> 
> for you to fetch changes up to a3e1505daec31ef56f0489f8c8fff1b8e4ca92bd:
> 
>   qcow2: Don't strand clusters near 2G intervals during commit (2016-12-06 15:37:02 +0100)
> 
> ----------------------------------------------------------------
> Block layer patches for 2.8.0-rc3
> 
> ----------------------------------------------------------------
> Eric Blake (1):
>       qcow2: Don't strand clusters near 2G intervals during commit
> 
>  block/qcow2.c              |   3 +-
>  tests/qemu-iotests/097     |  41 +++++---
>  tests/qemu-iotests/097.out | 249 +++++++++++++++++++++++++++++++++------------
>  3 files changed, 210 insertions(+), 83 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan