| commit | ea1c401c4bac43d6070bf7d515df08f8bf57c0a2 | [log] [tgz] |
|---|---|---|
| author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri May 24 13:26:16 2019 -0700 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jun 05 13:49:43 2019 +0000 |
| tree | 106c47db1d1849e0c5287421ffbe33cbd4d24232 | |
| parent | a3dd7661d18aeb47bbad271f40cc23efb5dea8b5 [diff] |
Modify Get Device ID to use Context::bus
Now that a bus pointer is available via the Context for every IPMI
command handler, make use of it for Get Device ID.
Tested-by: run Get Device ID and verify results:
ipmitool raw 6 1
23 00 00 00 02 bf 57 01 00 7b 00 00 00 00 00
Change-Id: I2ae5f59623767c7ae059340758a8d042acfb00e9
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run ./bootstrap.sh clean.