Age | Commit message (Expand) | Author |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng |
2016-09-13 | ipmi: check return of qemu_chr_fe_write() for errors | Daniel P. Berrange |
2016-09-08 | ipmi: free extern timer | Marc-André Lureau |
2016-06-07 | hw/ipmi: fix spelling | Michael Tokarev |
2016-06-07 | ipmi: rework the fwinfo to be fetched from the interface | Corey Minyard |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-11 | ipmi: add some local variables in ipmi_sdr_init | Cédric Le Goater |
2016-03-11 | ipmi: remove the need of an ending record in the SDR table | Cédric Le Goater |
2016-03-11 | ipmi: use a function to initialize the SDR table | Cédric Le Goater |
2016-03-11 | ipmi: add a realize function to the device class | Cédric Le Goater |
2016-03-11 | ipmi: add rsp_buffer_set_error() helper | Cédric Le Goater |
2016-03-11 | ipmi: remove IPMI_CHECK_RESERVATION() macro | Cédric Le Goater |
2016-03-11 | ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpers | Cédric Le Goater |
2016-03-11 | ipmi: remove IPMI_CHECK_CMD_LEN() macro | Cédric Le Goater |
2016-02-16 | ipmi: sensor number should not exceed MAX_SENSORS | Cédric Le Goater |
2016-02-09 | ipmi_bmc_sim: Add break to correct watchdog NMI check | Corey Minyard |
2016-02-09 | ipmi_bmc_sim: Fix off by one in check. | Corey Minyard |
2016-02-09 | ipmi: do not take/drop iothread lock | Paolo Bonzini |
2016-02-06 | ipmi: add ACPI power and GUID commands | Cédric Le Goater |
2016-02-06 | ipmi: add GET_SYS_RESTART_CAUSE chassis command | Cédric Le Goater |
2016-02-06 | ipmi: add get and set SENSOR_TYPE commands | Cédric Le Goater |
2016-02-06 | ipmi: introduce a struct ipmi_sdr_compact | Cédric Le Goater |
2016-02-06 | ipmi: fix SDR length value | Cédric Le Goater |
2016-02-06 | ipmi: cleanup error_report messages | Cédric Le Goater |
2016-02-06 | ipmi: replace *_MAXCMD defines | Cédric Le Goater |
2016-02-06 | ipmi: replace goto by a return statement | Cédric Le Goater |
2016-01-29 | hw: Clean up includes | Peter Maydell |
2016-01-22 | fpu: Replace int32 typedef with int32_t | Peter Maydell |
2015-12-22 | ipmi: Add a force off function | Corey Minyard |
2015-12-22 | ipmi: Add firmware registration to the ISA interface | Corey Minyard |
2015-12-22 | ipmi: Add a firmware configuration repository | Corey Minyard |
2015-12-22 | ipmi: Add migration capability to the IPMI devices. | Corey Minyard |
2015-12-22 | ipmi: Add a BT low-level interface | Corey Minyard |
2015-12-22 | ipmi: Add an ISA KCS low-level interface | Corey Minyard |
2015-12-22 | ipmi: Add an external connection simulation interface | Corey Minyard |
2015-12-22 | ipmi: Add a local BMC simulation | Corey Minyard |
2015-12-22 | Add a base IPMI interface | Corey Minyard |