[Xen-devel] [seabios test] 65184: tolerable FAIL - PUSHED

2015-11-28 Thread osstest service owner
flight 65184 seabios real [real] http://logs.test-lab.xenproject.org/osstest/logs/65184/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-qemuu-win7-amd64 17 guest-stop fail like 64846 Tests which did not succeed, but a

Re: [Xen-devel] xen can only detect one core of multiple cores cpu

2015-11-28 Thread quizy_jo...@outlook.com
Yes, booting ubuntu directly can see 6 cores. The dmesg results from native ubuntu: http://paste.ubuntu.com/13553870/ BIOS setting is http://snag.gy/v8XeJ.jpg http://snag.gy/hSnDs.jpg http://snag.gy/pQz7o.jpg http://snag.gy/6TdqJ.jpg This is the grub.cfg http://paste.ubuntu.com/13553514/ quiz

[Xen-devel] [xen-4.6-testing test] 65182: regressions - FAIL

2015-11-28 Thread osstest service owner
flight 65182 xen-4.6-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/65182/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-stubdom-debianhvm-amd64-xsm 16 guest-localmigrate/x10 fail in 65136 RE

[Xen-devel] [ovmf baseline-only test] 38380: tolerable trouble: blocked/broken

2015-11-28 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 38380 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38380/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-i386-pvops 3 host-install(3) broken bas

Re: [Xen-devel] Skylake: VT-d and other error messages

2015-11-28 Thread Andrew Cooper
On 28/11/15 20:46, Eric Shelton wrote: > Looking through the output of 'xl dmesg' on a Skylake system > (i5-6600K), I found a number of error messages that I do not encounter > on a Haswell-based system. I have tried two motherboards from > different manufacturers, with pretty much the same result

[Xen-devel] [ovmf test] 65181: all pass - PUSHED

2015-11-28 Thread osstest service owner
flight 65181 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/65181/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf ec613395d114ed6f7c13249a199d1e9cc0025326 baseline version: ovmf 21c1719318056691a3e5901c6e28e5ba2b7

[Xen-devel] [PATCH v13 6/8] tools: Add vmware_port support

2015-11-28 Thread Don Slutz
From: Don Slutz This new libxl_domain_create_info field is used to set XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK in the xc_domain_configuration_t for x86. In xen it is is_vmware_port_enabled. If is_vmware_port_enabled then enable a limited support of VMware's hyper-call. VMware's hyper-call is also

[Xen-devel] [PATCH v13 8/8] Add xentrace to vmware_port

2015-11-28 Thread Don Slutz
From: Don Slutz Also added missing TRAP_DEBUG & VLAPIC. Signed-off-by: Don Slutz Acked-by: Ian Campbell CC: Don Slutz --- v13: Please do this by extending the existing infrastructure rather than special-casing 7 on the side. (i.e. extend ND to take 7 parameters, and introduce HVM

[Xen-devel] [PATCH v13 7/8] Add IOREQ_TYPE_VMWARE_PORT

2015-11-28 Thread Don Slutz
From: Don Slutz This adds synchronization of the 6 vcpu registers (only 32bits of them) that vmport.c needs between Xen and QEMU. This is to avoid a 2nd and 3rd exchange between QEMU and Xen to fetch and put these 6 vcpu registers used by the code in vmport.c and vmmouse.c In the tools, enable

[Xen-devel] [PATCH v13 1/8] tools: Add vga=vmware

2015-11-28 Thread Don Slutz
From: Don Slutz This allows use of QEMU's VMware emulated video card NOTE: vga=vmware is not supported by device_model_version=qemu-xen-traditional Signed-off-by: Don Slutz CC: Don Slutz Acked-by: Ian Campbell --- v13: Added Acked-by: Ian Campbell v12: Dropped LIBXL_HAVE_LIBXL_VGA_INTER

[Xen-devel] [PATCH v13 2/8] xen: Add support for VMware cpuid leaves

2015-11-28 Thread Don Slutz
From: Don Slutz This is done by adding xen_arch_domainconfig vmware_hw. It is set to the VMware virtual hardware version. Currently 0, 3-4, 6-11 are good values. However the code only checks for == 0 or != 0 or >= 7. If non-zero then Return VMware's cpuid leaves. If >= 7 return data, else

[Xen-devel] [PATCH v13 3/8] tools: Add vmware_hwver support

2015-11-28 Thread Don Slutz
From: Don Slutz This is used to set xen_arch_domainconfig vmware_hw. It is set to the emulated VMware virtual hardware version. Currently 0, 3-4, 6-11 are good values. However the code only checks for == 0, != 0, or < 7. Signed-off-by: Don Slutz CC: Don Slutz Acked-by: Ian Campbell --- v13

[Xen-devel] [PATCH v13 5/8] xen: Add vmware_port support

2015-11-28 Thread Don Slutz
From: Don Slutz This includes adding is_vmware_port_enabled This is a new xen_arch_domainconfig flag, XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK. This enables limited support of VMware's hyper-call. This is both a more complete support then in currently provided by QEMU and/or KVM and less. The missi

[Xen-devel] [PATCH v13 4/8] vmware: Add VMware provided include file.

2015-11-28 Thread Don Slutz
From: Don Slutz This file: backdoor_def.h comes from: http://packages.vmware.com/tools/esx/3.5latest/rhel4/SRPMS/index.html open-vm-tools-kmod-7.4.8-396269.423167.src.rpm open-vm-tools-kmod-7.4.8.tar.gz vmhgfs/backdoor_def.h and is unchanged. Added the badly named include file includeChe

[Xen-devel] [PATCH v13 0/8] Xen VMware tools support

2015-11-28 Thread Don Slutz
Changes v12 to v13: Rebased on staging (not a simple rebase, needed rework to function with changes). Ian Campbell (#1: tools: Add vga=vmware): Added Acked-by. Konrad Rzeszutek Wilk (#2: xen: Add support for VMware cpuid leaves): Adjust temporary comment to include which patch.

[Xen-devel] Skylake: VT-d and other error messages

2015-11-28 Thread Eric Shelton
Looking through the output of 'xl dmesg' on a Skylake system (i5-6600K), I found a number of error messages that I do not encounter on a Haswell-based system. I have tried two motherboards from different manufacturers, with pretty much the same results. Below are some of the unexpected messages:

[Xen-devel] [PATCH] x86/xen: Build memory type conversion code conditionally

2015-11-28 Thread Daniel Kiper
Xen is not aware of E820_PMEM and E820_PRAM memory types, so, build simply fails. Hence, build code referencing them conditionally. Signed-off-by: Daniel Kiper --- kexec/arch/i386/kexec-x86-common.c |4 1 file changed, 4 insertions(+) diff --git a/kexec/arch/i386/kexec-x86-common.c b/

[Xen-devel] [RFC PATCH] crashdump/x86: Add option to get crash kernel region size

2015-11-28 Thread Daniel Kiper
Crash kernel region size is available via sysfs on Linux running on bare metal. However, this does not work when Linux runs as Xen dom0. In this case Xen crash kernel region size should be established using __HYPERVISOR_kexec_op hypercall (Linux kernel kexec functionality does not make a lot of sen

[Xen-devel] [linux-mingo-tip-master test] 65176: regressions - FAIL

2015-11-28 Thread osstest service owner
flight 65176 linux-mingo-tip-master real [real] http://logs.test-lab.xenproject.org/osstest/logs/65176/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-xsm 6 xen-boot fail REGR. vs. 60684 test-amd64

Re: [Xen-devel] xen can only detect one core of multiple cores cpu

2015-11-28 Thread Andrew Cooper
On 28/11/15 17:23, quizyjones wrote: > I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the > dom0 can only find one core. here are some information that may helps > in analyzing. >From `xl dmesg` (XEN) ACPI Error (tbxfroot-0218): A valid RSDP was not found [20070126] ... (XEN) SM

[Xen-devel] xen can only detect one core of multiple cores cpu

2015-11-28 Thread quizyjones
I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the dom0 can only find one core. here are some information that may helps in analyzing. ~$ uname -aLinux storage 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ~$ cat /proc/cpuinfoproce

[Xen-devel] [ovmf baseline-only test] 38377: trouble: blocked/broken

2015-11-28 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 38377 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38377/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-pvops 3 ho

Re: [Xen-devel] xen 4.5.0 rtds scheduler perform poorly with 2vms

2015-11-28 Thread Meng Xu
2015-11-28 7:20 GMT-05:00 Yu-An(Victor) Chen : > Hi Meng, > > Thank you so much for being this patience. > > So a task set is composed of a collection of real-time tasks, and each > real-time task is a sequence of jobs that are released periodically... All > jobs are periodic, where each job Ti is

[Xen-devel] [PATCH] xen/grant-table: constify gnttab_ops structure

2015-11-28 Thread Julia Lawall
The gnttab_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/xen/grant-table.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c index

[Xen-devel] [xen-unstable test] 65164: regressions - FAIL

2015-11-28 Thread osstest service owner
flight 65164 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/65164/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail REGR. vs. 65114 Regressions w

Re: [Xen-devel] xen 4.5.0 rtds scheduler perform poorly with 2vms

2015-11-28 Thread Yu-An(Victor) Chen
Hi Meng, Thank you so much for being this patience. So a task set is composed of a collection of real-time tasks, and each real-time task is a sequence of jobs that are released periodically... All jobs are periodic, where each job Ti is defined by a period (and deadline) pi and a worse-case exec

[Xen-devel] [distros-debian-stretch test] 38375: trouble: blocked/broken/pass

2015-11-28 Thread Platform Team regression test user
flight 38375 distros-debian-stretch real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38375/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 3 host-install(3) broken RE

[Xen-devel] [xen-4.6-testing test] 65158: regressions - FAIL

2015-11-28 Thread osstest service owner
flight 65158 xen-4.6-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/65158/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-stubdom-debianhvm-amd64-xsm 16 guest-localmigrate/x10 fail in 65088 RE

[Xen-devel] [ovmf test] 65160: all pass - PUSHED

2015-11-28 Thread osstest service owner
flight 65160 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/65160/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf 21c1719318056691a3e5901c6e28e5ba2b70afe2 baseline version: ovmf 21f9922e3c82183f5c9030e5dbbcfc63130