All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] hw/char: Remove TYPE_SERIAL_IO
@ 2020-09-12  8:29 Philippe Mathieu-Daudé
  2020-09-12  8:29 ` [PATCH v3 1/2] hw/mips/mipssim: Use MMIO serial device on fake ISA I/O Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-12  8:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Aleksandar Rikalo, Michael S. Tsirkin,
	Philippe Mathieu-Daudé,
	Jiaxun Yang, Aleksandar Markovic, Marc-André Lureau,
	Paolo Bonzini, Aurelien Jarno

Remove the TYPE_SERIAL_IO which is simply a superset of
TYPE_SERIAL_MM, as suggested by Paolo and Peter here:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg721806.html

All patches reviewed (patch #1 already queued in Paolo's misc tree).

Since v2:
- Rebased on "QOM boilerplate cleanup"

Since v1:
- Reword migration comment (Marc-André)

Philippe Mathieu-Daudé (2):
  hw/mips/mipssim: Use MMIO serial device on fake ISA I/O
  hw/char/serial: Remove TYPE_SERIAL_IO (superset of TYPE_SERIAL_MM)

 hw/char/serial.c  | 41 -----------------------------------------
 hw/mips/mipssim.c |  5 +++--
 2 files changed, 3 insertions(+), 43 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-09-12  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  8:29 [PATCH v3 0/2] hw/char: Remove TYPE_SERIAL_IO Philippe Mathieu-Daudé
2020-09-12  8:29 ` [PATCH v3 1/2] hw/mips/mipssim: Use MMIO serial device on fake ISA I/O Philippe Mathieu-Daudé
2020-09-12  8:29 ` [PATCH v3 2/2] hw/char/serial: Remove TYPE_SERIAL_IO (superset of TYPE_SERIAL_MM) Philippe Mathieu-Daudé
2020-09-12  8:33 ` [PATCH v3 0/2] hw/char: Remove TYPE_SERIAL_IO no-reply
2020-09-12  9:36 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.