qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/10] ipmi: a couple of enhancements to the BMC simulator
@ 2016-01-25 14:07 Cédric Le Goater
  2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 01/10] ppc: add IPMI support Cédric Le Goater
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Cédric Le Goater @ 2016-01-25 14:07 UTC (permalink / raw)
  To: Corey Minyard
  Cc: Cédric Le Goater, Greg Kurz, qemu-devel, Michael S. Tsirkin

Hi,

Here are a few patches adding a couple of IPMI commands to the BMC
simulator. 

Changes since v2:
  - splitted a bit more the patchset to separate fixes
  - moved forward patch "ipmi: fix SDR length value" as it is a fix
  - changed sdr_add_entry() prototype to use struct a ipmi_sdr_header

Changes since v1:
  - Added IPMI to ppc. We will need it for the future powernv platform. 
  - Added some initial cleanups 
  - Kept FRU, the API extensions to expose SDR and generate events
    for later, may be as an extension of this patchset. (Work in progress)

Based on 3db34bf64ab4 and also available here  :

  https://github.com/legoater/qemu/commits/ipmi

Thanks,

Cédric Le Goater (10):
  ppc: add IPMI support
  ipmi: replace goto by a return statement
  ipmi: replace *_MAXCMD defines
  ipmi: cleanup error_report messages
  ipmi: fix SDR length value
  ipmi: introduce a struct ipmi_sdr_compact
  ipmi: add get and set SENSOR_TYPE commands
  ipmi: add GET_SYS_RESTART_CAUSE chassis command
  ipmi: add ACPI power and GUID commands
  ipmi: add SET_SENSOR_READING command (tentative try)

 default-configs/ppc64-softmmu.mak |   4 +
 hw/ipmi/ipmi_bmc_sim.c            | 486 ++++++++++++++++++++++++++------------
 include/hw/ipmi/ipmi.h            |  45 ++++
 3 files changed, 389 insertions(+), 146 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-01-26  6:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 14:07 [Qemu-devel] [PATCH v3 00/10] ipmi: a couple of enhancements to the BMC simulator Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 01/10] ppc: add IPMI support Cédric Le Goater
2016-01-26  5:46   ` David Gibson
2016-01-26  6:16     ` Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 02/10] ipmi: replace goto by a return statement Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 03/10] ipmi: replace *_MAXCMD defines Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 04/10] ipmi: cleanup error_report messages Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 05/10] ipmi: fix SDR length value Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 06/10] ipmi: introduce a struct ipmi_sdr_compact Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 07/10] ipmi: add get and set SENSOR_TYPE commands Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 08/10] ipmi: add GET_SYS_RESTART_CAUSE chassis command Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 09/10] ipmi: add ACPI power and GUID commands Cédric Le Goater
2016-01-25 14:07 ` [Qemu-devel] [PATCH v3 10/10] ipmi: add SET_SENSOR_READING command (tentative try) Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).