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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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 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/
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
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
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
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
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
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
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
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
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
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
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
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
29 matches
Mail list logo