On 27/10/20 12:18, Alex Bennée wrote:
>>  
>> -    /* now chardevs have been created we may have semihosting to connect */
>> -    qemu_semihosting_connect_chardevs();
>> -
> Move both here:
> 
>     if (foreach_device_config(DEV_DEBUGCON, debugcon_parse) < 0)
>         exit(1);
> 
>     /* now chardevs have been created we may have semihosting to connect */
>     qemu_semihosting_connect_chardevs();
>     qemu_semihosting_console_init();
> 
> 

Sounds good, thanks!

Paolo


Reply via email to