rivosinc / salus

Risc-V hypervisor for TEE development
96 stars 25 forks source link

sbi: Update for sbi-rs changes to SbiReturn type #299

Closed rbradford closed 1 year ago

rbradford commented 1 year ago

The SbiReturn type now contains a signed value for the return value to match the spec.

Fixes: #38

Signed-off-by: Rob Bradford rbradford@rivosinc.com

rbradford commented 1 year ago

This can't be merged until #187 as that handles the NaCl prototype changes.

sboeuf commented 1 year ago

This can't be merged until #187 as that handles the NaCl prototype changes.

Didn't you mean #295 ?