mbox series

[PATCH-for-5.2,0/2] hw/char: Remove TYPE_SERIAL_IO

Message ID 20200730165900.7030-1-philmd@redhat.com
Headers show
Series hw/char: Remove TYPE_SERIAL_IO | expand

Message

Philippe Mathieu-Daudé July 30, 2020, 4:58 p.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

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)

 include/hw/char/serial.h |  9 ---------
 hw/char/serial.c         | 41 ----------------------------------------
 hw/mips/mipssim.c        |  4 +++-
 3 files changed, 3 insertions(+), 51 deletions(-)