Re: [PATCH] ppc/pnv: Add a "/qemu" device tree node

2019-11-07 Thread David Gibson
On Wed, Nov 06, 2019 at 03:21:29PM +0100, Cédric Le Goater wrote: > It helps skiboot identifying that is running on a QEMU platform. The > compatible string will define the POWERPC processor version. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-4.3. > --- > hw/ppc/pnv.c | 3 +++ > 1

[PATCH] ppc/pnv: Add a "/qemu" device tree node

2019-11-06 Thread Cédric Le Goater
It helps skiboot identifying that is running on a QEMU platform. The compatible string will define the POWERPC processor version. Signed-off-by: Cédric Le Goater --- hw/ppc/pnv.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c index 627c08e5b985..4c3d5184126a 1