From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [seabios test] 97265: trouble: pass/preparing
Date: Wed, 13 Jul 2016 13:13:23 +0000 [thread overview]
Message-ID: <osstest-97265-mainreport@xen.org> (raw)
flight 97265 seabios running [real]
http://logs.test-lab.xenproject.org/osstest/logs/97265/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 2 hosts-allocate running
test-amd64-i386-qemuu-rhel6hvm-amd 2 hosts-allocate running
test-amd64-amd64-xl-qemuu-debianhvm-amd64 2 hosts-allocate running
test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 2 hosts-allocate running
test-amd64-i386-xl-qemuu-debianhvm-amd64 2 hosts-allocate running
test-amd64-amd64-qemuu-nested-amd 2 hosts-allocate running
test-amd64-i386-qemuu-rhel6hvm-intel 2 hosts-allocate running
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 2 hosts-allocate running
test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 2 hosts-allocate running
test-amd64-amd64-xl-qemuu-win7-amd64 2 hosts-allocate running
test-amd64-amd64-qemuu-nested-intel 2 hosts-allocate running
test-amd64-i386-xl-qemuu-win7-amd64 2 hosts-allocate running
test-amd64-amd64-xl-qemuu-winxpsp3 2 hosts-allocate running
test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 2 hosts-allocate running
test-amd64-i386-xl-qemuu-winxpsp3 2 hosts-allocate running
version targeted for testing:
seabios 54e3a88609da074aaae2f04e592026ebf82169dc
baseline version:
seabios 13213a252286372efa5f72b4119faafd5dff5db1
Last test of basis 96767 2016-07-07 15:43:40 Z 5 days
Testing same since 0 1970-01-01 00:00:00 Z 16995 days 0 attempts
------------------------------------------------------------
People who touched revisions under test:
Kevin O'Connor <kevin@koconnor.net>
Paolo Bonzini <pbonzini@redhat.com>
jobs:
build-amd64-xsm pass
build-i386-xsm pass
build-amd64 pass
build-i386 pass
build-amd64-libvirt pass
build-i386-libvirt pass
build-amd64-pvops pass
build-i386-pvops pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm preparing
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm preparing
test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm preparing
test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm preparing
test-amd64-amd64-qemuu-nested-amd preparing
test-amd64-i386-qemuu-rhel6hvm-amd preparing
test-amd64-amd64-xl-qemuu-debianhvm-amd64 preparing
test-amd64-i386-xl-qemuu-debianhvm-amd64 preparing
test-amd64-amd64-xl-qemuu-win7-amd64 preparing
test-amd64-i386-xl-qemuu-win7-amd64 preparing
test-amd64-amd64-qemuu-nested-intel preparing
test-amd64-i386-qemuu-rhel6hvm-intel preparing
test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 preparing
test-amd64-amd64-xl-qemuu-winxpsp3 preparing
test-amd64-i386-xl-qemuu-winxpsp3 preparing
------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images
Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs
Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master
Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
commit 54e3a88609da074aaae2f04e592026ebf82169dc
Author: Paolo Bonzini <pbonzini@redhat.com>
Date: Thu Jul 7 16:00:40 2016 +0200
smp: restore MSRs on S3 resume
Currently the MTRRs and MSR_IA32_FEATURE_CONTROL are not restored on S3
resume. Because these have to be applied to all processors, SMP setup
has to be added to S3 resume.
There are two differences between the boot and resume paths. First,
romfile_* is not usable in the resume paths so we separate out the
remaining common code to a new smp_scan function. Second, smp_msr has
to be walked on the BSP as well, so we extract that out of handle_smp
and into a new function smp_write_msrs. Then, resume can call
smp_write_msrs on the BSP followed by smp_scan to initialize the APs.
Reported-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
reply other threads:[~2016-07-13 13:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=osstest-97265-mainreport@xen.org \
--to=osstest-admin@xenproject.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).