[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [qemu-upstream-unstable test] 18197: regressions - trouble: blocked/broken/fail/pass
flight 18197 qemu-upstream-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18197/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386 3 host-build-prep fail REGR. vs. 18112 Tests which did not succeed, but are not blocking: test-amd64-i386-qemuu-rhel6hvm-amd 1 xen-build-check(1) blocked n/a test-amd64-i386-qemuu-rhel6hvm-intel 1 xen-build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop fail never pass test-amd64-i386-xend-qemuu-winxpsp3 1 xen-build-check(1) blocked n/a test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 1 xen-build-check(1) blocked n/a test-amd64-i386-xl-qemuu-win7-amd64 1 xen-build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-winxpsp3 13 guest-stop fail never pass version targeted for testing: qemuu 1c514a7734b7f98625a0d18d5e8ee7581f26e50c baseline version: qemuu 79c097d5fe7cb0b4788ed509240cde7e210650bf ------------------------------------------------------------ People who touched revisions under test: Andreas Färber <afaerber@xxxxxxx> Anthony PERARD <anthony.perard@xxxxxxxxxx> Igor Mammedov <imammedo@xxxxxxxxxx> Luiz Capitulino <lcapitulino@xxxxxxxxxx> Michael S. Tsirkin <mst@xxxxxxxxxx> ------------------------------------------------------------ jobs: build-amd64 pass build-armhf pass build-i386 broken build-amd64-oldkern pass build-i386-oldkern pass build-amd64-pvops pass build-i386-pvops pass test-amd64-i386-qemuu-rhel6hvm-amd blocked test-amd64-amd64-xl-qemuu-win7-amd64 fail test-amd64-i386-xl-qemuu-win7-amd64 blocked test-amd64-i386-qemuu-rhel6hvm-intel blocked test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 blocked test-amd64-i386-xend-qemuu-winxpsp3 blocked test-amd64-amd64-xl-qemuu-winxpsp3 fail ------------------------------------------------------------ sg-report-flight on woking.cam.xci-test.com logs: /home/xc_osstest/logs images: /home/xc_osstest/images Logs, config files, etc. are available at http://www.chiark.greenend.org.uk/~xensrcts/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit 1c514a7734b7f98625a0d18d5e8ee7581f26e50c Merge: 79c097d... 35bdc13... Author: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Date: Tue Jun 25 11:34:24 2013 +0000 Merge remote branch 'perard/cpu-hotplug-port-v2' into xen-staging-master-7 commit 35bdc13b52197d7e9dcadd5af9621b6463290300 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> Date: Mon Jun 10 15:29:31 2013 +0100 xen: Implement hot_add_cpu hook. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> commit f573cdfa7afa92ebb66b2ba066b4f08bd22fc84b Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> Date: Fri Jun 14 14:43:05 2013 +0100 xen: Fix vcpus initialisation. Each vcpu needs a call to xc_evtchn_bind_interdomain in QEMU, even those that are unplug at QEMU initialisation. Without this patch, any hot-plugged CPU will be "Stuck ??" when Linux will try to use them. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> commit 647e2f8c9c34947130c50e593a51fa50e9904145 Author: Igor Mammedov <imammedo@xxxxxxxxxx> Date: Tue Apr 30 15:41:25 2013 +0200 QMP: Add cpu-add command Adds "cpu-add id=xxx" QMP command. cpu-add's "id" argument is a CPU number in a range [0..max-cpus) Example QMP command: -> { "execute": "cpu-add", "arguments": { "id": 2 } } <- { "return": {} } Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx> Acked-by: Luiz Capitulino <lcapitulino@xxxxxxxxxx> Reviewed-by: Eric Blake <eblake@xxxxxxxxxx> Reviewed-by: Eduardo Habkost <ehabkost@xxxxxxxxxx> Signed-off-by: Andreas Färber <afaerber@xxxxxxx> (cherry picked from QEMU commit 69ca3ea5e192251f27510554611bcff6f036a00b) Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> commit 4b8e1c9837aef6297a2899fb2115c0b179250732 Author: Igor Mammedov <imammedo@xxxxxxxxxx> Date: Tue Apr 30 15:41:24 2013 +0200 Add hot_add_cpu hook to QEMUMachine Hook should be set by machines that implement CPU hot-add via cpu-add QMP command. Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx> Reviewed-by: Eduardo Habkost <ehabkost@xxxxxxxxxx> Signed-off-by: Andreas Färber <afaerber@xxxxxxx> (cherry picked from QEMU commit b4fc7b4326112538e0dbdc7fd019652ba8cc3281) Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> commit 385226be3a600c871a2cf306fca0e2788791293b Author: Igor Mammedov <imammedo@xxxxxxxxxx> Date: Thu Apr 25 16:05:25 2013 +0200 acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guest * introduce processor status bitmask visible to guest at 0xaf00 addr, where ACPI asl code expects it * set bit corresponding to APIC ID in processor status bitmask on receiving CPU hot-plug notification * trigger CPU hot-plug SCI, to notify guest about CPU hot-plug event Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx> Signed-off-by: Andreas Färber <afaerber@xxxxxxx> (cherry picked from QEMU commit b8622725cf0196f672f272922b0941dc8ba1c408) The function piix4_cpu_hotplug_req() has been modified to take an integer instead of a CPU object. There was a cpu_added_notifier in the original commit, this haven't been back-ported, as it can't be used. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> commit 0170b3ce88cb87346afa369a89ce9b197389058b Author: Michael S. Tsirkin <mst@xxxxxxxxxx> Date: Wed Apr 24 22:58:04 2013 +0200 cpu: Add qemu_for_each_cpu() Wrapper to avoid open-coded loops and to make CPUState iteration independent of CPUArchState. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx> Signed-off-by: Andreas Färber <afaerber@xxxxxxx> (cherry picked from QEMU commit d6b9e0d60cc511eca210834428bb74508cff3d33) Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> commit e48f3af500a229bf9bf63fbe02ca6ef35abc2820 Author: Igor Mammedov <imammedo@xxxxxxxxxx> Date: Tue Apr 23 10:29:41 2013 +0200 cpu: Introduce get_arch_id() method and override it for X86CPU get_arch_id() adds possibility for generic code to get a guest-visible CPU ID without accessing CPUArchState. If derived classes don't override it, it will return cpu_index. Override it on target-i386 in X86CPU to return the APIC ID. Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx> Reviewed-by: Eduardo Habkost <ehabkost@xxxxxxxxxx> Reviewed-by: liguang <lig.fnst@xxxxxxxxxxxxxx> Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx> Signed-off-by: Andreas Färber <afaerber@xxxxxxx> (cherry picked from QEMU commit 997395d3888fcde6ce41535a8208d7aa919d824b) Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |