]> Git Repo - qemu.git/commit
Add a base IPMI interface
authorCorey Minyard <[email protected]>
Thu, 17 Dec 2015 18:50:04 +0000 (12:50 -0600)
committerMichael S. Tsirkin <[email protected]>
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 <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
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
This page took 0.025848 seconds and 4 git commands to generate.