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