aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)Author
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/ipmiMarc-André Lureau
2020-07-17ipmi: add SET_SENSOR_READING commandCédric Le Goater
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2020-01-07hw/ipmi: Remove unnecessary declarationsPhilippe Mathieu-Daudé
2019-12-18hw/ipmi: Fix realize() error API violationsMarkus Armbruster
2019-12-17ipmi: Add support to customize OEM functionsCédric Le Goater
2019-09-20ipmi: Add an SMBus IPMI interfaceCorey Minyard
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard
2019-09-20ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard
2019-09-20ipmi: Add a UUID device propertyCorey Minyard
2019-09-20ipmi: Generate an interrupt on watchdog pretimeout expiryCorey Minyard
2019-09-20ipmi: Fix the get watchdog commandCorey Minyard
2019-09-20ipmi: Fix watchdog NMI handlingCorey Minyard
2019-08-21hw/ipmi: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07ipmi: express dependencies with kconfigPaolo Bonzini
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2018-08-23ipmi: Use proper struct reference for BT vmstateCorey Minyard
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-01ipmi: Use proper struct reference for KCS vmstateCorey Minyard
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-30ipmi: Allow BMC device properties to be setCorey Minyard
2018-01-30ipmi: disable IRQ and ATN on an external disconnectCorey Minyard
2018-01-30ipmi: Fix macro issuesCorey Minyard
2018-01-30ipmi: Add the platform event message commandCorey Minyard
2018-01-30ipmi: Don't set the timestamp on add events that don't have itCorey Minyard
2018-01-30ipmi: Fix SEL get/set time commandsCorey Minyard
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-12-18hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov