diff options
author | Corey Minyard <cminyard@mvista.com> | 2015-12-17 12:50:06 -0600 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-12-22 18:39:19 +0200 |
commit | 67aa56fc03bea44ccf384ea400515a8a58844a50 (patch) | |
tree | 47e052c75059dfea87a856c3b0b42418fff3ffc1 /hw/ipmi/Makefile.objs | |
parent | 8bfffbccad2b7a9836caee359bd5055ab6989ac5 (diff) |
ipmi: Add an external connection simulation interface
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>
Diffstat (limited to 'hw/ipmi/Makefile.objs')
-rw-r--r-- | hw/ipmi/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ipmi/Makefile.objs b/hw/ipmi/Makefile.objs index 875271ca56..ddb15ecf7b 100644 --- a/hw/ipmi/Makefile.objs +++ b/hw/ipmi/Makefile.objs @@ -1,2 +1,3 @@ common-obj-$(CONFIG_IPMI) += ipmi.o common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o +common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_extern.o |