Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-11-21 Thread David Gibson
On Thu, Nov 21, 2019 at 08:22:50PM -0600, Corey Minyard wrote: > On Mon, Oct 21, 2019 at 03:12:12PM +0200, Cédric Le Goater wrote: > > The routine ipmi_register_oem_netfn() lets external modules register > > command handlers for OEM functions. Required for the PowerNV machine. > > > > Cc: Corey

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-11-21 Thread Corey Minyard
On Mon, Oct 21, 2019 at 03:12:12PM +0200, Cédric Le Goater wrote: > The routine ipmi_register_oem_netfn() lets external modules register > command handlers for OEM functions. Required for the PowerNV machine. > > Cc: Corey Minyard > Signed-off-by: Cédric Le Goater David, Sorry, I wasn't

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-11-07 Thread Cédric Le Goater
On 07/11/2019 18:25, Corey Minyard wrote: > On Thu, Nov 07, 2019 at 06:14:58PM +0100, Cédric Le Goater wrote: > What's the plan for merging this, once it's ready? Is there an IPMI > tree for it to be staged in? If not I could take it through the ppc > tree, but I'd need some

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-11-07 Thread Corey Minyard
On Thu, Nov 07, 2019 at 06:14:58PM +0100, Cédric Le Goater wrote: > >>> What's the plan for merging this, once it's ready? Is there an IPMI > >>> tree for it to be staged in? If not I could take it through the ppc > >>> tree, but I'd need some Acked-bys in that case. > >> > >> I have an IPMI

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-11-07 Thread Cédric Le Goater
>>> What's the plan for merging this, once it's ready? Is there an IPMI >>> tree for it to be staged in? If not I could take it through the ppc >>> tree, but I'd need some Acked-bys in that case. >> >> I have an IPMI tree for this. I was assuming it was going in to the PPC >> tree, but it's not

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-11-07 Thread David Gibson
On Sun, Oct 27, 2019 at 01:33:47PM -0500, Corey Minyard wrote: > On Sun, Oct 27, 2019 at 06:47:39PM +0100, David Gibson wrote: > > On Mon, Oct 21, 2019 at 09:30:17AM -0500, Corey Minyard wrote: > > > On Mon, Oct 21, 2019 at 03:12:12PM +0200, Cédric Le Goater wrote: > > > > The routine

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-10-27 Thread Corey Minyard
On Sun, Oct 27, 2019 at 06:47:39PM +0100, David Gibson wrote: > On Mon, Oct 21, 2019 at 09:30:17AM -0500, Corey Minyard wrote: > > On Mon, Oct 21, 2019 at 03:12:12PM +0200, Cédric Le Goater wrote: > > > The routine ipmi_register_oem_netfn() lets external modules register > > > command handlers for

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-10-27 Thread David Gibson
On Mon, Oct 21, 2019 at 09:30:17AM -0500, Corey Minyard wrote: > On Mon, Oct 21, 2019 at 03:12:12PM +0200, Cédric Le Goater wrote: > > The routine ipmi_register_oem_netfn() lets external modules register > > command handlers for OEM functions. Required for the PowerNV machine. > > Comments

Re: [PATCH 2/5] ipmi: Add support to customize OEM functions

2019-10-21 Thread Corey Minyard
On Mon, Oct 21, 2019 at 03:12:12PM +0200, Cédric Le Goater wrote: > The routine ipmi_register_oem_netfn() lets external modules register > command handlers for OEM functions. Required for the PowerNV machine. Comments inline. > > Cc: Corey Minyard > Signed-off-by: Cédric Le Goater > --- >

[PATCH 2/5] ipmi: Add support to customize OEM functions

2019-10-21 Thread Cédric Le Goater
The routine ipmi_register_oem_netfn() lets external modules register command handlers for OEM functions. Required for the PowerNV machine. Cc: Corey Minyard Signed-off-by: Cédric Le Goater --- include/hw/ipmi/ipmi.h | 36 hw/ipmi/ipmi_bmc_sim.c | 41