index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ipmi
/
isa_ipmi_kcs.c
Age
Commit message (
Expand
)
Author
2023-12-29
hw/ipmi: Constify VMState
Richard Henderson
2023-11-01
hw/ipmi: Don't call vmstate_register() from instance_init() functions
Thomas Huth
2022-06-09
acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors
Igor Mammedov
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-18
hw/ipmi: Fix realize() error API violations
Markus Armbruster
2019-09-20
ipmi: Allow a size value to be passed for I/O space
Corey Minyard
2019-09-20
ipmi: Split out KCS-specific code from ISA KCS code
Corey Minyard
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-06-01
ipmi: Use proper struct reference for KCS vmstate
Corey Minyard
2017-12-18
hw/ipmi: remove old i386 dependency
Philippe Mathieu-Daudé
2016-11-18
ipmi: fix qemu crash while migrating with ipmi
ZhuangYanying
2016-06-07
ipmi: rework the fwinfo to be fetched from the interface
Corey Minyard
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw: Clean up includes
Peter Maydell
2016-01-22
fpu: Replace int32 typedef with int32_t
Peter Maydell
2015-12-22
ipmi: Add firmware registration to the ISA interface
Corey Minyard
2015-12-22
ipmi: Add migration capability to the IPMI devices.
Corey Minyard
2015-12-22
ipmi: Add an ISA KCS low-level interface
Corey Minyard