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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-14
1
-1
/
+1
*
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
1
-1
/
+1
*
char: add backend hotswap handler
Anton Nefedov
2017-07-14
1
-1
/
+1
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-23
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: Fix macro issues
Corey Minyard
2017-04-02
1
-22
/
+12
*
migration: consolidate VMStateField.start
Halil Pasic
2017-02-13
1
-4
/
+2
*
ipmi: fix qemu crash while migrating with ipmi
ZhuangYanying
2016-11-18
1
-4
/
+2
*
ipmi: Add graceful shutdown handling to the external BMC
Corey Minyard
2016-11-01
1
-3
/
+8
*
ipmi: fix build config variable name for ipmi_bmc_extern.o
Daniel P. Berrange
2016-11-01
1
-1
/
+1
*
ipmi: Implement shutdown via ACPI overtemp
Corey Minyard
2016-11-01
1
-1
/
+7
*
ipmi: chassis poweroff should use qemu_system_shutdown_request()
Cédric Le Goater
2016-11-01
1
-1
/
+1
*
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
2
-0
/
+2
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-3
/
+4
*
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
1
-4
/
+4
*
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
2016-09-23
1
-1
/
+1
*
ipmi: check return of qemu_chr_fe_write() for errors
Daniel P. Berrange
2016-09-13
1
-2
/
+6
*
ipmi: free extern timer
Marc-André Lureau
2016-09-08
1
-0
/
+9
*
hw/ipmi: fix spelling
Michael Tokarev
2016-06-07
1
-1
/
+1
*
ipmi: rework the fwinfo to be fetched from the interface
Corey Minyard
2016-06-07
3
-77
/
+70
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
3
-0
/
+3
*
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: do not take/drop iothread lock
Paolo Bonzini
2016-02-09
1
-2
/
+0
*
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
5
-4
/
+5
*
fpu: Replace int32 typedef with int32_t
Peter Maydell
2016-01-22
2
-2
/
+2
[next]