You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use logger::{info, update_metric_with_elapsed_time,METRICS};
37
39
use seccompiler::BpfThreadMap;
38
40
#[cfg(test)]
@@ -41,6 +43,9 @@ use tests::{
41
43
MockVmmasVmm,
42
44
};
43
45
46
+
#[cfg(target_arch = "aarch64")]
47
+
constSNAPSHOT_WARNING:&str = "This version of Firecracker is affected by a bug where the upper 64bit of the V0-V31 FL/SIMD registers are lost during snapshotting. This bug is fixed in Firecracker 1.1.4 and newer";
48
+
44
49
/// This enum represents the public interface of the VMM. Each action contains various
0 commit comments