| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | hw/ipmi: Fix realize() error API violations | Markus Armbruster | 2019-12-18 | 1 | -2/+5 |
* | ipmi: Allow a size value to be passed for I/O space | Corey Minyard | 2019-09-20 | 1 | -1/+1 |
* | ipmi: Split out BT-specific code from ISA BT code | Corey Minyard | 2019-09-20 | 1 | -420/+21 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+2 |
* | ipmi: Use proper struct reference for BT vmstate | Corey Minyard | 2018-08-23 | 1 | -13/+55 |
* | ipmi: Fix macro issues | Corey Minyard | 2018-01-30 | 1 | -6/+6 |
* | hw/ipmi: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | ipmi: Fix macro issues | Corey Minyard | 2017-04-02 | 1 | -22/+12 |
* | migration: consolidate VMStateField.start | Halil Pasic | 2017-02-13 | 1 | -4/+2 |
* | ipmi: rework the fwinfo to be fetched from the interface | Corey Minyard | 2016-06-07 | 1 | -25/+32 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | hw: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | fpu: Replace int32 typedef with int32_t | Peter Maydell | 2016-01-22 | 1 | -1/+1 |
* | ipmi: Add firmware registration to the ISA interface | Corey Minyard | 2015-12-22 | 1 | -0/+15 |
* | ipmi: Add migration capability to the IPMI devices. | Corey Minyard | 2015-12-22 | 1 | -0/+24 |
* | ipmi: Add a BT low-level interface | Corey Minyard | 2015-12-22 | 1 | -0/+489 |