Age | Commit message (Expand) | Author | Files | Lines |
2016-02-09 | ipmi_bmc_sim: Add break to correct watchdog NMI check | Corey Minyard | 1 | -0/+2 |
2016-02-09 | ipmi_bmc_sim: Fix off by one in check. | Corey Minyard | 1 | -1/+1 |
2016-02-09 | ipmi: do not take/drop iothread lock | Paolo Bonzini | 1 | -2/+0 |
2016-02-06 | ipmi: add ACPI power and GUID commands | Cédric Le Goater | 1 | -0/+49 |
2016-02-06 | ipmi: add GET_SYS_RESTART_CAUSE chassis command | Cédric Le Goater | 1 | -1/+15 |
2016-02-06 | ipmi: add get and set SENSOR_TYPE commands | Cédric Le Goater | 1 | -1/+44 |
2016-02-06 | ipmi: introduce a struct ipmi_sdr_compact | Cédric Le Goater | 1 | -28/+44 |
2016-02-06 | ipmi: fix SDR length value | Cédric Le Goater | 1 | -6/+6 |
2016-02-06 | ipmi: cleanup error_report messages | Cédric Le Goater | 1 | -2/+2 |
2016-02-06 | ipmi: replace *_MAXCMD defines | Cédric Le Goater | 1 | -13/+8 |
2016-02-06 | ipmi: replace goto by a return statement | Cédric Le Goater | 1 | -99/+41 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 5 | -4/+5 |
2016-01-22 | fpu: Replace int32 typedef with int32_t | Peter Maydell | 2 | -2/+2 |
2015-12-22 | ipmi: Add a force off function | Corey Minyard | 1 | -0/+6 |
2015-12-22 | ipmi: Add firmware registration to the ISA interface | Corey Minyard | 2 | -0/+30 |
2015-12-22 | ipmi: Add a firmware configuration repository | Corey Minyard | 1 | -0/+27 |
2015-12-22 | ipmi: Add migration capability to the IPMI devices. | Corey Minyard | 4 | -0/+114 |
2015-12-22 | ipmi: Add a BT low-level interface | Corey Minyard | 2 | -0/+490 |
2015-12-22 | ipmi: Add an ISA KCS low-level interface | Corey Minyard | 2 | -0/+453 |
2015-12-22 | ipmi: Add an external connection simulation interface | Corey Minyard | 2 | -0/+479 |
2015-12-22 | ipmi: Add a local BMC simulation | Corey Minyard | 2 | -0/+1727 |
2015-12-22 | Add a base IPMI interface | Corey Minyard | 2 | -0/+126 |