[Xen-devel] [seabios test] 31458: regressions - FAIL

2014-11-09 Thread xen . org
flight 31458 seabios real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31458/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 30767 Tests which did not succe

[Xen-devel] How to run a HVM guest without pv

2014-11-09 Thread Wen Congyang
I disable xen-platform-pci in the config file, but when I start the guest, I found the following kernel message: [0.00] Booting paravirtualized kernel on Xen HVM [0.00] xen:events: Xen HVM callback vector for event delivery is enabled Thanks Wen Congyang _

Re: [Xen-devel] 1GB hugepages and intel_xc_cpuid_policy by default disables it.

2014-11-09 Thread Zhang, Yang Z
Konrad Rzeszutek Wilk wrote on 2014-01-16: > On Mon, Jan 13, 2014 at 11:51:28AM +, Jan Beulich wrote: > On 13.01.14 at 12:38, Ian Campbell wrote: >>> On Mon, 2014-01-13 at 11:30 +, Jan Beulich wrote: In fact I can't see where this would be forced off: xc_cpuid_x86.c only does

[Xen-devel] [PATCH v6 08/48] kernel: Move pm_power_off to common code

2014-11-09 Thread Guenter Roeck
pm_power_off is defined for all architectures. Move it to common code. Have all architectures call do_kernel_power_off instead of pm_power_off. Some architectures point pm_power_off to machine_power_off. For those, call do_kernel_power_off from machine_power_off instead. Acked-by: David Vrabel A

[Xen-devel] [PATCH v6 35/48] arm: Register with kernel power-off handler

2014-11-09 Thread Guenter Roeck
Register with kernel power-off handler instead of setting pm_power_off directly. Always use register_power_off_handler_simple as there is no indication that more than one power-off handler is registered. If the power-off handler only resets the system or puts the CPU in sleep mode, select the fall

[Xen-devel] [linux-3.14 test] 31452: regressions - FAIL

2014-11-09 Thread xen . org
flight 31452 linux-3.14 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31452/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl 9 guest-start fail REGR. vs. 30755 Regressions which are

Re: [Xen-devel] segfault in xl create for HVM with PCI passthrough

2014-11-09 Thread Atom2
Am 28.10.14 um 17:04 schrieb Ian Campbell: On Tue, 2014-10-28 at 16:39 +0100, Atom2 wrote: Please can you run the command under gdb and grab a back trace. I have now re-compiled a few more pieces with debugging support, namely gcc-8.4.3 and glibc and again run the command xl create

[Xen-devel] [xen-4.2-testing test] 31451: regressions - FAIL

2014-11-09 Thread xen . org
flight 31451 xen-4.2-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31451/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 18 guest-migrate/dst_host/src_host fail REGR. vs. 30594 Tests which are f

Re: [Xen-devel] Passing pointers to hypercalls

2014-11-09 Thread Amaro, Emmanuel
Of course. Agh, I forgot to change it to 1. If someone else looks at this, in my case it means this file: xen/arch/x86/x86_64/entry.S Thanks! On Nov 9, 2014, at 2:27 PM, Andrew Cooper mailto:andrew.coop...@citrix.com>> wrote: On 09/11/14 19:16, Amaro, Emmanuel wrote: Hello, I am trying to p

Re: [Xen-devel] Passing pointers to hypercalls

2014-11-09 Thread Andrew Cooper
On 09/11/14 19:16, Amaro, Emmanuel wrote: > Hello, > > I am trying to pass a pointer to an hyper call in the simplest > possible way, set it's value, an return it to the guest. > > I have tried 2 different ways: > - Directly with simple pointers (I read somewhere this would work on > x86), but the

[Xen-devel] Passing pointers to hypercalls

2014-11-09 Thread Amaro, Emmanuel
Hello, I am trying to pass a pointer to an hyper call in the simplest possible way, set it’s value, an return it to the guest. I have tried 2 different ways: - Directly with simple pointers (I read somewhere this would work on x86), but the pointer address is set to 0xdeadbeef, so dereferen

[Xen-devel] [seabios test] 31448: regressions - FAIL

2014-11-09 Thread xen . org
flight 31448 seabios real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31448/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 30767 Tests which are failing i

[Xen-devel] [RFC Part4 v1 11/17] PCI, MSI: Rename __read_msi_msg() as __pci_read_msi_msg()

2014-11-09 Thread Jiang Liu
Rename __read_msi_msg() as __pci_read_msi_msg() and kill unused read_msi_msg(). It's a preparation to separate generic MSI code from PCI core. Signed-off-by: Jiang Liu --- arch/powerpc/platforms/pseries/msi.c |2 +- arch/x86/pci/xen.c |2 +- drivers/pci/msi.c

[Xen-devel] [RFC Part4 v1 12/17] PCI, MSI: Rename __write_msi_msg() as __pci_write_msi_msg()

2014-11-09 Thread Jiang Liu
Rename __write_msi_msg() as __pci_write_msi_msg() to mark it as PCI specific. Also define pci_write_msi_msg() as write_msi_msg() for easy transition. Signed-off-by: Jiang Liu --- arch/x86/pci/xen.c |2 +- drivers/pci/msi.c |9 - include/linux/msi.h |3 ++- 3 files changed,

[Xen-devel] [PATCH OSSTEST] Debian: Install ethtool on the hosts

2014-11-09 Thread Ian Campbell
It's very useful when debugging network issues. Signed-off-by: Ian Campbell --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 8f80eb4..c8db601 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -492,7 +492

[Xen-devel] [PATCH OSSTEST] ts-host-install: Ensure $dtbs is always a valid string

2014-11-09 Thread Ian Campbell
Otherwise on non-ARM platforms we get warnings about uninitialised values. Signed-off-by: Ian Campbell --- ts-host-install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ts-host-install b/ts-host-install index 5840e27..c39c5e7 100755 --- a/ts-host-install +++ b/ts-host-

[Xen-devel] [PATCH OSSTEST] mg-debian-installer-update: Use Packages.gz

2014-11-09 Thread Ian Campbell
In Jessie Packages.bz2 is replaced by Packages.xz. Rather than implementing per-suite handling just fallback to lowest-common-denominator gzip. Signed-off-by: Ian Campbell --- mg-debian-installer-update | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mg-debia

[Xen-devel] [linux-3.14 test] 31444: regressions - FAIL

2014-11-09 Thread xen . org
flight 31444 linux-3.14 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/31444/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl 9 guest-start fail REGR. vs. 30755 Tests which are failin

Re: [Xen-devel] vtpmmgr bug: fails to start if locality!=0

2014-11-09 Thread Xu, Quan
Okay, I will test it in next week. Thanks Quan Xu From: xen-devel-boun...@lists.xen.org [mailto:xen-devel-boun...@lists.xen.org] On Behalf Of Emil Condrea Sent: Friday, November 07, 2014 6:42 PM To: Xu, Quan Cc: Daniel De Graaf; Ian Campbell; xen-devel@lists.xen.org Subject: Re: [Xen-devel] v