summaryrefslogtreecommitdiffstats
path: root/hw/ipmi/isa_ipmi_kcs.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/ipmi: Fix realize() error API violationsMarkus Armbruster2019-12-181-2/+5
* ipmi: Allow a size value to be passed for I/O spaceCorey Minyard2019-09-201-1/+1
* ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard2019-09-201-396/+21Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* ipmi: Use proper struct reference for KCS vmstateCorey Minyard2018-06-011-15/+66
* hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* ipmi: fix qemu crash while migrating with ipmiZhuangYanying2016-11-181-4/+2Star
* ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard2016-06-071-25/+31
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-221-1/+1
* ipmi: Add firmware registration to the ISA interfaceCorey Minyard2015-12-221-0/+15
* ipmi: Add migration capability to the IPMI devices.Corey Minyard2015-12-221-0/+26
* ipmi: Add an ISA KCS low-level interfaceCorey Minyard2015-12-221-0/+452