summaryrefslogtreecommitdiffstats
path: root/hw/ipmi/ipmi_bmc_extern.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+6
* hw/ipmi: Remove unnecessary declarationsPhilippe Mathieu-Daudé2020-01-071-4/+0Star
* hw/ipmi: Rewrite a fall through commentPhilippe Mathieu-Daudé2019-08-211-2/+1Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ipmi: disable IRQ and ATN on an external disconnectCorey Minyard2018-01-301-0/+5
* hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-01-221-2/+3
* 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
* ipmi: Add graceful shutdown handling to the external BMCCorey Minyard2016-11-011-3/+8
* ipmi: Remove hotplug from IPMI BMCsCorey Minyard2016-11-011-0/+1
* 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
* 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
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw: Clean up includesPeter Maydell2016-01-291-1/+1
* ipmi: Add a force off functionCorey Minyard2015-12-221-0/+6
* ipmi: Add migration capability to the IPMI devices.Corey Minyard2015-12-221-0/+34
* ipmi: Add an external connection simulation interfaceCorey Minyard2015-12-221-0/+478