aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ipmi: Add support to customize OEM functionsCédric Le Goater1-44/+6
2019-09-20ipmi: Add an SMBus IPMI interfaceCorey Minyard3-0/+390
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard4-0/+304
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard4-10/+36
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard3-421/+448
2019-09-20ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard3-397/+430
2019-09-20ipmi: Add a UUID device propertyCorey Minyard1-8/+14
2019-09-20ipmi: Generate an interrupt on watchdog pretimeout expiryCorey Minyard1-1/+3
2019-09-20ipmi: Fix the get watchdog commandCorey Minyard1-0/+2
2019-09-20ipmi: Fix watchdog NMI handlingCorey Minyard2-4/+4
2019-08-21hw/ipmi: Rewrite a fall through commentPhilippe Mathieu-Daudé1-2/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster5-0/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster3-3/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster4-0/+4
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-0/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster5-0/+7
2019-03-07ipmi: express dependencies with kconfigPaolo Bonzini1-0/+6
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+14
2018-08-23ipmi: Use proper struct reference for BT vmstateCorey Minyard1-13/+55
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-01ipmi: Use proper struct reference for KCS vmstateCorey Minyard1-15/+66
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-30ipmi: Allow BMC device properties to be setCorey Minyard1-7/+14
2018-01-30ipmi: disable IRQ and ATN on an external disconnectCorey Minyard1-0/+5
2018-01-30ipmi: Fix macro issuesCorey Minyard1-6/+6
2018-01-30ipmi: Add the platform event message commandCorey Minyard1-0/+24
2018-01-30ipmi: Don't set the timestamp on add events that don't have itCorey Minyard1-2/+7
2018-01-30ipmi: Fix SEL get/set time commandsCorey Minyard1-2/+2
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2017-12-18hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
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
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-04-26ipmi: introduce an ipmi_bmc_gen_event() APICédric Le Goater1-0/+24
2017-04-26ipmi: introduce an ipmi_bmc_sdr_find() APICédric Le Goater1-0/+16
2017-04-26ipmi: provide support for FRUsCédric Le Goater1-0/+133
2017-04-26ipmi: use a file to load SDRsCédric Le Goater1-2/+21
2017-04-02ipmi: Fix macro issuesCorey Minyard1-22/+12
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-4/+2
2016-11-18ipmi: fix qemu crash while migrating with ipmiZhuangYanying1-4/+2
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard1-3/+8
2016-11-01ipmi: fix build config variable name for ipmi_bmc_extern.oDaniel P. Berrange1-1/+1
2016-11-01ipmi: Implement shutdown via ACPI overtempCorey Minyard1-1/+7