]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/openrisc: support 4 serial ports in or1ksim
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 2 May 2022 23:20:56 +0000 (01:20 +0200)
committerStafford Horne <shorne@gmail.com>
Sun, 15 May 2022 01:31:46 +0000 (10:31 +0900)
commit777784bda46847fc0587d711c3aacff8fff3c3f9
tree47b086a1f16fa8dc44a19a9d0a2e279c6416aad3
parent0a923be2f6427fdf2a5769b4b8a08e26c758dfab
hw/openrisc: support 4 serial ports in or1ksim

The 8250 serial controller supports 4 serial ports, so wire them all up,
so that we can have more than one basic I/O channel.

Cc: Stafford Horne <shorne@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
[smh:Fixup indentation and lines over 80 chars]
Signed-off-by: Stafford Horne <shorne@gmail.com>
hw/openrisc/openrisc_sim.c