qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 14/19] python/qemu/machine: Allow to use other serial console


From: bzt
Subject: Re: [PATCH 14/19] python/qemu/machine: Allow to use other serial consoles than default
Date: Fri, 27 Sep 2019 14:54:10 +0200

Hi,

On 9/26/19, Philippe Mathieu-Daudé <address@hidden> wrote:
> Currently we are limited to use the first serial console available.

I'm not so sure. Right now it works like this:

qemu -serial stdio
Connects the VM's UART0 (PL011) serial console to the host terminal

qemu -serial null -serial stdio
Connects the VM's UART1 (AUX) serial console to the host terminal

I think this is simple and good, please don't remove this option. If
your commit does not influence these cli args, I'm not against it.

bzt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]