]> Git Repo - qemu.git/commit - hw/mips/mips_malta.c
serial: start making SerialMM a sysbus device
authorMarc-André Lureau <[email protected]>
Wed, 23 Oct 2019 15:50:06 +0000 (17:50 +0200)
committerMarc-André Lureau <[email protected]>
Tue, 7 Jan 2020 13:23:30 +0000 (17:23 +0400)
commit490a9d9b36bfa22a6b46b27e6e9e84e1bac44c68
tree43f06f0768176835bf5eff8911687c9721e3fb1e
parentb9975000a008c5b0801e3d24ed113a1bd2767ed5
serial: start making SerialMM a sysbus device

Memory mapped serial device is in fact a sysbus device. The following
patches will make use of sysbus facilities for resource and
registration. In particular, "serial-mm: use sysbus facilities" will
move internal serial realization to serial_mm_realize callback to
follow qdev best practices.

Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
hw/char/omap_uart.c
hw/char/serial.c
hw/mips/boston.c
hw/mips/mips_malta.c
include/hw/char/serial.h
This page took 0.027427 seconds and 4 git commands to generate.