[Qemu-devel] [PULL 0/2] fdc: Fix inserting read-only media in empty drive

Kevin Wolf posted 2 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test asan passed
Test docker-mingw@fedora passed
Test s390x passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190730153331.24515-1-kwolf@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, John Snow <jsnow@redhat.com>
hw/block/fdc.c             | 11 ++++++++---
tests/qemu-iotests/118     |  6 +++++-
tests/qemu-iotests/118.out |  4 ++--
3 files changed, 15 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/2] fdc: Fix inserting read-only media in empty drive
Posted by Kevin Wolf 4 years, 8 months ago
The following changes since commit 8517bf84056282ea3e27772d51f76db3a6fa2d26:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-30' into staging (2019-07-30 14:23:07 +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 68174160144c9263366a4397ef8b417698e2735c:

  iotests/118: Test inserting a read-only medium (2019-07-30 17:32:01 +0200)

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

- fdc: Fix inserting read-only media in empty drive

----------------------------------------------------------------
Kevin Wolf (2):
      fdc: Fix inserting read-only media in empty drive
      iotests/118: Test inserting a read-only medium

 hw/block/fdc.c             | 11 ++++++++---
 tests/qemu-iotests/118     |  6 +++++-
 tests/qemu-iotests/118.out |  4 ++--
 3 files changed, 15 insertions(+), 6 deletions(-)

Re: [Qemu-devel] [PULL 0/2] fdc: Fix inserting read-only media in empty drive
Posted by Peter Maydell 4 years, 8 months ago
On Tue, 30 Jul 2019 at 16:33, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit 8517bf84056282ea3e27772d51f76db3a6fa2d26:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-30' into staging (2019-07-30 14:23:07 +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 68174160144c9263366a4397ef8b417698e2735c:
>
>   iotests/118: Test inserting a read-only medium (2019-07-30 17:32:01 +0200)
>
> ----------------------------------------------------------------
> Block layer patches:
>
> - fdc: Fix inserting read-only media in empty drive
>
> ----------------------------------------------------------------
> Kevin Wolf (2):
>       fdc: Fix inserting read-only media in empty drive
>       iotests/118: Test inserting a read-only medium


Applied, thanks.

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

-- PMM