Searched hist:def337ffda34d331404bd7f1a42726b71500df22 (Results 1 – 5 of 5) sorted by relevance
/qemu/include/hw/char/ |
H A D | serial.h | def337ffda34d331404bd7f1a42726b71500df22 Fri Apr 20 14:52:46 UTC 2018 Peter Maydell <peter.maydell@linaro.org> serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
The ISA serial port handling in serial-isa.c imposes a limit of 4 serial ports. This is because we only know of 4 IO port and IRQ settings for them, and is unrelated to the generic MAX_SERIAL_PORTS limit, though they happen to both be set at 4 currently.
Use a new MAX_ISA_SERIAL_PORTS wherever that is the correct limit to be checking against.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180420145249.32435-11-peter.maydell@linaro.org
|
/qemu/hw/char/ |
H A D | serial-isa.c | def337ffda34d331404bd7f1a42726b71500df22 Fri Apr 20 14:52:46 UTC 2018 Peter Maydell <peter.maydell@linaro.org> serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
The ISA serial port handling in serial-isa.c imposes a limit of 4 serial ports. This is because we only know of 4 IO port and IRQ settings for them, and is unrelated to the generic MAX_SERIAL_PORTS limit, though they happen to both be set at 4 currently.
Use a new MAX_ISA_SERIAL_PORTS wherever that is the correct limit to be checking against.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180420145249.32435-11-peter.maydell@linaro.org
|
/qemu/hw/sparc64/ |
H A D | sun4u.c | def337ffda34d331404bd7f1a42726b71500df22 Fri Apr 20 14:52:46 UTC 2018 Peter Maydell <peter.maydell@linaro.org> serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
The ISA serial port handling in serial-isa.c imposes a limit of 4 serial ports. This is because we only know of 4 IO port and IRQ settings for them, and is unrelated to the generic MAX_SERIAL_PORTS limit, though they happen to both be set at 4 currently.
Use a new MAX_ISA_SERIAL_PORTS wherever that is the correct limit to be checking against.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180420145249.32435-11-peter.maydell@linaro.org
|
/qemu/hw/ppc/ |
H A D | pnv.c | def337ffda34d331404bd7f1a42726b71500df22 Fri Apr 20 14:52:46 UTC 2018 Peter Maydell <peter.maydell@linaro.org> serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
The ISA serial port handling in serial-isa.c imposes a limit of 4 serial ports. This is because we only know of 4 IO port and IRQ settings for them, and is unrelated to the generic MAX_SERIAL_PORTS limit, though they happen to both be set at 4 currently.
Use a new MAX_ISA_SERIAL_PORTS wherever that is the correct limit to be checking against.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180420145249.32435-11-peter.maydell@linaro.org
|
/qemu/hw/i386/ |
H A D | pc.c | def337ffda34d331404bd7f1a42726b71500df22 Fri Apr 20 14:52:46 UTC 2018 Peter Maydell <peter.maydell@linaro.org> serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
The ISA serial port handling in serial-isa.c imposes a limit of 4 serial ports. This is because we only know of 4 IO port and IRQ settings for them, and is unrelated to the generic MAX_SERIAL_PORTS limit, though they happen to both be set at 4 currently.
Use a new MAX_ISA_SERIAL_PORTS wherever that is the correct limit to be checking against.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180420145249.32435-11-peter.maydell@linaro.org
|