Skip to content

Commit c434698

Browse files
author
Sangho Lee
committed
support multiple TA instances with page table isolation
1 parent ec317ab commit c434698

22 files changed

Lines changed: 2354 additions & 951 deletions

File tree

dev_tests/src/ratchet.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ fn ratchet_globals() -> Result<()> {
4141
("litebox_platform_multiplex/", 1),
4242
("litebox_platform_windows_userland/", 7),
4343
("litebox_runner_linux_userland/", 1),
44-
("litebox_runner_lvbs/", 4),
44+
("litebox_runner_lvbs/", 5),
4545
("litebox_runner_snp/", 1),
4646
("litebox_shim_linux/", 1),
47-
("litebox_shim_optee/", 2),
47+
("litebox_shim_optee/", 5),
4848
],
4949
|file| {
5050
Ok(file

0 commit comments

Comments
 (0)