We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f3fa5 commit f7b89fdCopy full SHA for f7b89fd
vm/devices/firmware/firmware_uefi/src/service/diagnostics.rs
@@ -51,10 +51,12 @@ pub const MAX_MESSAGE_LENGTH: u16 = 0x1000; // 4KB
51
// These messages are the result of known issues with our UEFI firmware that do
52
// not seem to affect the guest.
53
// TODO: Fix UEFI to resolve this errors/warnings
54
-const SUPPRESS_LOGS: [&str; 3] = [
+const SUPPRESS_LOGS: [&str; 5] = [
55
"WARNING: There is mismatch of supported HashMask (0x2 - 0x7) between modules",
56
"that are linking different HashInstanceLib instances!",
57
"ConvertPages: failed to find range",
58
+ "ConvertPages: Incompatible memory types",
59
+ "ConvertPages: range",
60
];
61
62
/// Represents a processed log entry from the EFI diagnostics buffer
0 commit comments