hw/arm/virt: set stdout-path instead of linux,stdout-path
commit9c7074da5ec64e1fd61df881ab291f75541ff2b0
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 19 Nov 2014 11:08:45 +0000 (19 11:08 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Nov 2014 14:58:37 +0000 (20 14:58 +0000)
tree4300bf6a1e27788c465293f0439440c88d5297ee
parentff323a6b5468523aab07d376875685ec00385f44
hw/arm/virt: set stdout-path instead of linux,stdout-path

ePAPR 1.1 defines the stdout-path property, making the os-specific
linux,stdout-path property redundant. Change the DT setup for ARM virt
to use the generic property - supported by Linux since 3.15.

The old QEMU behaviour was not present in any released version of
QEMU, and was only added to QEMU after the kernel changed, so
this should not break any existing setups.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
[PMM: add note to commit about the old behaviour never hving been
in a released version of QEMU]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c