summaryrefslogtreecommitdiffstats
path: root/hw/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+6
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+14
* ipmi: Use proper struct reference for BT vmstateCorey Minyard2018-08-231-13/+55
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-1/+1
* ipmi: Use proper struct reference for KCS vmstateCorey Minyard2018-06-011-15/+66
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* ipmi: Allow BMC device properties to be setCorey Minyard2018-01-301-7/+14
* ipmi: disable IRQ and ATN on an external disconnectCorey Minyard2018-01-301-0/+5
* ipmi: Fix macro issuesCorey Minyard2018-01-301-6/+6
* ipmi: Add the platform event message commandCorey Minyard2018-01-301-0/+24
* ipmi: Don't set the timestamp on add events that don't have itCorey Minyard2018-01-301-2/+7
* ipmi: Fix SEL get/set time commandsCorey Minyard2018-01-301-2/+2
* hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-01-221-2/+3
* hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-182-2/+0Star
* 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