summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/host_interface.hpp
Commit message (Collapse)AuthorAgeFilesLines
* PEL: Add HostInterface base classMatt Spinler2020-01-271-0/+211
This is an abstract base class that is overridden to send a command to the host (such as a hypervisor) to notify it of new PELs. The only concrete implementation is using the 'New File Available' PLDM command. Using this base class allows the PLDM aspects to be mocked in testcases that involve queuing and sending PELs. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I830298d0fd949b4268c31c83acafe2afd90dd4cb
OpenPOWER on IntegriCloud