mbox series

[v3,0/2] hw/char: Remove TYPE_SERIAL_IO

Message ID 20200912082944.890972-1-f4bug@amsat.org
Headers show
Series hw/char: Remove TYPE_SERIAL_IO | expand

Message

Philippe Mathieu-Daudé Sept. 12, 2020, 8:29 a.m. UTC
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(-)