ipmi: Add host IPMI interface & debug implementation

The host IPMI interface is just a pair of send/receive calls, providing
seq, netfn, cmd and a data byte array (dbus type "yyyay").

This change adds a fake host IPMI module to implement this interface.
Bytes are read from stdin (as space-separated hex values), and sent as a
ReceivedMessage signal. We also print any messages we see as calls to
sendMessage.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2 files changed
tree: 8ab007c75b78189c5766d51b15cb4402d609fcfc
  1. bin/
  2. includes/
  3. interfaces/
  4. objects/
  5. xml/
  6. codegen
  7. Makefile