mbox series

[GIT,PULL] IPMI updates

Message ID 20200717164803.GJ29192@minyard.net (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] IPMI updates | expand

Pull-request

https://github.com/cminyard/qemu.git tags/for-qemu-ipmi-5

Message

Corey Minyard July 17, 2020, 4:48 p.m. UTC
The following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:

  Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100)

are available in the Git repository at:

  https://github.com/cminyard/qemu.git tags/for-qemu-ipmi-5

for you to fetch changes up to e3f7320caa1cc08a9b752e555b79abd6218c7c7a:

  ipmi: add SET_SENSOR_READING command (2020-07-17 11:39:46 -0500)

----------------------------------------------------------------
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

----------------------------------------------------------------
Corey Minyard (2):
      ipmi: Add man page pieces for the IPMI PCI devices
      ipmi: Fix a man page entry

Cédric Le Goater (1):
      ipmi: add SET_SENSOR_READING command

 hw/ipmi/ipmi_bmc_sim.c | 223 +++++++++++++++++++++++++++++++++++++++++++++++++
 qemu-options.hx        |  11 ++-
 2 files changed, 233 insertions(+), 1 deletion(-)

Comments

Peter Maydell July 19, 2020, 9:28 a.m. UTC | #1
On Fri, 17 Jul 2020 at 17:48, Corey Minyard <minyard@acm.org> wrote:
>
> The following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cminyard/qemu.git tags/for-qemu-ipmi-5
>
> for you to fetch changes up to e3f7320caa1cc08a9b752e555b79abd6218c7c7a:
>
>   ipmi: add SET_SENSOR_READING command (2020-07-17 11:39:46 -0500)
>
> ----------------------------------------------------------------
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM