Re: [PATCH] powerpc/prom_init: Include the termination message in ibm, os-term RTAS call

2020-03-25 Thread Fabiano Rosas
Michael Ellerman writes: > Fabiano Rosas writes: > >> QEMU can now print the ibm,os-term message[1], so let's include it in >> the RTAS call. E.g.: >> >> qemu-system-ppc64: OS terminated: Switch to secure mode failed. >> >> 1- https://git.qemu.org/?p=qemu.git;a=commitdiff;h=a4c3791ae0 >> >>

Re: [PATCH] powerpc/prom_init: Include the termination message in ibm,os-term RTAS call

2020-03-25 Thread Ram Pai
On Tue, Mar 24, 2020 at 05:12:11PM -0300, Fabiano Rosas wrote: > QEMU can now print the ibm,os-term message[1], so let's include it in > the RTAS call. E.g.: > > qemu-system-ppc64: OS terminated: Switch to secure mode failed. > > 1- https://git.qemu.org/?p=qemu.git;a=commitdiff;h=a4c3791ae0 >

Re: [PATCH] powerpc/prom_init: Include the termination message in ibm,os-term RTAS call

2020-03-25 Thread Greg Kurz
On Wed, 25 Mar 2020 21:06:22 +1100 Michael Ellerman wrote: > Fabiano Rosas writes: > > > QEMU can now print the ibm,os-term message[1], so let's include it in > > the RTAS call. E.g.: > > > > qemu-system-ppc64: OS terminated: Switch to secure mode failed. > > > > 1-

Re: [PATCH] powerpc/prom_init: Include the termination message in ibm, os-term RTAS call

2020-03-25 Thread Michael Ellerman
Fabiano Rosas writes: > QEMU can now print the ibm,os-term message[1], so let's include it in > the RTAS call. E.g.: > > qemu-system-ppc64: OS terminated: Switch to secure mode failed. > > 1- https://git.qemu.org/?p=qemu.git;a=commitdiff;h=a4c3791ae0 > > Signed-off-by: Fabiano Rosas > --- >

[PATCH] powerpc/prom_init: Include the termination message in ibm, os-term RTAS call

2020-03-24 Thread Fabiano Rosas
QEMU can now print the ibm,os-term message[1], so let's include it in the RTAS call. E.g.: qemu-system-ppc64: OS terminated: Switch to secure mode failed. 1- https://git.qemu.org/?p=qemu.git;a=commitdiff;h=a4c3791ae0 Signed-off-by: Fabiano Rosas --- arch/powerpc/kernel/prom_init.c | 3 +++