Skip to content

Commit

Permalink
ipmi: Add a local BMC simulation
Browse files Browse the repository at this point in the history
This provides a minimal local BMC, basically enough to comply with the
spec and provide a complete watchdog timer (including a sensor, SDR,
and event).

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>
  • Loading branch information
cminyard authored and mstsirkin committed Dec 22, 2015
1 parent 23076bb commit 8bfffbc
Show file tree
Hide file tree
Showing 4 changed files with 1,729 additions and 0 deletions.
1 change: 1 addition & 0 deletions default-configs/i386-softmmu.mak
Expand Up @@ -10,6 +10,7 @@ CONFIG_VMWARE_VGA=y
CONFIG_VIRTIO_VGA=y
CONFIG_VMMOUSE=y
CONFIG_IPMI=y
CONFIG_IPMI_LOCAL=y
CONFIG_SERIAL=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
Expand Down
1 change: 1 addition & 0 deletions default-configs/x86_64-softmmu.mak
Expand Up @@ -10,6 +10,7 @@ CONFIG_VMWARE_VGA=y
CONFIG_VIRTIO_VGA=y
CONFIG_VMMOUSE=y
CONFIG_IPMI=y
CONFIG_IPMI_LOCAL=y
CONFIG_SERIAL=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
Expand Down
1 change: 1 addition & 0 deletions hw/ipmi/Makefile.objs
@@ -1 +1,2 @@
common-obj-$(CONFIG_IPMI) += ipmi.o
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o

0 comments on commit 8bfffbc

Please sign in to comment.