Re: [Qemu-devel] [PATCH] spapr: select default vty

2017-09-27 Thread Laurent Vivier
On 27/09/2017 09:59, David Gibson wrote: > On Tue, Sep 26, 2017 at 02:17:50PM +0200, Laurent Vivier wrote: >> SLOF uses the "/chosen/linux,stdout-path" variable to >> choose its console. This variable is provided by QEMU. >> QEMU selects the spapr-vty using the "reg" property: >> it takes the vty w

Re: [Qemu-devel] [PATCH] spapr: select default vty

2017-09-27 Thread David Gibson
On Tue, Sep 26, 2017 at 02:17:50PM +0200, Laurent Vivier wrote: > SLOF uses the "/chosen/linux,stdout-path" variable to > choose its console. This variable is provided by QEMU. > QEMU selects the spapr-vty using the "reg" property: > it takes the vty with the lowest reg number. > This patch allows

[Qemu-devel] [PATCH] spapr: select default vty

2017-09-26 Thread Laurent Vivier
SLOF uses the "/chosen/linux,stdout-path" variable to choose its console. This variable is provided by QEMU. QEMU selects the spapr-vty using the "reg" property: it takes the vty with the lowest reg number. This patch allows the user to define "linux,stdout-path" from the command line by adding a k