Re: [Xen-devel] [PATCH v4 6/8] xen/iommu: smmu: Add Xen specific code to be able to use the driver

2015-03-03 Thread Manish Jaggi
On 02/03/15 12:33 pm, Manish Jaggi wrote: On Thursday 26 February 2015 12:22 AM, Julien Grall wrote: The main goal is to modify as little the Linux code to be able to port easily new feature added in Linux repo for the driver. To achieve that we: - Add helpers to Linux function not impl

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

2015-03-03 Thread xen . org
flight 35810 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35810/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-rumpuserxen-amd64 5 xen-bootfail REGR. vs. 34629 test-amd64-amd64-lib

Re: [Xen-devel] kasan_map_early_shadow() on Xen

2015-03-03 Thread Juergen Gross
On 03/03/2015 08:20 PM, Luis R. Rodriguez wrote: On Tue, Mar 3, 2015 at 2:06 AM, David Vrabel wrote: On 03/03/15 09:40, Luis R. Rodriguez wrote: Andrey, I believe that on Xen we should disable kasan, would like confirmation Why? This is the first of heard of this. Andrey chimed in here c

Re: [Xen-devel] [PATCHv1 0/2 net] xen-netback: fix ethtool stats and memory

2015-03-03 Thread David Miller
From: David Vrabel Date: Tue, 3 Mar 2015 16:26:09 + > A couple of bug fixes for netback: > - make ethool stats to report the correct values. > - don't leak 1 MiB every time a VIF is destroyed. Please fix up the minor commit message issues in patch #2 and resubmit this series, thanks. __

[Xen-devel] [PATCH v3 4/4] xen/arm: Don't pass the PSCI-0.2 node to DOM0

2015-03-03 Thread vijay . kilari
From: Vijaya Kumar K psci node is generated by xen for dom0. if the host device tree has psci-0.2 skip parsing this node and avoid copying from host device tree to dom0 device tree. Signed-off-by: Vijaya Kumar K Acked-by: Ian Campbell --- v3 changes: - Updated commit message --- xen/arch/arm

[Xen-devel] [PATCH v3 1/4] xen/arm: Add ThunderX platform support

2015-03-03 Thread vijay . kilari
From: Vijaya Kumar K Add basic support for Cavium ThunderX platform Signed-off-by: Vijaya Kumar K --- v3 changes: - Made Thunderx specific mappings as separate patch - Improved printk error message v2 changes: - Update processor_implementers[] --- xen/arch/arm/platforms/Makefile |1 +

[Xen-devel] [PATCH v2 2/4] xen/arm: Add GSER region to ThunderX platform mapping

2015-03-03 Thread vijay . kilari
From: Vijaya Kumar K Add GSER region to thunderx platfrom specific mappings. This region is not mentioned in DT. This is required by PCI driver to detect and configure pci devices attached. In future we can remove this mapping, if pci driver in Dom does not require this. Signed-off-by: Vijaya K

[Xen-devel] [PATCH v3 0/4] Add ThunderX platform support

2015-03-03 Thread vijay . kilari
From: Vijaya Kumar K Changes in v3: - Made ThunderX GSER region mapping as separate patch - Updated patch 3 commit message Changes in v2: - Updated patch 3 commit message - Updated processor_implementers[] with implementor info in xen/arch/arm/setup.c Changes in v1: - Add support for Th

[Xen-devel] [PATCH v3 3/4] xen/arm: Add early printk support for ThunderX platform

2015-03-03 Thread vijay . kilari
From: Vijaya Kumar K ThunderX platform uses pl011 uart. Signed-off-by: Vijaya Kumar K Acked-by: Ian Campbell --- xen/arch/arm/Rules.mk |4 1 file changed, 4 insertions(+) diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk index c7bd227..54efa91 100644 --- a/xen/arch/arm/Rule

[Xen-devel] [PATCH 3.18 129/151] x86/xen: Treat SCI interrupt as normal GSI interrupt

2015-03-03 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Jiang Liu commit b568b8601f05a591a7ff09d8ee1cedb5b2e815fe upstream. Currently Xen Domain0 has special treatment for ACPI SCI interrupt, that is initialize irq for ACPI SCI at early stage in a

[Xen-devel] [PATCH 3.19 174/175] x86/spinlocks/paravirt: Fix memory corruption on unlock

2015-03-03 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Raghavendra K T commit d6abfdb2022368d8c6c4be3f11a06656601a6cc2 upstream. Paravirt spinlock clears slowpath flag after doing unlock. As explained by Linus currently it does: p

Re: [Xen-devel] [PATCH OSSTEST 05/12] Add and expose some testsupport APIs

2015-03-03 Thread Pang, LongtaoX
> -Original Message- > From: Ian Jackson [mailto:ian.jack...@eu.citrix.com] > Sent: Wednesday, February 11, 2015 10:54 PM > To: Hu, Robert > Cc: xen-devel@lists.xen.org; jfeh...@suse.com; wei.l...@citrix.com; > ian.campb...@citrix.com; Pang, LongtaoX > Subject: Re: [PATCH OSSTEST 05/12] Ad

[Xen-devel] [PATCH V3] Add flag to start info regarding virtual mapped p2m list

2015-03-03 Thread Juergen Gross
In order to indicate the Xen tools capability to support the virtual mapped linear p2m list instead the 3 level mfn tree add a flag to the start_info page. Signed-off-by: Juergen Gross --- xen/include/public/xen.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xen

Re: [Xen-devel] 4.4.2-rc2 and 4.3.4-rc2 have been tagged

2015-03-03 Thread Jan Beulich
>>> On 03.03.15 at 19:13, wrote: > My NMI shootdown fixes still suffer from the TLB shootdown issue which > you identified. I notice your patch is still not even in staging > (lacking acks?) but it has been thoroughly tested by XenServer. Lacking ack-s, right. But I think I'm going to commit at

Re: [Xen-devel] [PATCH RFC V2 1/5] libxl: add pvusb definitions

2015-03-03 Thread Chun Yan Liu
>>> On 3/3/2015 at 07:10 PM, in message <1425381019.24959.87.ca...@citrix.com>, >>> Ian Campbell wrote: > On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: > > Sorry for the long delay in replying. > > > To attach a usb device, a virtual usb controller should be created first. > > T

[Xen-devel] Ping: [PATCH 0/2] x86: tboot adjustments

2015-03-03 Thread Jan Beulich
I'm intending to commit the first of these right now (i.e. without an ack), as we need the bug fixed (and want the fix backported for the pending stable tree releases). I'll holding off on the 2nd one (as being cleanup) for another week or so, in the hope that at least one of you will respond one w

[Xen-devel] [qemu-upstream-unstable test] 35812: regressions - FAIL

2015-03-03 Thread xen . org
flight 35812 qemu-upstream-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35812/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-amd 6 leak-check/basis(6) running in 34247 [st=running!] test-a

[Xen-devel] [PATCH v2] domctl: cleanup

2015-03-03 Thread Jan Beulich
- drop redundant "ret = 0" statements - drop unnecessary braces - eliminate a few single use local variables - move break statements inside case-specific braced scopes - eliminate trailing whitespace Signed-off-by: Jan Beulich Acked-by: Ian Campbell Reviewed-by: Andrew Cooper --- v2: Fix XEN_DO

Re: [Xen-devel] [PATCH RFC V2 3/5] libxl: add pvusb API

2015-03-03 Thread Chun Yan Liu
>>> On 3/3/2015 at 07:38 PM, in message <1425382696.24959.112.ca...@citrix.com>, Ian Campbell wrote: > On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: > > Add pvusb APIs, including: > > - attach/detach (create/destroy) virtual usb controller. > > - attach/detach usb device > > - li

Re: [Xen-devel] [PATCH RFC V2 4/5] xl: add pvusb commands

2015-03-03 Thread Chun Yan Liu
>>> On 3/3/2015 at 07:43 PM, in message <1425382984.24959.115.ca...@citrix.com>, Ian Campbell wrote: > On Mon, 2015-01-19 at 16:28 +0800, Chunyan Liu wrote: > > Add pvusb commands. > > > > To attach a usb device to guest through pvusb, one could follow > > following example: > > > > #x

<    1   2   3