]> git.proxmox.com Git - mirror_qemu.git/commit
ipmi: Add an external connection simulation interface
authorCorey Minyard <cminyard@mvista.com>
Thu, 17 Dec 2015 18:50:06 +0000 (12:50 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 22 Dec 2015 16:39:19 +0000 (18:39 +0200)
commit67aa56fc03bea44ccf384ea400515a8a58844a50
tree47e052c75059dfea87a856c3b0b42418fff3ffc1
parent8bfffbccad2b7a9836caee359bd5055ab6989ac5
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>
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/ipmi/Makefile.objs
hw/ipmi/ipmi_bmc_extern.c [new file with mode: 0644]