MultiArchUefiPkg icon indicating copy to clipboard operation
MultiArchUefiPkg copied to clipboard

Test cross-ISA emulated calls

Open andreiw opened this issue 2 years ago • 0 comments

Validate that one emulated binary (e.g. x64 app) can call an interface provided by another emulated binary with a different ISA (e.g. AArch64 driver).

This is primarily test application / test driver work + a fixes to Emulator.c/Cpu.c. Namely, it needs to treat code with ImageRecords having a different arch as being native.

andreiw avatar Mar 22 '23 05:03 andreiw