diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-17 08:02:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-22 11:39:58 +0100 |
commit | 317bc90025ba009bc389286ad8c8e8a78fbd8cfe (patch) | |
tree | 538e77cd6a9a08c24aa05b49eb7a084749e97816 /meta | |
parent | 74c93ec961d74c5134e7f8b6105d97d9a0fc2f5e (diff) | |
download | poky-317bc90025ba009bc389286ad8c8e8a78fbd8cfe.tar.gz |
oeqa/runtime/parselogs: Add different PCI BAR errors with qemu 9.1.0
With qemu 9.1.0 we see parselogs failures with mips and mips64. We've long
since ignored these errors so update to continue to do so with the new form.
(From OE-Core rev: 4f3c299e7a282e953d9adb7549c30015df317171)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt index 9c2677c4cf..156b0f9c10 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt | |||
@@ -6,3 +6,14 @@ cacheinfo: Failed to find cpu0 device node | |||
6 | # failed when register_sysctl_sz sched_fair_sysctls to kernel | 6 | # failed when register_sysctl_sz sched_fair_sysctls to kernel |
7 | # failed when register_sysctl_sz sched_core_sysctls to kernel | 7 | # failed when register_sysctl_sz sched_core_sysctls to kernel |
8 | failed when register_sysctl_sz sched | 8 | failed when register_sysctl_sz sched |
9 | |||
10 | # With qemu 9.1.0 | ||
11 | # pci 0000:00:00.0: BAR 2: can't handle BAR above 4GB (bus address 0x1f00000010) | ||
12 | # pci 0000:00:00.0: BAR 5: error updating (0x1105d034 != 0x0100d034) | ||
13 | BAR 0: error updating | ||
14 | BAR 1: error updating | ||
15 | BAR 2: error updating | ||
16 | BAR 3: error updating | ||
17 | BAR 4: error updating | ||
18 | BAR 5: error updating | ||
19 | : can't handle BAR above 4GB | ||