summaryrefslogtreecommitdiffstats
path: root/hw/ipmi
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-293-0/+3
* ipmi: add some local variables in ipmi_sdr_initCédric Le Goater2019-11-291-5/+10
* ipmi: remove the need of an ending record in the SDR tableCédric Le Goater2019-11-291-10/+3
* ipmi: use a function to initialize the SDR tableCédric Le Goater2019-11-291-21/+28
* ipmi: add a realize function to the device classCédric Le Goater2019-11-291-3/+4
* ipmi: add rsp_buffer_set_error() helperCédric Le Goater2019-11-291-55/+60
* ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater2019-11-291-14/+19
* ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater2019-11-291-253/+228
* ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater2019-11-291-80/+84
* ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater2019-11-291-8/+8
* ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard2019-11-291-0/+2
* ipmi_bmc_sim: Fix off by one in check.Corey Minyard2019-11-291-1/+1
* ipmi: do not take/drop iothread lockPaolo Bonzini2019-11-291-2/+0
* ipmi: add ACPI power and GUID commandsCédric Le Goater2019-11-291-0/+49
* ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater2019-11-291-1/+15
* ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater2019-11-291-1/+44
* ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2019-11-291-28/+44
* ipmi: fix SDR length valueCédric Le Goater2019-11-291-6/+6
* ipmi: cleanup error_report messagesCédric Le Goater2019-11-291-2/+2
* ipmi: replace *_MAXCMD definesCédric Le Goater2019-11-291-13/+8
* ipmi: replace goto by a return statementCédric Le Goater2019-11-291-99/+41
* hw: Clean up includesPeter Maydell2019-11-295-4/+5
* fpu: Replace int32 typedef with int32_tPeter Maydell2019-11-292-2/+2
* ipmi: Add a force off functionCorey Minyard2019-11-291-0/+6
* ipmi: Add firmware registration to the ISA interfaceCorey Minyard2019-11-292-0/+30
* ipmi: Add a firmware configuration repositoryCorey Minyard2019-11-291-0/+27
* ipmi: Add migration capability to the IPMI devices.Corey Minyard2019-11-294-0/+114
* ipmi: Add a BT low-level interfaceCorey Minyard2019-11-292-0/+490
* ipmi: Add an ISA KCS low-level interfaceCorey Minyard2019-11-292-0/+453
* ipmi: Add an external connection simulation interfaceCorey Minyard2019-11-292-0/+479
* ipmi: Add a local BMC simulationCorey Minyard2019-11-292-0/+1727
* Add a base IPMI interfaceCorey Minyard2019-11-292-0/+126
OpenPOWER on IntegriCloud