Re: [PATCH] tester: Add qemu_opts_serial

2020-02-14 Thread Chris Johns
On 2020-02-14 17:03, Sebastian Huber wrote: On 14/02/2020 04:00, Chris Johns wrote: I must be must be mising what has changed. I cannot see the "wrong options that have changed? I removed the serial/monitor settings from qemu_opts_base and moved them to the new qemu_opts_serial. The realvi

Re: [PATCH] tester: Add qemu_opts_serial

2020-02-13 Thread Sebastian Huber
On 14/02/2020 04:00, Chris Johns wrote: I must be must be mising what has changed. I cannot see the "wrong options that have changed? I removed the serial/monitor settings from qemu_opts_base and moved them to the new qemu_opts_serial. The realview_pbx_a9_qemu doesn't work with the serial

Re: [PATCH] tester: Add qemu_opts_serial

2020-02-13 Thread Chris Johns
On 2020-02-12 18:01, Sebastian Huber wrote: The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial. --- tester/rtems/testing/bsps/generic_

[PATCH] tester: Add qemu_opts_serial

2020-02-11 Thread Sebastian Huber
The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial. --- tester/rtems/testing/bsps/generic_or1k.ini| 2 +- tester/rtems/testing/bs