]> Git Repo - qemu.git/commit
ipmi: Split out KCS-specific code from ISA KCS code
authorCorey Minyard <[email protected]>
Wed, 6 Dec 2017 13:34:24 +0000 (07:34 -0600)
committerCorey Minyard <[email protected]>
Fri, 20 Sep 2019 19:08:10 +0000 (14:08 -0500)
commit0f310cd6e1218728ddba54afdfbddc66e2db0012
treef5dfc0971785ae8dae0986f93ae52ce7ba175bd0
parent7b0cd78bf72368b71e6ffa7a8b8f5e57a2e65b5d
ipmi: Split out KCS-specific code from ISA KCS code

Get ready for PCI and other KCS interfaces.

No functional changes, just split the code into the generic KCS code
and the ISA-specific code.

Signed-off-by: Corey Minyard <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
hw/ipmi/Makefile.objs
hw/ipmi/ipmi_kcs.c [new file with mode: 0644]
hw/ipmi/isa_ipmi_kcs.c
include/hw/ipmi/ipmi_kcs.h [new file with mode: 0644]
This page took 0.038141 seconds and 4 git commands to generate.