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 <m...@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 >