index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ipmi
/
ipmi_bmc_sim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim struct
Jinhua Cao
2021-07-08
1
-2
/
+2
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
ipmi: add SET_SENSOR_READING command
Cédric Le Goater
2020-07-17
1
-0
/
+223
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
ipmi: Add support to customize OEM functions
Cédric Le Goater
2019-12-17
1
-44
/
+6
*
ipmi: Add a UUID device property
Corey Minyard
2019-09-20
1
-8
/
+14
*
ipmi: Generate an interrupt on watchdog pretimeout expiry
Corey Minyard
2019-09-20
1
-1
/
+3
*
ipmi: Fix the get watchdog command
Corey Minyard
2019-09-20
1
-0
/
+2
*
ipmi: Fix watchdog NMI handling
Corey Minyard
2019-09-20
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
ipmi: Allow BMC device properties to be set
Corey Minyard
2018-01-30
1
-7
/
+14
*
ipmi: Add the platform event message command
Corey Minyard
2018-01-30
1
-0
/
+24
*
ipmi: Don't set the timestamp on add events that don't have it
Corey Minyard
2018-01-30
1
-2
/
+7
*
ipmi: Fix SEL get/set time commands
Corey Minyard
2018-01-30
1
-2
/
+2
*
ipmi: introduce an ipmi_bmc_gen_event() API
Cédric Le Goater
2017-04-26
1
-0
/
+24
*
ipmi: introduce an ipmi_bmc_sdr_find() API
Cédric Le Goater
2017-04-26
1
-0
/
+16
*
ipmi: provide support for FRUs
Cédric Le Goater
2017-04-26
1
-0
/
+133
*
ipmi: use a file to load SDRs
Cédric Le Goater
2017-04-26
1
-2
/
+21
*
ipmi_bmc_sim: Remove an unnecessary mutex
Corey Minyard
2016-11-01
1
-6
/
+0
*
ipmi: Remove hotplug from IPMI BMCs
Corey Minyard
2016-11-01
1
-0
/
+1
*
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
2016-09-23
1
-1
/
+1
*
ipmi: add some local variables in ipmi_sdr_init
Cédric Le Goater
2016-03-11
1
-5
/
+10
*
ipmi: remove the need of an ending record in the SDR table
Cédric Le Goater
2016-03-11
1
-10
/
+3
*
ipmi: use a function to initialize the SDR table
Cédric Le Goater
2016-03-11
1
-21
/
+28
*
ipmi: add a realize function to the device class
Cédric Le Goater
2016-03-11
1
-3
/
+4
*
ipmi: add rsp_buffer_set_error() helper
Cédric Le Goater
2016-03-11
1
-55
/
+60
*
ipmi: remove IPMI_CHECK_RESERVATION() macro
Cédric Le Goater
2016-03-11
1
-14
/
+19
*
ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpers
Cédric Le Goater
2016-03-11
1
-253
/
+228
*
ipmi: remove IPMI_CHECK_CMD_LEN() macro
Cédric Le Goater
2016-03-11
1
-80
/
+84
*
ipmi: sensor number should not exceed MAX_SENSORS
Cédric Le Goater
2016-02-16
1
-8
/
+8
*
ipmi_bmc_sim: Add break to correct watchdog NMI check
Corey Minyard
2016-02-09
1
-0
/
+2
*
ipmi_bmc_sim: Fix off by one in check.
Corey Minyard
2016-02-09
1
-1
/
+1
*
ipmi: add ACPI power and GUID commands
Cédric Le Goater
2016-02-06
1
-0
/
+49
*
ipmi: add GET_SYS_RESTART_CAUSE chassis command
Cédric Le Goater
2016-02-06
1
-1
/
+15
*
ipmi: add get and set SENSOR_TYPE commands
Cédric Le Goater
2016-02-06
1
-1
/
+44
*
ipmi: introduce a struct ipmi_sdr_compact
Cédric Le Goater
2016-02-06
1
-28
/
+44
*
ipmi: fix SDR length value
Cédric Le Goater
2016-02-06
1
-6
/
+6
*
ipmi: cleanup error_report messages
Cédric Le Goater
2016-02-06
1
-2
/
+2
*
ipmi: replace *_MAXCMD defines
Cédric Le Goater
2016-02-06
1
-13
/
+8
*
ipmi: replace goto by a return statement
Cédric Le Goater
2016-02-06
1
-99
/
+41
*
hw: Clean up includes
Peter Maydell
2016-01-29
1
-3
/
+1
*
ipmi: Add migration capability to the IPMI devices.
Corey Minyard
2015-12-22
1
-0
/
+30
*
ipmi: Add a local BMC simulation
Corey Minyard
2015-12-22
1
-0
/
+1726