[Skiboot] [PATCH V6 11/12] opal/errorlog : Removes elog_init() for OPAL running under qemu

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Thu Sep 1 22:21:51 AEST 2016


Hi Stewart,

Discard this patchset for now.

As per the conversation with Vasant's
we were thinking of enabling this error log write to host
infrastructure for OPAL running under QEMU.

I will replace this elog_init() with opal_elog_init()
and then later Vasant will add his patch to enable
the thing for 'OPAL running under QEMU'.

-Mukesh

On Thursday 01 September 2016 01:09 AM, Mukesh Ojha wrote:
> 'elog_init()' create memory pool for error log and currently we don't use
> this memory pool for 'OPAL running under QEMU'.
>
> We will enable the error log write to host support for 'OPAL running under
> QEMU' later in the future. But, for now we are dropping the use of
> elog_init() here.
>
> Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
> ---
> Changes in V6:
>   - New patch.
>
>   platforms/qemu/qemu.c | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/platforms/qemu/qemu.c b/platforms/qemu/qemu.c
> index 0c583f1..23667ba 100644
> --- a/platforms/qemu/qemu.c
> +++ b/platforms/qemu/qemu.c
> @@ -92,8 +92,6 @@ static void qemu_init(void)
>
>   	/* Register the BT interface with the IPMI layer */
>   	bt_init();
> -	/* Initialize elog */
> -	elog_init();
>   	ipmi_sel_init();
>   	ipmi_wdt_init();
>   	ipmi_opal_init();



More information about the Skiboot mailing list