qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 323679: ipmi: Add man page pieces for the IPM


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 323679: ipmi: Add man page pieces for the IPMI PCI devices
Date: Sun, 19 Jul 2020 02:30:26 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 323679da77b2fd4dc9be3731ecac96613beea4f1
      
https://github.com/qemu/qemu/commit/323679da77b2fd4dc9be3731ecac96613beea4f1
  Author: Corey Minyard <cminyard@mvista.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  ipmi: Add man page pieces for the IPMI PCI devices

This was forgotten when the devices were added.

Signed-off-by: Corey Minyard <cminyard@mvista.com>


  Commit: 789101b73d93ab11f37a44c24fff44336f041345
      
https://github.com/qemu/qemu/commit/789101b73d93ab11f37a44c24fff44336f041345
  Author: Corey Minyard <cminyard@mvista.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  ipmi: Fix a man page entry

The line was too long, and some of the entries were wrong (fur instead
of fru).  Just use the prop=val thing tha other entries use.

Signed-off-by: Corey Minyard <cminyard@mvista.com>


  Commit: e3f7320caa1cc08a9b752e555b79abd6218c7c7a
      
https://github.com/qemu/qemu/commit/e3f7320caa1cc08a9b752e555b79abd6218c7c7a
  Author: Cédric Le Goater <clg@kaod.org>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M hw/ipmi/ipmi_bmc_sim.c

  Log Message:
  -----------
  ipmi: add SET_SENSOR_READING command

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 event are generated for threshold-based sensors.
 - The case in which the BMC needs to generate its own events is not
   supported.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Corey Minyard <cminyard@mvista.com>
Message-Id: <20191118092429.16149-1-clg@kaod.org>
[Moved the break statement for case SENSOR_GEN_EVENT_DATA above the
 closing brace to keep the indention consistent.]
Signed-off-by: Corey Minyard <cminyard@mvista.com>


  Commit: b4421193299c09dfe690ec93c9b4713ed710aa3e
      
https://github.com/qemu/qemu/commit/b4421193299c09dfe690ec93c9b4713ed710aa3e
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-07-18 (Sat, 18 Jul 2020)

  Changed paths:
    M hw/ipmi/ipmi_bmc_sim.c
    M qemu-options.hx

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-ipmi-5' into 
staging

Man page update and new set sensor command

Some minor man page updates for fairly obvious things.

The set sensor command addition has been in the Power group's tree for a
long time and I have neglected to submit it.

-corey

# gpg: Signature made Fri 17 Jul 2020 17:45:32 BST
# gpg:                using RSA key FD0D5CE67CE0F59A6688268661F38C90919BFF81
# gpg: Good signature from "Corey Minyard <cminyard@mvista.com>" [unknown]
# gpg:                 aka "Corey Minyard <minyard@acm.org>" [unknown]
# gpg:                 aka "Corey Minyard <corey@minyard.net>" [unknown]
# gpg:                 aka "Corey Minyard <minyard@mvista.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: FD0D 5CE6 7CE0 F59A 6688  2686 61F3 8C90 919B FF81

* remotes/cminyard/tags/for-qemu-ipmi-5:
  ipmi: add SET_SENSOR_READING command
  ipmi: Fix a man page entry
  ipmi: Add man page pieces for the IPMI PCI devices

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/939ab64b400b...b4421193299c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]