[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2537/8267] oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 2537/8267] oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86
- Date: Sat, 16 Dec 2017 23:22:10 +0000 (UTC)
commit a8cf594bcedd9bb9a4386143e22de6a8127147f4
Author: Aníbal Limón <anibal limon linux intel com>
Date: Mon Sep 19 11:50:19 2016 -0500
oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86
We are experimenting failures to calibrate CPU's using TSC in x86
VM's due to usage of nested KVM [1], this is a known issue [2][3]
in virtualization environments, for detail explnation see [4].
Also we already have an ignore for 'TSC Fast calibration fail'.
[1] http://errors.yoctoproject.org/Errors/Details/83684/
[2] https://bugzilla.redhat.com/show_bug.cgi?id=814231
[3] https://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01547.html
[4] https://www.kernel.org/doc/Documentation/virtual/kvm/timekeeping.txt
(From OE-Core rev: 2271f59a0f506f89f9fea6777701c4b40790ddd9)
Signed-off-by: Aníbal Limón <anibal limon linux intel com>
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/lib/oeqa/runtime/parselogs.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index b5017c2..763c42f 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -68,6 +68,7 @@ qemux86_common = [
'Getting VBE info block failed',
'vbe_init() failed with -22',
'uvesafb: mode switch failed',
+ 'tsc: HPET/PMTIMER calibration failed',
] + common_errors
ignore_errors = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]