summaryrefslogtreecommitdiffstats
path: root/hw/ipmi
Commit message (Expand)AuthorAgeFilesLines
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-1/+1
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater2017-04-261-0/+24
* ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater2017-04-261-0/+16
* ipmi: provide support for FRUsCédric Le Goater2017-04-261-0/+133
* ipmi: use a file to load SDRsCédric Le Goater2017-04-261-2/+21
* ipmi: Fix macro issuesCorey Minyard2017-04-021-22/+12Star
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-4/+2Star
* ipmi: fix qemu crash while migrating with ipmiZhuangYanying2016-11-181-4/+2Star
* ipmi: Add graceful shutdown handling to the external BMCCorey Minyard2016-11-011-3/+8
* ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange2016-11-011-1/+1
* ipmi: Implement shutdown via ACPI overtempCorey Minyard2016-11-011-1/+7
* ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater2016-11-011-1/+1
* ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard2016-11-011-6/+0Star
* ipmi: Remove hotplug from IPMI BMCsCorey Minyard2016-11-012-0/+2
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-3/+4
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-4/+4
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1
* ipmi: check return of qemu_chr_fe_write() for errorsDaniel P. Berrange2016-09-131-2/+6
* ipmi: free extern timerMarc-André Lureau2016-09-081-0/+9
* hw/ipmi: fix spellingMichael Tokarev2016-06-071-1/+1
* ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard2016-06-073-77/+70Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-223-0/+3
* ipmi: add some local variables in ipmi_sdr_initCédric Le Goater2016-03-111-5/+10
* ipmi: remove the need of an ending record in the SDR tableCédric Le Goater2016-03-111-10/+3Star
* ipmi: use a function to initialize the SDR tableCédric Le Goater2016-03-111-21/+28
* ipmi: add a realize function to the device classCédric Le Goater2016-03-111-3/+4
* ipmi: add rsp_buffer_set_error() helperCédric Le Goater2016-03-111-55/+60
* ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater2016-03-111-14/+19
* ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater2016-03-111-253/+228Star
* ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater2016-03-111-80/+84
* ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater2016-02-161-8/+8
* ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard2016-02-091-0/+2
* ipmi_bmc_sim: Fix off by one in check.Corey Minyard2016-02-091-1/+1
* ipmi: do not take/drop iothread lockPaolo Bonzini2016-02-091-2/+0Star
* ipmi: add ACPI power and GUID commandsCédric Le Goater2016-02-061-0/+49
* ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater2016-02-061-1/+15
* ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater2016-02-061-1/+44
* ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2016-02-061-28/+44
* ipmi: fix SDR length valueCédric Le Goater2016-02-061-6/+6
* ipmi: cleanup error_report messagesCédric Le Goater2016-02-061-2/+2
* ipmi: replace *_MAXCMD definesCédric Le Goater2016-02-061-13/+8Star
* ipmi: replace goto by a return statementCédric Le Goater2016-02-061-99/+41Star
* hw: Clean up includesPeter Maydell2016-01-295-4/+5
* fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-222-2/+2