mbox

[PULL,0/4] Block layer and multiboot test patches

Message ID 20190730112425.21497-1-kwolf@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Kevin Wolf July 30, 2019, 11:24 a.m. UTC
The following changes since commit ee9545ed1543020fba52fa5fb8f2b71c63e5389f:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-07-30 09:43:32 +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 7cef3d1290c9d675deff95029ba78e51fb727125:

  scsi-cd: Fix inserting read-only media in empty drive (2019-07-30 13:21:38 +0200)

----------------------------------------------------------------
Block layer patches:

- scsi-cd: Fix inserting read-only media in empty drive
- block/copy-on-read: Fix permissions for inactive node
- Test case fixes

----------------------------------------------------------------
Andrey Shinkevich (1):
      Fixes: add read-zeroes to 051.out

Kevin Wolf (3):
      tests/multiboot: Fix load address of test kernels
      block/copy-on-read: Fix permissions for inactive node
      scsi-cd: Fix inserting read-only media in empty drive

 block/copy-on-read.c       | 16 +++++++---------
 hw/scsi/scsi-disk.c        | 10 ++++++++--
 tests/multiboot/link.ld    |  6 +++---
 tests/qemu-iotests/051.out | 10 +++++-----
 4 files changed, 23 insertions(+), 19 deletions(-)

Comments

Peter Maydell July 30, 2019, 12:27 p.m. UTC | #1
On Tue, 30 Jul 2019 at 12:24, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit ee9545ed1543020fba52fa5fb8f2b71c63e5389f:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-07-30 09:43:32 +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 7cef3d1290c9d675deff95029ba78e51fb727125:
>
>   scsi-cd: Fix inserting read-only media in empty drive (2019-07-30 13:21:38 +0200)
>
> ----------------------------------------------------------------
> Block layer patches:
>
> - scsi-cd: Fix inserting read-only media in empty drive
> - block/copy-on-read: Fix permissions for inactive node
> - Test case fixes
>
> ----------------------------------------------------------------
> Andrey Shinkevich (1):
>       Fixes: add read-zeroes to 051.out
>
> Kevin Wolf (3):
>       tests/multiboot: Fix load address of test kernels
>       block/copy-on-read: Fix permissions for inactive node
>       scsi-cd: Fix inserting read-only media in empty drive



Applied, thanks.

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

-- PMM