mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
@@ -6,3 +6,14 @@ cacheinfo: Failed to find cpu0 device node
|
||||
# failed when register_sysctl_sz sched_fair_sysctls to kernel
|
||||
# failed when register_sysctl_sz sched_core_sysctls to kernel
|
||||
failed when register_sysctl_sz sched
|
||||
|
||||
# With qemu 9.1.0
|
||||
# pci 0000:00:00.0: BAR 2: can't handle BAR above 4GB (bus address 0x1f00000010)
|
||||
# pci 0000:00:00.0: BAR 5: error updating (0x1105d034 != 0x0100d034)
|
||||
BAR 0: error updating
|
||||
BAR 1: error updating
|
||||
BAR 2: error updating
|
||||
BAR 3: error updating
|
||||
BAR 4: error updating
|
||||
BAR 5: error updating
|
||||
: can't handle BAR above 4GB
|
||||
|
||||
Reference in New Issue
Block a user