Skip to content

Commit f7b89fd

Browse files
committed
Add more logs to suppress to reduce noise
1 parent d6f3fa5 commit f7b89fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vm/devices/firmware/firmware_uefi/src/service/diagnostics.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ pub const MAX_MESSAGE_LENGTH: u16 = 0x1000; // 4KB
5151
// These messages are the result of known issues with our UEFI firmware that do
5252
// not seem to affect the guest.
5353
// TODO: Fix UEFI to resolve this errors/warnings
54-
const SUPPRESS_LOGS: [&str; 3] = [
54+
const SUPPRESS_LOGS: [&str; 5] = [
5555
"WARNING: There is mismatch of supported HashMask (0x2 - 0x7) between modules",
5656
"that are linking different HashInstanceLib instances!",
5757
"ConvertPages: failed to find range",
58+
"ConvertPages: Incompatible memory types",
59+
"ConvertPages: range",
5860
];
5961

6062
/// Represents a processed log entry from the EFI diagnostics buffer

0 commit comments

Comments
 (0)