]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ppc/spapr,e500: Use new property "stdout-path" for boot console
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Thu, 1 Mar 2018 06:05:50 +0000 (11:35 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Mar 2018 02:16:29 +0000 (13:16 +1100)
commit90ee4e01a1cddcb56bd65f10dd80aad7f86b5829
tree925c8c26ec20daf484765de17795b216671afd45
parent813f3cf655c6f3afe6e2ef04281ba7cd5ea24357
hw/ppc/spapr,e500: Use new property "stdout-path" for boot console

Linux kernel commit 2a9d832cc9aae21ea827520fef635b6c49a06c6d
(of: Add bindings for chosen node, stdout-path) deprecated chosen property
"linux,stdout-path" and "stdout".

Introduce the new property "stdout-path" and continue supporting the older
property to remain compatible with existing/older firmware. This older property
can be deprecated after 5 years.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/e500.c
hw/ppc/spapr.c