Re: [PATCH v1 1/2] semihosting: defer connect_chardevs a little more to use serialx

2020-07-16 Thread Alex Bennée
Fred Konrad writes: > Le 6/26/20 à 12:06 PM, Fred Konrad a écrit : >> >> >> Le 6/16/20 à 4:52 PM, Alex Bennée a écrit : >>> >>> kon...@adacore.com writes: >>> From: KONRAD Frederic With that we can just use chardev=serial0. >>> >>> I don't quite follow what this means. >>>

Re: [PATCH v1 1/2] semihosting: defer connect_chardevs a little more to use serialx

2020-07-15 Thread Fred Konrad
Le 6/26/20 à 12:06 PM, Fred Konrad a écrit : Le 6/16/20 à 4:52 PM, Alex Bennée a écrit : kon...@adacore.com writes: From: KONRAD Frederic With that we can just use chardev=serial0. I don't quite follow what this means. ./aarch64-softmmu/qemu-system-aarch64 -cpu max -monitor none

Re: [PATCH v1 1/2] semihosting: defer connect_chardevs a little more to use serialx

2020-06-26 Thread Fred Konrad
Le 6/16/20 à 4:52 PM, Alex Bennée a écrit : kon...@adacore.com writes: From: KONRAD Frederic With that we can just use chardev=serial0. I don't quite follow what this means. ./aarch64-softmmu/qemu-system-aarch64 -cpu max -monitor none -chardev=serial0 -M virt -display none

Re: [PATCH v1 1/2] semihosting: defer connect_chardevs a little more to use serialx

2020-06-16 Thread Alex Bennée
kon...@adacore.com writes: > From: KONRAD Frederic > > With that we can just use chardev=serial0. I don't quite follow what this means. ./aarch64-softmmu/qemu-system-aarch64 -cpu max -monitor none -chardev=serial0 -M virt -display none -semihosting -kernel ./tests/tcg/aarch64-softmmu/memory

[PATCH v1 1/2] semihosting: defer connect_chardevs a little more to use serialx

2020-06-15 Thread konrad
From: KONRAD Frederic With that we can just use chardev=serial0. Signed-off-by: KONRAD Frederic --- softmmu/vl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/softmmu/vl.c b/softmmu/vl.c index f669c06..9b8b48a 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -4123,8