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