Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -0/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
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-08-21 | hw/ipmi: Rewrite a fall through comment | Philippe Mathieu-Daudé | 1 | -2/+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 | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-01-30 | ipmi: disable IRQ and ATN on an external disconnect | Corey Minyard | 1 | -0/+5 |
2018-01-22 | hw/ipmi: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -2/+3 |
2017-07-14 | char: avoid chardevice direct access | Anton Nefedov | 1 | -1/+1 |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov | 1 | -1/+1 |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 1 | -1/+1 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2016-11-01 | ipmi: Add graceful shutdown handling to the external BMC | Corey Minyard | 1 | -3/+8 |
2016-11-01 | ipmi: Remove hotplug from IPMI BMCs | Corey Minyard | 1 | -0/+1 |
2016-10-24 | char: remove explicit_fe_open, use a set_handlers argument | Marc-André Lureau | 1 | -1/+1 |
2016-10-24 | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 1 | -3/+4 |
2016-10-24 | char: replace PROP_CHR with CharBackend | Marc-André Lureau | 1 | -4/+4 |
2016-09-13 | ipmi: check return of qemu_chr_fe_write() for errors | Daniel P. Berrange | 1 | -2/+6 |
2016-09-08 | ipmi: free extern timer | Marc-André Lureau | 1 | -0/+9 |
2016-06-07 | hw/ipmi: fix spelling | Michael Tokarev | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-12-22 | ipmi: Add a force off function | Corey Minyard | 1 | -0/+6 |
2015-12-22 | ipmi: Add migration capability to the IPMI devices. | Corey Minyard | 1 | -0/+34 |
2015-12-22 | ipmi: Add an external connection simulation interface | Corey Minyard | 1 | -0/+478 |