aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi/ipmi_bmc_extern.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/ipmi: Constify VMStateRichard Henderson1-1/+1
2023-11-01hw/ipmi: Don't call vmstate_register() from instance_init() functionsThomas Huth1-14/+15
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+6
2020-01-07hw/ipmi: Remove unnecessary declarationsPhilippe Mathieu-Daudé1-4/+0
2019-08-21hw/ipmi: Rewrite a fall through commentPhilippe Mathieu-Daudé1-2/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-01-30ipmi: disable IRQ and ATN on an external disconnectCorey Minyard1-0/+5
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
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
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard1-3/+8
2016-11-01ipmi: Remove hotplug from IPMI BMCsCorey Minyard1-0/+1
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-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-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw: Clean up includesPeter Maydell1-1/+1
2015-12-22ipmi: Add a force off functionCorey Minyard1-0/+6
2015-12-22ipmi: Add migration capability to the IPMI devices.Corey Minyard1-0/+34
2015-12-22ipmi: Add an external connection simulation interfaceCorey Minyard1-0/+478