We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889195b commit ac06668Copy full SHA for ac06668
1 file changed
security-monitor/src/confidential_flow/finite_state_machine.rs
@@ -223,7 +223,8 @@ impl<'a> ConfidentialFlow<'a> {
223
}
224
225
// For the time-being, we rely on the OpenSBI's implementation of broadcasting IPIs to hardware harts.
226
- self.hardware_hart.opensbi_context(|| confidential_vm.broadcast_remote_command(sender_confidential_hart_id, confidential_hart_remote_command))
+ self.hardware_hart
227
+ .opensbi_context(|| confidential_vm.broadcast_remote_command(sender_confidential_hart_id, confidential_hart_remote_command))
228
229
230
/// Processes pending requests from other confidential harts by applying the corresponding state transformation to
0 commit comments