-
Notifications
You must be signed in to change notification settings - Fork 17
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
attestation 지원을 위한 AMD SEV 코드 분석 #4
Comments
https://www.youtube.com/watch?v=B6mr-eh04ZQ 10분쯤에 KVM for regular VMs 에 보면 NS에서 실행되는 기존 VM 과 Realm world에서 실행될 VM의 차이점 설명합니다. guest private memory용과 NS와 share할 메모리를 구분한다는 것과 이 2가지 용도들의 메모리 영역들이 하나의 memslot에서 표현 된다고 하는데요. |
The current putc version test for TXEMPTY bit set (#6) instead of waiting for TXFULL bit clear (#4), that slows the global boot time as we are not taking benefit of the 32-byte FIFO. We then need to implement the flush function to be sure the transmit is complete (FIFO and shift register empty). Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Change-Id: I54873a5203e2afdc230e44ce73284e7a80985b4f
Remove unused include in cc_helpers.cc
Merge pull request #3 from ARM-software/main
KVM/Qemu내 AMD SEV용으로 attestation 지원을 위한 코드들 분석
The text was updated successfully, but these errors were encountered: