Closed gaojiaqi7 closed 1 year ago
Fix: https://github.com/confidential-containers/td-shim/issues/558 According to GHCI, interrupt blocked flag should be cleared if RFLAGS.IF=1 or the tdcall instruction immediately follows an sti instruction, otherwise this flag should be set
RFLAGS.IF=1
tdcall
sti
Fix: https://github.com/confidential-containers/td-shim/issues/558 According to GHCI, interrupt blocked flag should be cleared if
RFLAGS.IF=1
or thetdcall
instruction immediately follows ansti
instruction, otherwise this flag should be set