aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)Author
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-04-26ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater
2017-04-26ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater
2017-04-26ipmi: provide support for FRUsCédric Le Goater
2017-04-26ipmi: use a file to load SDRsCédric Le Goater
2017-04-02ipmi: Fix macro issuesCorey Minyard
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2016-11-18ipmi: fix qemu crash while migrating with ipmiZhuangYanying
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard
2016-11-01ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange
2016-11-01ipmi: Implement shutdown via ACPI overtempCorey Minyard
2016-11-01ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater
2016-11-01ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard
2016-11-01ipmi: Remove hotplug from IPMI BMCsCorey Minyard
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-09-13ipmi: check return of qemu_chr_fe_write() for errorsDaniel P. Berrange
2016-09-08ipmi: free extern timerMarc-André Lureau
2016-06-07hw/ipmi: fix spellingMichael Tokarev
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11ipmi: add some local variables in ipmi_sdr_initCédric Le Goater
2016-03-11ipmi: remove the need of an ending record in the SDR tableCédric Le Goater
2016-03-11ipmi: use a function to initialize the SDR tableCédric Le Goater
2016-03-11ipmi: add a realize function to the device classCédric Le Goater
2016-03-11ipmi: add rsp_buffer_set_error() helperCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater
2016-03-11ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater
2016-02-16ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini
2016-02-06ipmi: add ACPI power and GUID commandsCédric Le Goater
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater
2016-02-06ipmi: fix SDR length valueCédric Le Goater
2016-02-06ipmi: cleanup error_report messagesCédric Le Goater
2016-02-06ipmi: replace *_MAXCMD definesCédric Le Goater
2016-02-06ipmi: replace goto by a return statementCédric Le Goater
2016-01-29hw: Clean up includesPeter Maydell
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell