riscv-non-isa/riscv-ap-tee

[Qualcomm feedback] Chapter 9.11 onwards (fix ABI errors)

rsahita opened this issue · 4 comments

Reference: link

sbi_covh_add_tvm_page_table_pages

tsm_page_type is not passed as parameter. Missing?

Copies num_pages pages from non-confidential memory

fix num_pages markup style in 9.11 9.13 and 9.14

sbi_covh_add_tvm_measured_pages

tvm_guest_gpa missing as potentially invalid address.

sbi_covh_create_tvm_vcpu

Error code missing for cases where input requirements are not met by tvm_stage_page_addr param.

9.16 "0"

should be SBI_SUCCESS (fix error code in table to SBI_SUCCESS)

Fixed in #66 @osman-koyuncu-qualcomm @atishp04

@rsahita ack. for some reason I don't get the tag notification

@ozkoyuncu : Testing github notification / Please ignore.

addressed in #66