]> git.proxmox.com Git - mirror_qemu.git/commit
Add a base IPMI interface
authorCorey Minyard <cminyard@mvista.com>
Thu, 17 Dec 2015 18:50:04 +0000 (12:50 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 22 Dec 2015 16:39:19 +0000 (18:39 +0200)
commit23076bb34b049f5908fefae19266d3f25f55fd3e
tree621f4a9cc030b4a712ad44f7a27d221b18f7419a
parent13fc834308668097d6fd09c85ae3ecad06360a64
Add a base IPMI interface

Add the basic IPMI types and infrastructure to QEMU.  Low-level
interfaces and simulation interfaces will register with this; it's
kind of the go-between to tie them together.

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/Makefile.objs
hw/ipmi/Makefile.objs [new file with mode: 0644]
hw/ipmi/ipmi.c [new file with mode: 0644]
include/hw/ipmi/ipmi.h [new file with mode: 0644]
qemu-doc.texi