[PULL 00/11] QOM and fdc patches patches for 2021-03-16

Markus Armbruster posted 11 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210316165231.3910842-1-armbru@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Michael Roth <michael.roth@amd.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
docs/system/deprecated.rst                   |  33 --
docs/system/removed-features.rst             |  56 +++
include/exec/memory.h                        |   4 +-
include/hw/arm/armv7m.h                      |   2 +-
include/hw/arm/fsl-imx25.h                   |   2 +-
include/hw/arm/fsl-imx31.h                   |   2 +-
include/hw/arm/fsl-imx6.h                    |   2 +-
include/hw/arm/fsl-imx6ul.h                  |   2 +-
include/hw/arm/fsl-imx7.h                    |   2 +-
include/hw/arm/xlnx-zynqmp.h                 |   2 +-
include/hw/cris/etraxfs.h                    |   2 +-
include/hw/i386/ich9.h                       |   2 +-
include/hw/misc/grlib_ahb_apb_pnp.h          |   4 +-
include/hw/misc/zynq-xadc.h                  |   2 +-
include/hw/register.h                        |   2 +-
include/hw/sparc/grlib.h                     |   6 +-
include/sysemu/blockdev.h                    |   1 -
blockdev.c                                   |  37 +-
hw/arm/xilinx_zynq.c                         |   2 +-
hw/audio/cs4231.c                            |   2 +-
hw/block/fdc.c                               |  77 +---
hw/char/etraxfs_ser.c                        |   2 +-
hw/cris/axis_dev88.c                         |   6 +-
hw/display/tcx.c                             |   2 +-
hw/intc/etraxfs_pic.c                        |   2 +-
hw/microblaze/xlnx-zynqmp-pmu.c              |   2 +-
hw/misc/zynq_slcr.c                          |   2 +-
hw/sparc/sun4m.c                             |  12 +-
hw/timer/etraxfs_timer.c                     |   2 +-
softmmu/vl.c                                 |  10 +-
tests/qemu-iotests/172                       |  31 +-
tests/qemu-iotests/172.out                   | 562 +--------------------------
tests/vmstate-static-checker-data/dump1.json |   4 +-
tests/vmstate-static-checker-data/dump2.json |   4 +-
34 files changed, 124 insertions(+), 761 deletions(-)
[PULL 00/11] QOM and fdc patches patches for 2021-03-16
Posted by Markus Armbruster 3 years, 1 month ago
The following changes since commit 6e31b3a5c34c6e5be7ef60773e607f189eaa15f3:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2021-03-16 10:53:47 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qom-fdc-2021-03-16

for you to fetch changes up to 901c36b68c327c5a4e4b3701cd991dd927ac07ae:

  memory: Drop "qemu:" prefix from QOM memory region type names (2021-03-16 15:52:26 +0100)

----------------------------------------------------------------
QOM and fdc patches patches for 2021-03-16

----------------------------------------------------------------
Markus Armbruster (6):
      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
      hw: Replace anti-social QOM type names
      memory: Drop "qemu:" prefix from QOM memory region type names

 docs/system/deprecated.rst                   |  33 --
 docs/system/removed-features.rst             |  56 +++
 include/exec/memory.h                        |   4 +-
 include/hw/arm/armv7m.h                      |   2 +-
 include/hw/arm/fsl-imx25.h                   |   2 +-
 include/hw/arm/fsl-imx31.h                   |   2 +-
 include/hw/arm/fsl-imx6.h                    |   2 +-
 include/hw/arm/fsl-imx6ul.h                  |   2 +-
 include/hw/arm/fsl-imx7.h                    |   2 +-
 include/hw/arm/xlnx-zynqmp.h                 |   2 +-
 include/hw/cris/etraxfs.h                    |   2 +-
 include/hw/i386/ich9.h                       |   2 +-
 include/hw/misc/grlib_ahb_apb_pnp.h          |   4 +-
 include/hw/misc/zynq-xadc.h                  |   2 +-
 include/hw/register.h                        |   2 +-
 include/hw/sparc/grlib.h                     |   6 +-
 include/sysemu/blockdev.h                    |   1 -
 blockdev.c                                   |  37 +-
 hw/arm/xilinx_zynq.c                         |   2 +-
 hw/audio/cs4231.c                            |   2 +-
 hw/block/fdc.c                               |  77 +---
 hw/char/etraxfs_ser.c                        |   2 +-
 hw/cris/axis_dev88.c                         |   6 +-
 hw/display/tcx.c                             |   2 +-
 hw/intc/etraxfs_pic.c                        |   2 +-
 hw/microblaze/xlnx-zynqmp-pmu.c              |   2 +-
 hw/misc/zynq_slcr.c                          |   2 +-
 hw/sparc/sun4m.c                             |  12 +-
 hw/timer/etraxfs_timer.c                     |   2 +-
 softmmu/vl.c                                 |  10 +-
 tests/qemu-iotests/172                       |  31 +-
 tests/qemu-iotests/172.out                   | 562 +--------------------------
 tests/vmstate-static-checker-data/dump1.json |   4 +-
 tests/vmstate-static-checker-data/dump2.json |   4 +-
 34 files changed, 124 insertions(+), 761 deletions(-)

-- 
2.26.2


Re: [PULL 00/11] QOM and fdc patches patches for 2021-03-16
Posted by Eric Blake 3 years, 1 month ago
On 3/16/21 11:52 AM, Markus Armbruster wrote:
> The following changes since commit 6e31b3a5c34c6e5be7ef60773e607f189eaa15f3:
> 
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2021-03-16 10:53:47 +0000)
> 
> are available in the Git repository at:
> 
>   git://repo.or.cz/qemu/armbru.git tags/pull-qom-fdc-2021-03-16
> 
> for you to fetch changes up to 901c36b68c327c5a4e4b3701cd991dd927ac07ae:
> 
>   memory: Drop "qemu:" prefix from QOM memory region type names (2021-03-16 15:52:26 +0100)
> 
> ----------------------------------------------------------------
> QOM and fdc patches patches for 2021-03-16
> 
> ----------------------------------------------------------------
> Markus Armbruster (6):
>       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
>       hw: Replace anti-social QOM type names
>       memory: Drop "qemu:" prefix from QOM memory region type names
> 
>  docs/system/deprecated.rst                   |  33 --

Patch mixup? The tag pull-qom-fdc-2021-03-16 only has these six patches,
but the subject line and the remaining 11 messages in this email chain
suggest a different series.


-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org


Re: [PULL 00/11] QOM and fdc patches patches for 2021-03-16
Posted by Markus Armbruster 3 years, 1 month ago
Fat-fingered, will resend.  Sorry for the noise!