summaryrefslogtreecommitdiffstats
path: root/host-services.c
Commit message (Collapse)AuthorAgeFilesLines
* Print failing object path after failed bus lookupBrad Bishop2016-10-061-1/+2
| | | | | Change-Id: I599d8297b4d2fd45831443685ea5b7d53f1515b6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Allow out-of-tree buildsPatrick Williams2016-09-061-1/+1
| | | | | Change-Id: If4b97e65f63c3abbf23140dd97b9febe00b3be0d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Hard-coded service name replaced with call to ObjectMapperSergey Solomin2016-08-251-3/+8
| | | | | | | | | | | | | In the openbmc code, the dbus service name is hardcoded. The ObjectMapper provides a way to find out the service name by issuing a GetObject method call to the ObjectMapper. That functionality is implemented in mapper.c The output of the call to the mapper is a service name. Resolves openbmc/openbmc#319. Change-Id: I724a31ede6bdf3ae4b361e730857b1f2696a8966 Signed-off-by: Sergey Solomin <sergey.solomin@us.ibm.com>
* memory leak found during multiple reboots. it was found that in many cases thevishwa2016-03-031-1/+1
| | | | | | reply was not unref'ed --signed off by vishwanath@in.ibm.com---
* Re submitting plugin support for Host Servicesvishwa2016-01-131-77/+94
|
* host-services: Add ipmid-api headerJoel Stanley2015-11-251-1/+3
| | | | | | Needed for a prototype for ipmid_get_sd_bus_connection. Signed-off-by: Joel Stanley <joel@jms.id.au>
* IPMI soft power offvishwa2015-11-241-0/+119
OpenPOWER on IntegriCloud