[PATCH v2 0/6] Trivial cleanups

Bernhard Beschow posted 6 patches 11 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230521123049.312349-1-shentey@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Hervé Poussineau" <hpoussin@reactos.org>
There is a newer version of this series
include/hw/arm/omap.h          |  1 -
include/hw/char/parallel-isa.h | 46 ++++++++++++++++++++++++++++
include/hw/char/parallel.h     | 44 +++++++++++++++++++++++++++
hw/char/omap_uart.c            |  9 ------
hw/char/parallel-isa.c         |  3 +-
hw/char/parallel.c             | 55 +---------------------------------
hw/i386/kvm/i8254.c            |  1 -
hw/isa/i82378.c                |  1 -
hw/isa/isa-superio.c           |  3 +-
hw/timer/i8254.c               |  6 ----
hw/timer/i8254_common.c        |  6 ++++
11 files changed, 101 insertions(+), 74 deletions(-)
create mode 100644 include/hw/char/parallel-isa.h
[PATCH v2 0/6] Trivial cleanups
Posted by Bernhard Beschow 11 months, 3 weeks ago
This series:
* Removes dead code from omap_uart and i82378
* Resolves redundant code in the i8254 timer devices
* Exports ParallelState and ISAParallelState in order to replac string literals
  by TYPE_ISA_PARALLEL macro usage

v2:
* Export ParallelState and ISAParallelState (Mark)

Testing done:
* `make check`

Bernhard Beschow (6):
  hw/timer/i8254_common: Share "iobase" property via base class
  hw/arm/omap: Remove unused omap_uart_attach()
  hw/isa/i82378: Remove unused "io" attribute
  hw/char/parallel: Export ParallelState
  hw/char/parallel-isa: Export ISAParallelState
  hw/char/parallel: Replace string literals by TYPE_ISA_PARALLEL macro

 include/hw/arm/omap.h          |  1 -
 include/hw/char/parallel-isa.h | 46 ++++++++++++++++++++++++++++
 include/hw/char/parallel.h     | 44 +++++++++++++++++++++++++++
 hw/char/omap_uart.c            |  9 ------
 hw/char/parallel-isa.c         |  3 +-
 hw/char/parallel.c             | 55 +---------------------------------
 hw/i386/kvm/i8254.c            |  1 -
 hw/isa/i82378.c                |  1 -
 hw/isa/isa-superio.c           |  3 +-
 hw/timer/i8254.c               |  6 ----
 hw/timer/i8254_common.c        |  6 ++++
 11 files changed, 101 insertions(+), 74 deletions(-)
 create mode 100644 include/hw/char/parallel-isa.h

-- 
2.40.1