Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to address issues 62, 63 (chapter 8) #67

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

rsahita
Copy link
Collaborator

@rsahita rsahita commented Mar 8, 2024

No description provided.

@rsahita
Copy link
Collaborator Author

rsahita commented Mar 8, 2024

cc @ozkoyuncu

with `sbi_covh_run_tvm_vcpu()` will fail. Any guest page faults taken by other
TVM vCPUs in the
invalidated pages continue to be reported to the host.
completed. Attempts to run it with `sbi_covh_run_tvm_vcpu()` will fail.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any change in this paragraph did I miss something. not sure how it addressed the comment

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the main change to address the issue was from lines 410-417 - the above was just text wrapping issues I fixed in the same PR.

@rsahita rsahita requested a review from ozkoyuncu March 11, 2024 22:36
vCPU after the first part, and lazily handle the fault for the second part.
Also the reclamation is of the confidential pages, and the shared memory pages
provided by the host may be unique from those pages so that host has the option
to service the request on the TVM synchronously or asynchronously.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ozkoyuncu this section has the main text added.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack. thx

@rsahita rsahita merged commit f1c8740 into riscv-non-isa:main Mar 12, 2024
2 checks passed
@rsahita rsahita deleted the topic/spec-chap8 branch March 12, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants