| Commit message (Expand) | Author | Age | Files | Lines |
* | ipmi:smbus: Add a check around a memcpy | Corey Minyard | 2022-08-01 | 1 | -1/+3 |
* | acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors | Igor Mammedov | 2022-06-10 | 3 | -0/+12 |
* | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow | 2022-03-08 | 2 | -2/+2 |
* | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 2022-02-21 | 1 | -2/+2 |
* | ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim struct | Jinhua Cao | 2021-07-08 | 1 | -2/+2 |
* | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 2021-05-02 | 2 | -2/+0 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -1/+0 |
* | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 2 | -0/+2 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 6 | -18/+6 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 6 | -11/+12 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 6 | -12/+24 |
* | meson: convert hw/ipmi | Marc-André Lureau | 2020-08-21 | 2 | -8/+11 |
* | ipmi: add SET_SENSOR_READING command | Cédric Le Goater | 2020-07-17 | 1 | -0/+223 |
* | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -2/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 5 | -5/+5 |
* | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 2020-01-08 | 1 | -1/+1 |
* | hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé | 2020-01-07 | 1 | -0/+6 |
* | hw/ipmi: Remove unnecessary declarations | Philippe Mathieu-Daudé | 2020-01-07 | 1 | -4/+0 |
* | hw/ipmi: Fix realize() error API violations | Markus Armbruster | 2019-12-18 | 4 | -8/+18 |
* | ipmi: Add support to customize OEM functions | Cédric Le Goater | 2019-12-17 | 1 | -44/+6 |
* | ipmi: Add an SMBus IPMI interface | Corey Minyard | 2019-09-20 | 3 | -0/+390 |
* | ipmi: Add PCI IPMI interfaces | Corey Minyard | 2019-09-20 | 4 | -0/+304 |
* | ipmi: Allow a size value to be passed for I/O space | Corey Minyard | 2019-09-20 | 4 | -10/+36 |
* | ipmi: Split out BT-specific code from ISA BT code | Corey Minyard | 2019-09-20 | 3 | -421/+448 |
* | ipmi: Split out KCS-specific code from ISA KCS code | Corey Minyard | 2019-09-20 | 3 | -397/+430 |
* | ipmi: Add a UUID device property | Corey Minyard | 2019-09-20 | 1 | -8/+14 |
* | ipmi: Generate an interrupt on watchdog pretimeout expiry | Corey Minyard | 2019-09-20 | 1 | -1/+3 |
* | ipmi: Fix the get watchdog command | Corey Minyard | 2019-09-20 | 1 | -0/+2 |
* | ipmi: Fix watchdog NMI handling | Corey Minyard | 2019-09-20 | 2 | -4/+4 |
* | hw/ipmi: Rewrite a fall through comment | Philippe Mathieu-Daudé | 2019-08-21 | 1 | -2/+1 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 5 | -0/+5 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 3 | -3/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 4 | -0/+4 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 2 | -0/+2 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 5 | -0/+7 |
* | ipmi: express dependencies with kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+6 |
* | isa: express dependencies with kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+2 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+14 |
* | ipmi: Use proper struct reference for BT vmstate | Corey Minyard | 2018-08-23 | 1 | -13/+55 |
* | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 2018-06-12 | 1 | -1/+1 |
* | ipmi: Use proper struct reference for KCS vmstate | Corey Minyard | 2018-06-01 | 1 | -15/+66 |
* | qapi: Empty out qapi-schema.json | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | ipmi: Allow BMC device properties to be set | Corey Minyard | 2018-01-30 | 1 | -7/+14 |
* | ipmi: disable IRQ and ATN on an external disconnect | Corey Minyard | 2018-01-30 | 1 | -0/+5 |
* | ipmi: Fix macro issues | Corey Minyard | 2018-01-30 | 1 | -6/+6 |
* | ipmi: Add the platform event message command | Corey Minyard | 2018-01-30 | 1 | -0/+24 |