regenerate-meson: re-run with latest from sdbusplusThe sdbus++-gen-meson has a new version, which requires regeneratingall the meson in this repository. Re-run the `regenerate-meson`script.Sig
regenerate-meson: re-run with latest from sdbusplusThe sdbus++-gen-meson has a new version, which requires regeneratingall the meson in this repository. Re-run the `regenerate-meson`script.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: Ib3fe091253297e6cf82ddf2be8175bf3f4a495f4
show more ...
com.ibm: Add NotifyDump methodThis commit introduces a new 'NotifyDump' method in anew com.ibm.Dump.Notify interface to cater the specificrequirements of IBM OpenPOWER systems. This issupplement
com.ibm: Add NotifyDump methodThis commit introduces a new 'NotifyDump' method in anew com.ibm.Dump.Notify interface to cater the specificrequirements of IBM OpenPOWER systems. This issupplementing the general dbus 'Notify' method butcaters to the unique needs of IBM OpenPOWER systems.The 'NotifyDump' method creates or updates a dumpentry based on parameters and specific dump type,like 'System' or 'Resource'. The host provides asource dump id, size, dump type and a 'token'. Thetoken helps identify user-initiated dump requests anddefaults to 0 if not valid.Change-Id: Ic036b6ce30ccd0d12717c1ee314ba8aa4c4c74f3Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>