Skip to content

Commit

Permalink
ipmi: Add a BT low-level interface
Browse files Browse the repository at this point in the history
This provides the simulation of the BT hardware interface for
IPMI.

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 0719029 commit a9b7407
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 0 deletions.
1 change: 1 addition & 0 deletions default-configs/i386-softmmu.mak
Expand Up @@ -13,6 +13,7 @@ CONFIG_IPMI=y
CONFIG_IPMI_LOCAL=y
CONFIG_IPMI_EXTERN=y
CONFIG_ISA_IPMI_KCS=y
CONFIG_ISA_IPMI_BT=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 @@ -13,6 +13,7 @@ CONFIG_IPMI=y
CONFIG_IPMI_LOCAL=y
CONFIG_IPMI_EXTERN=y
CONFIG_ISA_IPMI_KCS=y
CONFIG_ISA_IPMI_BT=y
CONFIG_SERIAL=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
Expand Down
1 change: 1 addition & 0 deletions hw/ipmi/Makefile.objs
Expand Up @@ -2,3 +2,4 @@ common-obj-$(CONFIG_IPMI) += ipmi.o
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_extern.o
common-obj-$(CONFIG_ISA_IPMI_KCS) += isa_ipmi_kcs.o
common-obj-$(CONFIG_ISA_IPMI_BT) += isa_ipmi_bt.o

0 comments on commit a9b7407

Please sign in to comment.