#
e212fb06 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f166640fbf9d4ee3fb24b542a73237cdf54f775
show more ...
|
#
1315968c |
| 16-Feb-2022 |
Ben Tyner <ben.tyner@ibm.com> |
attn: Move create pel support to util
Move the create pel support from attention handler the util library.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I023add4b3e237d0253b218ff2912ea081
attn: Move create pel support to util
Move the create pel support from attention handler the util library.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I023add4b3e237d0253b218ff2912ea081961da6d
show more ...
|
#
a098210f |
| 16-Feb-2022 |
Ben Tyner <ben.tyner@ibm.com> |
attn: Remove dbus method wrapper extended support
The attention handler dbus method wrapper function allowed for specifying an extended function parameter for things like get property. This is no lo
attn: Remove dbus method wrapper extended support
The attention handler dbus method wrapper function allowed for specifying an extended function parameter for things like get property. This is no longer being used and was removed.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I16ed0af65093cbaa577e4a72dee45e441efff104
show more ...
|
#
fe2c50d7 |
| 23-Jul-2021 |
Ben Tyner <ben.tyner@ibm.com> |
util::dbus: Make common the hostRunningState code
Move the code for getting the host running state from attention handler specific code to common utility code.
Signed-off-by: Ben Tyner <ben.tyner@i
util::dbus: Make common the hostRunningState code
Move the code for getting the host running state from attention handler specific code to common utility code.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I457662cc13aa4dc89b321f238cd060e7e7486d1b
show more ...
|
#
5c5db65a |
| 22-Feb-2021 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Dump request and monitoring support
Support for requesting a dump from the dump manager and monitoring the dump progress.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I03acd2b8c13c
Attn: Dump request and monitoring support
Support for requesting a dump from the dump manager and monitoring the dump progress.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I03acd2b8c13ce0b5ced63ff7fbb32f7225467aee
show more ...
|
#
4bbcb38f |
| 22-Feb-2021 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Determine TI source by host running state
In cases where the TI info is not available use the host running state to make an educated guess as to the source of the TI.
Signed-off-by: Ben Tyner
Attn: Determine TI source by host running state
In cases where the TI info is not available use the host running state to make an educated guess as to the source of the TI.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I95c59ecad90b3aec417a64df4eac0ac5cb50dc09
show more ...
|
#
188f1096 |
| 01-Feb-2021 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Refactor dbus calls for pel handling
Removed hard-coded system names and instead find system name by dbus object path and interface. Add try/catch handling around dbus calls that could throw e
Attn: Refactor dbus calls for pel handling
Removed hard-coded system names and instead find system name by dbus object path and interface. Add try/catch handling around dbus calls that could throw exceptions.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I9cfe5fce858ba690fc9a7f0e61a4d249d5a1ef84
show more ...
|