Add support for OCP protocol#20
Draft
n-ramacciotti wants to merge 4 commits into
Draft
Conversation
1 task
9beee2d to
0e23e44
Compare
Add the calls defined in the draft spec. Signed-off-by: Nicola Ramacciotti <niko.ramak@gmail.com>
Add and export a utitily functions to interact with svsm in ocp protocol Signed-off-by: Nicola Ramacciotti <niko.ramak@gmail.com>
Author
|
v2:
|
Add a minimal driver for svsm ocp protocol. Signed-off-by: Nicola Ramacciotti <niko.ramak@gmail.com>
641d803 to
7c5394b
Compare
Test some configurations that will print the entries or not of OCP source entries defined in SVSM. use a parameter when inserting the module to test different scenarios Signed-off-by: Nicola Ramacciotti <niko.ramak@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RFC PR for observability and configuration protocol
This is the linux-side handler.
It is still a work in progress. For now it is only used to test
SVSM_OCP_LISTrequest.This contains a [test] commit with a module that can be loaded and will do a single call to SVSM_OCP_LIST during initialization. The parameter of this call can be changed based on a configuration parameter that can be specified when inserting the module. This can be inserted and removed multiple times.
see PR coconut-svsm/svsm#1138