[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] Trivial cleanups
From: |
Michael S. Tsirkin |
Subject: |
Re: [PATCH 0/4] Trivial cleanups |
Date: |
Thu, 18 May 2023 17:33:44 -0400 |
On Sat, May 13, 2023 at 12:09:02PM +0200, Bernhard Beschow wrote:
> This series:
> * Removes dead code from omap_uart and i82378
> * Resolves redundant code in the i8254 timer devices
> * Replaces string literals by macro usage for TYPE_ISA_PARALLEL devices
>
> Bernhard Beschow (4):
> hw/timer/i8254_common: Share "iobase" property via base class
> hw/arm/omap: Remove unused omap_uart_attach()
> hw/char/parallel: Export TYPE_ISA_PARALLEL macro
> hw/isa/i82378: Remove unused "io" attribute
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> include/hw/arm/omap.h | 1 -
> include/hw/char/parallel.h | 2 ++
> hw/char/omap_uart.c | 9 ---------
> hw/char/parallel-isa.c | 2 +-
> hw/char/parallel.c | 1 -
> 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 ++++++
> 10 files changed, 11 insertions(+), 21 deletions(-)
>
> --
> 2.40.1
>
- [PATCH 3/4] hw/char/parallel: Export TYPE_ISA_PARALLEL macro, (continued)