qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 0/4] Drop deprecated floppy config & bogus -drive if=T


From: John Snow
Subject: Re: [PATCH v4 0/4] Drop deprecated floppy config & bogus -drive if=T
Date: Thu, 11 Mar 2021 20:17:48 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 3/11/21 2:52 AM, Markus Armbruster wrote:
v4:
* PATCH 3: Move a declaration into a loop [Richard]
* PATCH 4: Drop a superfluous call to drive_check_orphaned() [Daniel],
   fix comments [John]

v3:
* PATCH 1: New [Daniel]

v2:
* Rebased, straightforward conflict with commit f5d33dd51f
   "hw/block/fdc: Remove the check_media_rate property" resolved
* PATCH 2: Commit message fixed [Kevin]

Markus Armbruster (4):
   docs/system/deprecated: Fix note on fdc drive properties
   fdc: Drop deprecated floppy configuration
   fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()
   blockdev: Drop deprecated bogus -drive interface type

  docs/system/deprecated.rst       |  33 --
  docs/system/removed-features.rst |  56 +++
  include/sysemu/blockdev.h        |   1 -
  blockdev.c                       |  37 +-
  hw/block/fdc.c                   |  73 +---
  softmmu/vl.c                     |  11 +-
  tests/qemu-iotests/172           |  31 +-
  tests/qemu-iotests/172.out       | 562 +------------------------------
  8 files changed, 82 insertions(+), 722 deletions(-)


Reviewed-by: John Snow <jsnow@redhat.com>

Tentatively staged, pending CI:
https://gitlab.com/jsnow/qemu/-/pipelines/269277138

--js




reply via email to

[Prev in Thread] Current Thread [Next in Thread]