qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Trivial cleanups
@ 2023-05-23 19:56 Bernhard Beschow
  2023-05-23 19:56 ` [PATCH v3 1/3] hw/timer/i8254_common: Share "iobase" property via base class Bernhard Beschow
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Bernhard Beschow @ 2023-05-23 19:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Richard Henderson, Hervé Poussineau,
	Michael S. Tsirkin, Marc-André Lureau, Peter Maydell,
	qemu-ppc, Marcel Apfelbaum, Eduardo Habkost, Michael Tokarev,
	qemu-arm, Laurent Vivier, Paolo Bonzini, Bernhard Beschow

This series:
* Removes dead code from omap_uart and i82378
* Resolves redundant code in the i8254 timer devices

v3:
* Drop TYPE_ISA_PARALLEL since they became obsolete by
  https://lore.kernel.org/qemu-devel/20230522115014.1110840-9-thuth@redhat.com/

v2:
* Export ParallelState and ISAParallelState (Mark)

Testing done:
* `make check`

Bernhard Beschow (3):
  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

 include/hw/arm/omap.h   | 1 -
 hw/char/omap_uart.c     | 9 ---------
 hw/i386/kvm/i8254.c     | 1 -
 hw/isa/i82378.c         | 1 -
 hw/timer/i8254.c        | 6 ------
 hw/timer/i8254_common.c | 6 ++++++
 6 files changed, 6 insertions(+), 18 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-06-06  9:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-23 19:56 [PATCH v3 0/3] Trivial cleanups Bernhard Beschow
2023-05-23 19:56 ` [PATCH v3 1/3] hw/timer/i8254_common: Share "iobase" property via base class Bernhard Beschow
2023-05-23 19:56 ` [PATCH v3 2/3] hw/arm/omap: Remove unused omap_uart_attach() Bernhard Beschow
2023-05-23 19:56 ` [PATCH v3 3/3] hw/isa/i82378: Remove unused "io" attribute Bernhard Beschow
2023-05-24  6:18   ` Philippe Mathieu-Daudé
2023-05-25 16:03 ` [PATCH v3 0/3] Trivial cleanups Mark Cave-Ayland
2023-06-01 11:44   ` Bernhard Beschow
2023-06-01 12:07   ` Michael S. Tsirkin
2023-06-01 12:45     ` Mark Cave-Ayland
2023-06-01 14:37       ` Michael S. Tsirkin
2023-06-05  6:58       ` Bernhard Beschow
2023-06-06  6:49         ` Mark Cave-Ayland
2023-06-06  9:55           ` BALATON Zoltan
2023-06-05  5:49     ` Mark Cave-Ayland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).