#
921791c7 |
| 17-Jun-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://githu
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: I965f52f9eae78bcad39a8d711f99bef7be4cbde0 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
21892513 |
| 08-Jul-2023 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
com.ibm: Add NotifyDump method
This commit introduces a new 'NotifyDump' method in a new com.ibm.Dump.Notify interface to cater the specific requirements of IBM OpenPOWER systems. This is supplement
com.ibm: Add NotifyDump method
This commit introduces a new 'NotifyDump' method in a new com.ibm.Dump.Notify interface to cater the specific requirements of IBM OpenPOWER systems. This is supplementing the general dbus 'Notify' method but caters to the unique needs of IBM OpenPOWER systems.
The 'NotifyDump' method creates or updates a dump entry based on parameters and specific dump type, like 'System' or 'Resource'. The host provides a source dump id, size, dump type and a 'token'. The token helps identify user-initiated dump requests and defaults to 0 if not valid.
Change-Id: Ic036b6ce30ccd0d12717c1ee314ba8aa4c4c74f3 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|