mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00

This adds an interface for IPMI that connects to a remote BMC over a chardev (generally a TCP socket). The OpenIPMI lanserv simulator describes this interface, see that for interface details. Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
3 lines
139 B
Text
3 lines
139 B
Text
common-obj-$(CONFIG_IPMI) += ipmi.o
|
|
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o
|
|
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_extern.o
|