]> git.proxmox.com Git - mirror_qemu.git/commit
ipmi: Split out KCS-specific code from ISA KCS code
authorCorey Minyard <cminyard@mvista.com>
Wed, 6 Dec 2017 13:34:24 +0000 (07:34 -0600)
committerCorey Minyard <cminyard@mvista.com>
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 <cminyard@mvista.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
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]