summaryrefslogtreecommitdiff
path: root/hw/ipmi/ipmi_bmc_sim.c
AgeCommit message (Expand)Author
2021-07-08ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim structJinhua Cao
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-07-17ipmi: add SET_SENSOR_READING commandCédric Le Goater
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17ipmi: Add support to customize OEM functionsCédric Le Goater
2019-09-20ipmi: Add a UUID device propertyCorey Minyard
2019-09-20ipmi: Generate an interrupt on watchdog pretimeout expiryCorey Minyard
2019-09-20ipmi: Fix the get watchdog commandCorey Minyard
2019-09-20ipmi: Fix watchdog NMI handlingCorey Minyard
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-01-30ipmi: Allow BMC device properties to be setCorey Minyard
2018-01-30ipmi: Add the platform event message commandCorey Minyard
2018-01-30ipmi: Don't set the timestamp on add events that don't have itCorey Minyard
2018-01-30ipmi: Fix SEL get/set time commandsCorey Minyard
2017-04-26ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater
2017-04-26ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater
2017-04-26ipmi: provide support for FRUsCédric Le Goater
2017-04-26ipmi: use a file to load SDRsCédric Le Goater
2016-11-01ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard
2016-11-01ipmi: Remove hotplug from IPMI BMCsCorey Minyard
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-03-11ipmi: add some local variables in ipmi_sdr_initCédric Le Goater
2016-03-11ipmi: remove the need of an ending record in the SDR tableCédric Le Goater
2016-03-11ipmi: use a function to initialize the SDR tableCédric Le Goater
2016-03-11ipmi: add a realize function to the device classCédric Le Goater
2016-03-11ipmi: add rsp_buffer_set_error() helperCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater
2016-03-11ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater
2016-02-16ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard
2016-02-06ipmi: add ACPI power and GUID commandsCédric Le Goater
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater
2016-02-06ipmi: fix SDR length valueCédric Le Goater
2016-02-06ipmi: cleanup error_report messagesCédric Le Goater
2016-02-06ipmi: replace *_MAXCMD definesCédric Le Goater
2016-02-06ipmi: replace goto by a return statementCédric Le Goater
2016-01-29hw: Clean up includesPeter Maydell
2015-12-22ipmi: Add migration capability to the IPMI devices.Corey Minyard
2015-12-22ipmi: Add a local BMC simulationCorey Minyard