superio: Don't use MAX_SERIAL_PORTS for serial port limit
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Apr 2018 14:52:47 +0000 (15:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Apr 2018 12:57:00 +0000 (13:57 +0100)
commit2cd4f8acb0e3416c7431d0e48d03f1a4c4a64cc1
treed4b9ab0671364db48ab4bf391a914fff7eed9524
parentdef337ffda34d331404bd7f1a42726b71500df22
superio: Don't use MAX_SERIAL_PORTS for serial port limit

The superio device has a limit on the number of serial
ports it supports which is really only there because
it has a fixed-size array serial[]. This limit isn't
related particularly to the global MAX_SERIAL_PORTS limit,
so use a different #define for it.

(In practice the users of superio only ever want 2 serial ports.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180420145249.32435-12-peter.maydell@linaro.org
include/hw/isa/superio.h