aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)AuthorFilesLines
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2-2/+2
2022-08-01ipmi:smbus: Add a check around a memcpyCorey Minyard1-1/+3
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov3-0/+12
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2-2/+2
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-2/+2
2021-07-08ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim structJinhua Cao1-2/+2
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth2-2/+0
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2-0/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost6-18/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost6-11/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost6-12/+24
2020-08-21meson: convert hw/ipmiMarc-André Lureau2-8/+11
2020-07-17ipmi: add SET_SENSOR_READING commandCédric Le Goater1-0/+223
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-1/+1
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é Lureau5-5/+5
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+6
2020-01-07hw/ipmi: Remove unnecessary declarationsPhilippe Mathieu-Daudé1-4/+0
2019-12-18hw/ipmi: Fix realize() error API violationsMarkus Armbruster4-8/+18
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