Re: [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default

2020-01-30 Thread Philippe Mathieu-Daudé
On 1/21/20 9:20 AM, Philippe Mathieu-Daudé wrote: On 1/21/20 12:51 AM, Philippe Mathieu-Daudé wrote: Currently the QEMU Python module limits the QEMUMachine class to use the first serial console. Some machines/guest might use another console than the first one as the 'boot console'. For example

Re: [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default

2020-01-28 Thread Wainer dos Santos Moschetta
On 1/21/20 6:20 AM, Philippe Mathieu-Daudé wrote: On 1/21/20 12:51 AM, Philippe Mathieu-Daudé wrote: Currently the QEMU Python module limits the QEMUMachine class to use the first serial console. Some machines/guest might use another console than the first one as the 'boot console'. For examp

Re: [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default

2020-01-28 Thread Liam Merwick
On 21/01/2020 08:20, Philippe Mathieu-Daudé wrote: On 1/21/20 12:51 AM, Philippe Mathieu-Daudé wrote: Currently the QEMU Python module limits the QEMUMachine class to use the first serial console. Some machines/guest might use another console than the first one as the 'boot console'. For exampl

Re: [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default

2020-01-21 Thread Philippe Mathieu-Daudé
On 1/21/20 12:51 AM, Philippe Mathieu-Daudé wrote: Currently the QEMU Python module limits the QEMUMachine class to use the first serial console. Some machines/guest might use another console than the first one as the 'boot console'. For example the Raspberry Pi uses the second (AUX) console. T

[PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default

2020-01-20 Thread Philippe Mathieu-Daudé
Currently the QEMU Python module limits the QEMUMachine class to use the first serial console. Some machines/guest might use another console than the first one as the 'boot console'. For example the Raspberry Pi uses the second (AUX) console. To be able to use the Nth console as default, we simpl