[PATCH v2 0/2] hw/char: Remove TYPE_SERIAL_IO

Philippe Mathieu-Daudé posted 2 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Failed in applying to current master (apply log)
There is a newer version of this series
include/hw/char/serial.h |  9 ---------
hw/char/serial.c         | 41 ----------------------------------------
hw/mips/mipssim.c        |  5 +++--
3 files changed, 3 insertions(+), 52 deletions(-)
[PATCH v2 0/2] hw/char: Remove TYPE_SERIAL_IO
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
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

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)

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

-- 
2.26.2

Re: [PATCH v2 0/2] hw/char: Remove TYPE_SERIAL_IO
Posted by Richard Henderson 3 years, 7 months ago
On 9/6/20 6:15 PM, Philippe Mathieu-Daudé wrote:
> 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
> 
> 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)
> 
>  include/hw/char/serial.h |  9 ---------
>  hw/char/serial.c         | 41 ----------------------------------------
>  hw/mips/mipssim.c        |  5 +++--
>  3 files changed, 3 insertions(+), 52 deletions(-)
> 


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~