commit | 0ffd4f8bb7d4e7b4490dc19c0d4e5985d1acf9b0 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Mon Sep 14 14:00:57 2015 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Wed Sep 23 14:33:01 2015 +1000 |
tree | 8ab007c75b78189c5766d51b15cb4402d609fcfc | |
parent | 2d1ee89a05b22a776b9beeb598f5d9a590d12303 [diff] |
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>