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

Markus Armbruster posted 4 patches 3 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH v4 0/4] Drop deprecated floppy config & bogus -drive if=T
Posted by Markus Armbruster 3 years, 1 month ago
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(-)

-- 
2.26.2

Re: [PATCH v4 0/4] Drop deprecated floppy config & bogus -drive if=T
Posted by John Snow 3 years, 1 month ago
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