Re: [Qemu-devel] [PULL 0/7] Block layer patches

2019-03-26 Thread Peter Maydell
On Tue, 26 Mar 2019 at 15:52, Kevin Wolf  wrote:
>
> The following changes since commit 527266f324def9f7f392fe3b0dd940cb8dc699d9:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' 
> into staging (2019-03-26 09:57:07 +)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to c6e3f520c802c5cb2de80576aba7f9f1fe985d8b:
>
>   qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK (2019-03-26 11:37:51 +0100)
>
> 
> Block layer patches:
>
> - Fix slow pre-zeroing in qemu-img convert
> - Test case for block job pausing on I/O errors
>
> 

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM



[Qemu-devel] [PULL 0/7] Block layer patches

2019-03-26 Thread Kevin Wolf
The following changes since commit 527266f324def9f7f392fe3b0dd940cb8dc699d9:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' 
into staging (2019-03-26 09:57:07 +)

are available in the Git repository at:

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

for you to fetch changes up to c6e3f520c802c5cb2de80576aba7f9f1fe985d8b:

  qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK (2019-03-26 11:37:51 +0100)


Block layer patches:

- Fix slow pre-zeroing in qemu-img convert
- Test case for block job pausing on I/O errors


Kevin Wolf (6):
  block: Remove error messages in bdrv_make_zero()
  block: Add BDRV_REQ_NO_FALLBACK
  block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
  file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
  qemu-img: Use BDRV_REQ_NO_FALLBACK for pre-zeroing
  qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK

Vladimir Sementsov-Ogievskiy (1):
  iotests: add 248: test resume mirror after auto pause on ENOSPC

 include/block/block.h  |  7 -
 include/block/raw-aio.h|  1 +
 block/blkdebug.c   |  2 +-
 block/copy-on-read.c   |  7 ++---
 block/file-posix.c | 24 ++--
 block/io.c | 16 +++
 block/mirror.c |  3 +-
 block/raw-format.c |  2 +-
 qemu-img.c |  2 +-
 qemu-io-cmds.c | 13 +++--
 tests/qemu-iotests/248 | 71 ++
 tests/qemu-iotests/248.out |  8 ++
 tests/qemu-iotests/group   |  1 +
 13 files changed, 133 insertions(+), 24 deletions(-)
 create mode 100755 tests/qemu-iotests/248
 create mode 100644 tests/qemu-iotests/248.out



Re: [Qemu-devel] [PULL 0/7] Block layer patches

2018-07-23 Thread Peter Maydell
On 23 July 2018 at 17:45, Kevin Wolf  wrote:
> The following changes since commit 55b1f14cefcb19ce6d5e28c4c83404230888aa7e:
>
>   Merge remote-tracking branch 
> 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging 
> (2018-07-23 14:03:14 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 3e31b4e17064d22e533071aaa57d3f01499ef910:
>
>   block/vvfat: Disable debug message by default (2018-07-23 16:50:43 +0200)
>
> 
> Block layer patches:
>
> - vvfat: Disable debug message by default
> - qemu-iotests fixes
> - Fix typos in comments
>

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/7] Block layer patches

2018-07-23 Thread Kevin Wolf
The following changes since commit 55b1f14cefcb19ce6d5e28c4c83404230888aa7e:

  Merge remote-tracking branch 
'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-07-23 
14:03:14 +0100)

are available in the git repository at:

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

for you to fetch changes up to 3e31b4e17064d22e533071aaa57d3f01499ef910:

  block/vvfat: Disable debug message by default (2018-07-23 16:50:43 +0200)


Block layer patches:

- vvfat: Disable debug message by default
- qemu-iotests fixes
- Fix typos in comments


John Snow (1):
  iotests: remove LUKS support from test 226

Kevin Wolf (1):
  qemu-iotests: Use host_device instead of file in 149

Max Reitz (2):
  iotest: Fix filtering order in 226
  iotests: Disallow compat=0.10 in 223

Peter Lieven (1):
  qemu-img: avoid overflow of min_sparse parameter

Stefan Weil (1):
  block: Fix typos in comments (found by codespell)

Thomas Huth (1):
  block/vvfat: Disable debug message by default

 block.c|   2 +-
 block/backup.c |   4 +-
 block/curl.c   |   2 +-
 block/gluster.c|   2 +-
 block/vhdx.c   |   2 +-
 block/vvfat.c  |   4 +-
 qemu-img.c |  16 ++-
 tests/qemu-iotests/149 |   2 +-
 tests/qemu-iotests/149.out | 344 ++---
 tests/qemu-iotests/223 |   2 +
 tests/qemu-iotests/226 |   7 +-
 11 files changed, 199 insertions(+), 188 deletions(-)



Re: [Qemu-devel] [PULL 0/7] Block layer patches for 2.12.0-rc3

2018-04-11 Thread Peter Maydell
On 10 April 2018 at 16:37, Kevin Wolf  wrote:
> The following changes since commit df6378eb0e6cfd58a22a1c3ff8fa4a9039f1eaa8:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180410-pull-request' 
> into staging (2018-04-10 14:04:27 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to c1de5696d6a25b426432c147dfd7fb8a9eb86b89:
>
>   qemu-iotests: update 185 output (2018-04-10 16:34:38 +0200)
>
> 
> Block layer patches
>

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/7] Block layer patches for 2.12.0-rc3

2018-04-10 Thread Kevin Wolf
The following changes since commit df6378eb0e6cfd58a22a1c3ff8fa4a9039f1eaa8:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180410-pull-request' 
into staging (2018-04-10 14:04:27 +0100)

are available in the git repository at:

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

for you to fetch changes up to c1de5696d6a25b426432c147dfd7fb8a9eb86b89:

  qemu-iotests: update 185 output (2018-04-10 16:34:38 +0200)


Block layer patches


Kevin Wolf (2):
  qemu-iotests: Remove _supported_fmt dmg
  commit/stream: Reset delay_ns

Philippe Mathieu-Daudé (1):
  hw/block/pflash_cfi: fix off-by-one error

Stefan Hajnoczi (1):
  qemu-iotests: update 185 output

Vladimir Sementsov-Ogievskiy (3):
  iotests.py: support unsupported_fmts in main()
  iotests.py: improve verify_image_format helper
  iotests: blacklist bochs and cloop for 205 and 208

 block/commit.c|  2 ++
 block/stream.c|  2 ++
 hw/block/pflash_cfi01.c   | 10 --
 hw/block/pflash_cfi02.c   |  9 -
 tests/qemu-iotests/183|  2 +-
 tests/qemu-iotests/185| 10 ++
 tests/qemu-iotests/185.out| 12 +++-
 tests/qemu-iotests/194|  2 +-
 tests/qemu-iotests/205|  2 +-
 tests/qemu-iotests/208|  2 ++
 tests/qemu-iotests/iotests.py | 19 ++-
 11 files changed, 44 insertions(+), 28 deletions(-)



Re: [Qemu-devel] [PULL 0/7] Block layer patches for 2.11.0-rc2

2017-11-21 Thread Peter Maydell
On 21 November 2017 at 15:10, Kevin Wolf  wrote:
> The following changes since commit d0dead3b6df7f6cd970ed02e8369ab8730aac9d3:
>
>   scripts/make-release: ship u-boot source as a tarball (2017-11-21 12:48:20 
> +)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 4fd0295c151e596944be2f8062c4563cdf9106a0:
>
>   Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-21' into 
> queue-block (2017-11-21 15:09:54 +0100)
>
> 
> Block layer patches for 2.11.0-rc2
>
> 

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/7] Block layer patches for 2.11.0-rc2

2017-11-21 Thread Kevin Wolf
The following changes since commit d0dead3b6df7f6cd970ed02e8369ab8730aac9d3:

  scripts/make-release: ship u-boot source as a tarball (2017-11-21 12:48:20 
+)

are available in the git repository at:

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

for you to fetch changes up to 4fd0295c151e596944be2f8062c4563cdf9106a0:

  Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-21' into 
queue-block (2017-11-21 15:09:54 +0100)


Block layer patches for 2.11.0-rc2


Alberto Garcia (1):
  block: Close a BlockDriverState completely even when bs->drv is NULL

Eric Blake (1):
  iotests: Fix 176 on 32-bit host

Kevin Wolf (6):
  block: Don't use BLK_PERM_CONSISTENT_READ for format probing
  block: Don't request I/O permission with BDRV_O_NO_IO
  block: Add errp to bdrv_snapshot_goto()
  block: Add errp to bdrv_all_goto_snapshot()
  block: Error out on load_vm with active dirty bitmaps
  Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-21' into 
queue-block

 include/block/snapshot.h   |  6 +++--
 block.c| 62 --
 block/block-backend.c  | 10 +---
 block/snapshot.c   | 45 +
 migration/savevm.c |  6 ++---
 qemu-img.c |  6 ++---
 tests/qemu-iotests/060 | 13 ++
 tests/qemu-iotests/060.out | 12 +
 tests/qemu-iotests/176 |  3 ++-
 tests/qemu-iotests/176.out |  8 +++---
 10 files changed, 103 insertions(+), 68 deletions(-)