[PATCH 2/4] qemu.cfg: Options changed to capture test output

Chris Johns chrisj at rtems.org
Sat Sep 26 07:18:21 UTC 2015


On 29/07/2015 8:58 pm, Sebastian Huber wrote:
> 
> 
> On 29/07/15 12:56, Ric Claus wrote:
>> ---
>>   tester/rtems/testing/qemu.cfg | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/tester/rtems/testing/qemu.cfg
>> b/tester/rtems/testing/qemu.cfg
>> index a3310bc..4c5d256 100644
>> --- a/tester/rtems/testing/qemu.cfg
>> +++ b/tester/rtems/testing/qemu.cfg
>> @@ -51,7 +51,8 @@
>>   #
>>   # Qemu common option patterns.
>>   #
>> -%define qemu_opts_base   -no-reboot -monitor none -serial stdio
>> -nographic
>> +#%define qemu_opts_base   -no-reboot -monitor none -serial stdio
>> -nographic
>> +%define qemu_opts_base   -no-reboot -serial null -serial mon:stdio
>> -nographic
>>   %define qemu_opts_no_net -net none
>>   #
>>   # Qemu executable
> 
> In case this file is used for all Qemu based BSPs, then I don't think
> this will work, e.g. it may break the realview_pbx_a9_qemu for example.
> 

This is true and some thing I need to address in the tester. I have
pushed the changed as is.

Chris


More information about the users mailing list