summaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-30ipmi: Allow BMC device properties to be setCorey Minyard1-7/+14
2018-01-30ipmi: disable IRQ and ATN on an external disconnectCorey Minyard1-0/+5
2018-01-30ipmi: Fix macro issuesCorey Minyard1-6/+6
2018-01-30ipmi: Add the platform event message commandCorey Minyard1-0/+24
2018-01-30ipmi: Don't set the timestamp on add events that don't have itCorey Minyard1-2/+7
2018-01-30ipmi: Fix SEL get/set time commandsCorey Minyard1-2/+2
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2017-12-18hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-04-26ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater1-0/+24
2017-04-26ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater1-0/+16
2017-04-26ipmi: provide support for FRUsCédric Le Goater1-0/+133
2017-04-26ipmi: use a file to load SDRsCédric Le Goater1-2/+21
2017-04-02ipmi: Fix macro issuesCorey Minyard1-22/+12
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-4/+2
2016-11-18ipmi: fix qemu crash while migrating with ipmiZhuangYanying1-4/+2
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard1-3/+8
2016-11-01ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange1-1/+1
2016-11-01ipmi: Implement shutdown via ACPI overtempCorey Minyard1-1/+7
2016-11-01ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater1-1/+1
2016-11-01ipmi_bmc_sim: Remove an unnecessary mutexCorey Minyard1-6/+0
2016-11-01ipmi: Remove hotplug from IPMI BMCsCorey Minyard2-0/+2
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-3/+4
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-4/+4
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-1/+1
2016-09-13ipmi: check return of qemu_chr_fe_write() for errorsDaniel P. Berrange1-2/+6
2016-09-08ipmi: free extern timerMarc-André Lureau1-0/+9
2016-06-07hw/ipmi: fix spellingMichael Tokarev1-1/+1
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard3-77/+70
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster3-0/+3
2016-03-11ipmi: add some local variables in ipmi_sdr_initCédric Le Goater1-5/+10
2016-03-11ipmi: remove the need of an ending record in the SDR tableCédric Le Goater1-10/+3
2016-03-11ipmi: use a function to initialize the SDR tableCédric Le Goater1-21/+28
2016-03-11ipmi: add a realize function to the device classCédric Le Goater1-3/+4
2016-03-11ipmi: add rsp_buffer_set_error() helperCédric Le Goater1-55/+60
2016-03-11ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater1-14/+19
2016-03-11ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater1-253/+228
2016-03-11ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater1-80/+84
2016-02-16ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater1-8/+8
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard1-0/+2
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard1-1/+1
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini1-2/+0