Re: [Qemu-devel] [PATCH v2] ipmi: add SET_SENSOR_READING command

2017-04-24 Thread Michael S. Tsirkin
On Wed, Apr 12, 2017 at 09:08:50AM +0200, Cédric Le Goater wrote: > SET_SENSOR_READING is a complex IPMI command (see IPMI spec 35.17) > which enables the host software to set the reading value and the event > status of sensors supporting it. > > Below is a proposal for all the operations (reading

Re: [Qemu-devel] [PATCH v2] ipmi: add SET_SENSOR_READING command

2017-04-17 Thread Corey Minyard
On 04/12/2017 02:08 AM, Cédric Le Goater wrote: SET_SENSOR_READING is a complex IPMI command (see IPMI spec 35.17) which enables the host software to set the reading value and the event status of sensors supporting it. Below is a proposal for all the operations (reading, assert, deassert, event

[Qemu-devel] [PATCH v2] ipmi: add SET_SENSOR_READING command

2017-04-12 Thread Cédric Le Goater
SET_SENSOR_READING is a complex IPMI command (see IPMI spec 35.17) which enables the host software to set the reading value and the event status of sensors supporting it. Below is a proposal for all the operations (reading, assert, deassert, event data) with the following limitations : - No even