aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi/ipmi.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-20ipmi: Fix watchdog NMI handlingCorey Minyard1-3/+3
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2016-11-01ipmi: Implement shutdown via ACPI overtempCorey Minyard1-1/+7
2016-11-01ipmi: chassis poweroff should use qemu_system_shutdown_request()Cédric Le Goater1-1/+1
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard1-27/+7
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini1-2/+0
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-12-22ipmi: Add a firmware configuration repositoryCorey Minyard1-0/+27
2015-12-22Add a base IPMI interfaceCorey Minyard1-0/+125