Re: [Qemu-devel] [PATCH 10/21] ipmi: add SET_SENSOR_READING command

2017-04-06 Thread Cédric Le Goater
On 04/05/2017 04:41 PM, Corey Minyard wrote: > On 04/05/2017 07:41 AM, Cédric Le Goater wrote: >> SET_SENSOR_READING is a complex IPMI command (IPMI spec : "35.17 Set >> Sensor Reading And Event Status Command"). Here is a very minimum >> framework fitting the Open PowerNV platform needs. This comm

Re: [Qemu-devel] [PATCH 10/21] ipmi: add SET_SENSOR_READING command

2017-04-05 Thread Corey Minyard
On 04/05/2017 07:41 AM, Cédric Le Goater wrote: SET_SENSOR_READING is a complex IPMI command (IPMI spec : "35.17 Set Sensor Reading And Event Status Command"). Here is a very minimum framework fitting the Open PowerNV platform needs. This command is used on this platform to set the "System Firmwa

[Qemu-devel] [PATCH 10/21] ipmi: add SET_SENSOR_READING command

2017-04-05 Thread Cédric Le Goater
SET_SENSOR_READING is a complex IPMI command (IPMI spec : "35.17 Set Sensor Reading And Event Status Command"). Here is a very minimum framework fitting the Open PowerNV platform needs. This command is used on this platform to set the "System Firmware Progress" sensor and the "Boot Count" sensor.