aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi/isa_ipmi_bt.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-18hw/ipmi: Fix realize() error API violationsMarkus Armbruster1-2/+5
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard1-1/+1
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard1-420/+21
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-08-23ipmi: Use proper struct reference for BT vmstateCorey Minyard1-13/+55
2018-01-30ipmi: Fix macro issuesCorey Minyard1-6/+6
2017-12-18hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-04-02ipmi: Fix macro issuesCorey Minyard1-22/+12
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-4/+2
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard1-25/+32
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell1-1/+1
2015-12-22ipmi: Add firmware registration to the ISA interfaceCorey Minyard1-0/+15
2015-12-22ipmi: Add migration capability to the IPMI devices.Corey Minyard1-0/+24
2015-12-22ipmi: Add a BT low-level interfaceCorey Minyard1-0/+489