Re: [PULL 0/3] Block patches for 5.1

2020-07-28 Thread Thomas Huth
On 28/07/2020 18.12, Peter Maydell wrote:
> On Tue, 28 Jul 2020 at 11:19, Peter Maydell  wrote:
>>
>> On Mon, 27 Jul 2020 at 15:38, Max Reitz  wrote:
>>> 
>>> Block patches for 5.1:
>>> - Coverity fix
>>> - iotests fix for rx and avr
>>> - iotests fix for qcow2 -o compat=0.10
>>>
>>
>> Applied, thanks.
> 
> This seems to have broken the "tcg disabled" build on gitlab:
> https://gitlab.com/qemu-project/qemu/-/jobs/659352096

Max already sent another pull request that contains the fix for this
issue, look for "[PULL 0/3] Block patches for 5.1.0-rc2?"

 Thomas




Re: [PULL 0/3] Block patches for 5.1

2020-07-28 Thread Peter Maydell
On Tue, 28 Jul 2020 at 11:19, Peter Maydell  wrote:
>
> On Mon, 27 Jul 2020 at 15:38, Max Reitz  wrote:
> > 
> > Block patches for 5.1:
> > - Coverity fix
> > - iotests fix for rx and avr
> > - iotests fix for qcow2 -o compat=0.10
> >
>
> Applied, thanks.

This seems to have broken the "tcg disabled" build on gitlab:
https://gitlab.com/qemu-project/qemu/-/jobs/659352096


197   [1m [31mfail   [0m [10:57:48] [10:59:34]
   output mismatch (see 197.out.bad)
--- /builds/qemu-project/qemu/tests/qemu-iotests/197.out 2020-07-28
10:47:16.0 +
+++ /builds/qemu-project/qemu/build/tests/qemu-iotests/197.out.bad
2020-07-28 10:59:33.0 +
@@ -26,9 +26,9 @@

 === Partial final cluster ===

-Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1024
+qemu-img: TEST_DIR/t.IMGFMT: Invalid parameter 'compat'
 read 1024/1024 bytes at offset 0
 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
-1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
+4 GiB (0x1) bytes allocated at offset 0 bytes (0x0)
 No errors were found on the image.
 *** done


thanks
-- PMM



Re: [PULL 0/3] Block patches for 5.1

2020-07-28 Thread Peter Maydell
On Mon, 27 Jul 2020 at 15:38, Max Reitz  wrote:
>
> The following changes since commit 4215d3413272ad6d1c6c9d0234450b602e46a74c:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200727' 
> into staging (2020-07-27 09:33:04 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/XanClic/qemu.git tags/pull-block-2020-07-27
>
> for you to fetch changes up to 1855536256eb0a5708b04b85f744de69559ea323:
>
>   iotests/197: Fix for compat=0.10 (2020-07-27 16:35:17 +0200)
>
> 
> Block patches for 5.1:
> - Coverity fix
> - iotests fix for rx and avr
> - iotests fix for qcow2 -o compat=0.10
>


Applied, thanks.

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

-- PMM



[PULL 0/3] Block patches for 5.1

2020-07-27 Thread Max Reitz
The following changes since commit 4215d3413272ad6d1c6c9d0234450b602e46a74c:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200727' into 
staging (2020-07-27 09:33:04 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2020-07-27

for you to fetch changes up to 1855536256eb0a5708b04b85f744de69559ea323:

  iotests/197: Fix for compat=0.10 (2020-07-27 16:35:17 +0200)


Block patches for 5.1:
- Coverity fix
- iotests fix for rx and avr
- iotests fix for qcow2 -o compat=0.10


Max Reitz (2):
  block/amend: Check whether the node exists
  iotests/197: Fix for compat=0.10

Thomas Huth (1):
  iotests: Select a default machine for the rx and avr targets

 block/amend.c|  6 +-
 tests/qemu-iotests/197   |  4 +++-
 tests/qemu-iotests/check | 14 +-
 3 files changed, 17 insertions(+), 7 deletions(-)

-- 
2.26.2




Re: [PULL 0/3] Block patches for 5.1

2020-07-21 Thread Peter Maydell
On Tue, 21 Jul 2020 at 12:49, Max Reitz  wrote:
>
> The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging (2020-07-20 
> 15:58:07 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/XanClic/qemu.git tags/pull-block-2020-07-21
>
> for you to fetch changes up to 1d719ddc35e9827b6e5df771555874df34301a0d:
>
>   block: fix bdrv_aio_cancel() for ENOMEDIUM requests (2020-07-21 12:00:38 
> +0200)
>
> 
> Block patches for 5.1:
> - Let LUKS images only be shared between VMs if the guest device was
>   configured to allow that
> - Fix abort() from bdrv_aio_cancel() for guest devices without a BDS
>
> 


Applied, thanks.

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

-- PMM



[PULL 0/3] Block patches for 5.1

2020-07-21 Thread Max Reitz
The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' 
into staging (2020-07-20 15:58:07 +0100)

are available in the Git repository at:

  https://github.com/XanClic/qemu.git tags/pull-block-2020-07-21

for you to fetch changes up to 1d719ddc35e9827b6e5df771555874df34301a0d:

  block: fix bdrv_aio_cancel() for ENOMEDIUM requests (2020-07-21 12:00:38 
+0200)


Block patches for 5.1:
- Let LUKS images only be shared between VMs if the guest device was
  configured to allow that
- Fix abort() from bdrv_aio_cancel() for guest devices without a BDS


Maxim Levitsky (2):
  block/crypto: disallow write sharing by default
  qemu-iotests: add testcase for bz #1857490

Stefan Hajnoczi (1):
  block: fix bdrv_aio_cancel() for ENOMEDIUM requests

 block/block-backend.c  |  8 +++
 block/crypto.c |  2 +-
 tests/qemu-iotests/296 | 44 +-
 tests/qemu-iotests/296.out | 12 +--
 4 files changed, 62 insertions(+), 4 deletions(-)

-- 
2.26.2