summaryrefslogtreecommitdiffstats
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorCorey Minyard2015-12-17 19:50:04 +0100
committerMichael S. Tsirkin2015-12-22 17:39:19 +0100
commit23076bb34b049f5908fefae19266d3f25f55fd3e (patch)
tree621f4a9cc030b4a712ad44f7a27d221b18f7419a /hw/Makefile.objs
parentpc: Group and document related PCMachineState/PCMachineclass fields (diff)
downloadqemu-23076bb34b049f5908fefae19266d3f25f55fd3e.tar.gz
qemu-23076bb34b049f5908fefae19266d3f25f55fd3e.tar.xz
qemu-23076bb34b049f5908fefae19266d3f25f55fd3e.zip
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>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index 7e7c241104..4a07ed4344 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -13,6 +13,7 @@ devices-dirs-$(CONFIG_SOFTMMU) += ide/
devices-dirs-$(CONFIG_SOFTMMU) += input/
devices-dirs-$(CONFIG_SOFTMMU) += intc/
devices-dirs-$(CONFIG_IPACK) += ipack/
+devices-dirs-$(CONFIG_IPMI) += ipmi/
devices-dirs-$(CONFIG_SOFTMMU) += isa/
devices-dirs-$(CONFIG_SOFTMMU) += misc/
devices-dirs-$(CONFIG_SOFTMMU) += net/