summaryrefslogtreecommitdiffstats
path: root/hw/ipmi/ipmi_bmc_sim.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim structJinhua Cao2021-07-081-2/+2
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* ipmi: add SET_SENSOR_READING commandCédric Le Goater2020-07-171-0/+223
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* ipmi: Add support to customize OEM functionsCédric Le Goater2019-12-171-44/+6Star
* ipmi: Add a UUID device propertyCorey Minyard2019-09-201-8/+14
* ipmi: Generate an interrupt on watchdog pretimeout expiryCorey Minyard2019-09-201-1/+3
* ipmi: Fix the get watchdog commandCorey Minyard2019-09-201-0/+2
* ipmi: Fix watchdog NMI handlingCorey Minyard2019-09-201-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ipmi: Allow BMC device properties to be setCorey Minyard2018-01-301-7/+14
* ipmi: Add the platform event message commandCorey Minyard2018-01-301-0/+24
* ipmi: Don't set the timestamp on add events that don't have itCorey Minyard2018-01-301-2/+7
* ipmi: Fix SEL get/set time commandsCorey Minyard2018-01-301-2/+2
* ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater2017-04-261-0/+24
* ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater2017-04-261-0/+16
* ipmi: provide support for FRUsCédric Le Goater2017-04-261-0/+133
* ipmi: use a file to load SDRsCédric Le Goater2017-04-261-2/+21
* ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard2016-11-011-6/+0Star
* ipmi: Remove hotplug from IPMI BMCsCorey Minyard2016-11-011-0/+1
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1
* ipmi: add some local variables in ipmi_sdr_initCédric Le Goater2016-03-111-5/+10
* ipmi: remove the need of an ending record in the SDR tableCédric Le Goater2016-03-111-10/+3Star
* ipmi: use a function to initialize the SDR tableCédric Le Goater2016-03-111-21/+28
* ipmi: add a realize function to the device classCédric Le Goater2016-03-111-3/+4
* ipmi: add rsp_buffer_set_error() helperCédric Le Goater2016-03-111-55/+60
* ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater2016-03-111-14/+19
* ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater2016-03-111-253/+228Star
* ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater2016-03-111-80/+84
* ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater2016-02-161-8/+8
* ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard2016-02-091-0/+2
* ipmi_bmc_sim: Fix off by one in check.Corey Minyard2016-02-091-1/+1
* ipmi: add ACPI power and GUID commandsCédric Le Goater2016-02-061-0/+49
* ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater2016-02-061-1/+15
* ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater2016-02-061-1/+44
* ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2016-02-061-28/+44
* ipmi: fix SDR length valueCédric Le Goater2016-02-061-6/+6
* ipmi: cleanup error_report messagesCédric Le Goater2016-02-061-2/+2
* ipmi: replace *_MAXCMD definesCédric Le Goater2016-02-061-13/+8Star
* ipmi: replace goto by a return statementCédric Le Goater2016-02-061-99/+41Star
* hw: Clean up includesPeter Maydell2016-01-291-3/+1Star
* ipmi: Add migration capability to the IPMI devices.Corey Minyard2015-12-221-0/+30
* ipmi: Add a local BMC simulationCorey Minyard2015-12-221-0/+1726