[Xen-devel] [PATCH v2 9/9] gcov: provide the capability to select gcov format automatically

2016-10-10 Thread Wei Liu
And make it the default in Kconfig. Signed-off-by: Wei Liu --- v2: space -> tab and indent help text Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich

Re: [Xen-devel] [PATCH v2] x86/apicv: fix RTC periodic timer and apicv issue

2016-10-10 Thread Jan Beulich
>>> On 10.10.16 at 11:21, wrote: > On September 26, 2016 2:39 PM, Jan Beulich < jbeul...@suse.com > wrote: > On 24.09.16 at 03:06, wrote: >>> On September 24, 2016 7:34 AM, Tian Kevin < kevin.t...@intel.com > wrote: > From: Jan Beulich

[Xen-devel] [BUG] Re: testing XEN-4.8-rc1

2016-10-10 Thread Juergen Schinker
Ok then on Debian testing ii gcc-6 6.2.0-5 amd64GNU C compiler while wanting to compile the xen-tools with: make dist-tools root@xen:~/xen# xl info host : xen release: 4.7.0-1-amd64

Re: [Xen-devel] [PATCH] x86: defer not-present segment checks

2016-10-10 Thread Andrew Cooper
On 06/10/16 13:24, Jan Beulich wrote: > Following on from commits 5602e74c60 ("x86emul: correct loading of > %ss") and bdb860d01c ("x86/HVM: correct segment register loading during > task switch") the point of the non-.present checks needs to be refined: > #NP (and its #SS companion), other than

Re: [Xen-devel] [PATCH] xenbus: advertize control feature flags

2016-10-10 Thread Paul Durrant
> -Original Message- > From: Juergen Gross [mailto:jgr...@suse.com] > Sent: 10 October 2016 10:17 > To: Paul Durrant ; linux-ker...@vger.kernel.org; > xen-de...@lists.xenproject.org > Cc: Boris Ostrovsky ; David Vrabel >

Re: [Xen-devel] [PATCH] xenbus: advertize control feature flags

2016-10-10 Thread Paul Durrant
> -Original Message- > From: Juergen Gross [mailto:jgr...@suse.com] > Sent: 10 October 2016 10:11 > To: Paul Durrant ; linux-ker...@vger.kernel.org; > xen-de...@lists.xenproject.org > Cc: Boris Ostrovsky ; David Vrabel >

Re: [Xen-devel] [PATCH v2] x86/apicv: fix RTC periodic timer and apicv issue

2016-10-10 Thread Xuquan (Quan Xu)
On September 26, 2016 2:39 PM, Jan Beulich < jbeul...@suse.com > wrote: On 24.09.16 at 03:06, wrote: >> On September 24, 2016 7:34 AM, Tian Kevin < kevin.t...@intel.com > wrote: From: Jan Beulich [mailto:jbeul...@suse.com] Sent: Friday, September 23, 2016 11:34

Re: [Xen-devel] testing XEN-4.8-rc1

2016-10-10 Thread Wei Liu
On Sun, Oct 09, 2016 at 04:17:50PM +0100, Juergen Schinker wrote: > > > > > hey guys I have here a blocker which I can't overcome > > maybe so can help > > > > > > > > > make[7]: Entering directory '/root/xen/tools/firmware/etherboot/ipxe/src' > [BUILD] bin/stringextra.o >

[Xen-devel] [libvirt test] 101349: tolerable FAIL - PUSHED

2016-10-10 Thread osstest service owner
flight 101349 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/101349/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt-xsm 12 migrate-support-checkfail never pass test-armhf-armhf-libvirt-xsm 14

Re: [Xen-devel] [PATCH] xenbus: advertize control feature flags

2016-10-10 Thread Juergen Gross
On 10/10/16 09:43, Paul Durrant wrote: > The Xen docs specify several flags which a guest can set to advertize > which values of the xenstore control/shutdown key it will recognize. > This patch adds code to write all the relevant feature-flag keys. > > Signed-off-by: Paul Durrant

Re: [Xen-devel] [PATCH] xenbus: advertize control feature flags

2016-10-10 Thread Juergen Gross
On 10/10/16 09:43, Paul Durrant wrote: > The Xen docs specify several flags which a guest can set to advertize > which values of the xenstore control/shutdown key it will recognize. > This patch adds code to write all the relevant feature-flag keys. > > Signed-off-by: Paul Durrant

Re: [Xen-devel] [RFC PATCH 03/24] ARM: GICv3 ITS: allocate device and collection table

2016-10-10 Thread Andre Przywara
Hi, On 09/10/16 14:55, Vijay Kilari wrote: > Hi Andre, > >On Thunderx, MAPD commands are failing with error 0x1, > which mean DEVID out of range. MAPD commands from Dom0, you mean? And thanks for giving it a try! > On Wed, Sep 28, 2016 at 11:54 PM, Andre Przywara

Re: [Xen-devel] [PATCH] x86: replace redundant MTRR MSR definitions

2016-10-10 Thread Andrew Cooper
On 10/10/16 09:11, Jan Beulich wrote: > We really should have only one set of #define-s for them. > > Signed-off-by: Jan Beulich Agreed. Reviewed-by: Andrew Cooper ___ Xen-devel mailing list

[Xen-devel] [PATCH net] xen-netback: (re-)create a debugfs node for hash information

2016-10-10 Thread Paul Durrant
From: Paul Durrant It is useful to be able to see the hash configuration when running tests. This patch adds a debugfs node for that purpose. The original version of this patch (commit c0c64c152389) was reverted due to build failures caused by a conflict with commit

[Xen-devel] [PATCH] x86: replace redundant MTRR MSR definitions

2016-10-10 Thread Jan Beulich
We really should have only one set of #define-s for them. Signed-off-by: Jan Beulich --- a/xen/arch/x86/e820.c +++ b/xen/arch/x86/e820.c @@ -419,8 +419,6 @@ static void __init clip_to_limit(uint64_ } /* Conservative estimate of top-of-RAM by looking for MTRR WB regions.

[Xen-devel] [PATCH] xenbus: advertize control feature flags

2016-10-10 Thread Paul Durrant
The Xen docs specify several flags which a guest can set to advertize which values of the xenstore control/shutdown key it will recognize. This patch adds code to write all the relevant feature-flag keys. Signed-off-by: Paul Durrant Cc: Boris Ostrovsky

Re: [Xen-devel] [driver question] IOMMU concept in Xen

2016-10-10 Thread Jan Beulich
>>> On 10.10.16 at 02:19, wrote: > During development of linux kernel PCI driver with SR-IOV I meet some > difficulty and I wanted to make sure that I understand correctly Xen > concepts. > > Things that confuse me is build in function: iommu_present. Is usually > used in

Re: [Xen-devel] [v2 1/3] x86: refactor psr implementation in hypervisor.

2016-10-10 Thread Jan Beulich
>>> On 09.10.16 at 08:43, wrote: > On 16-09-30 17:18:33, Konrad Rzeszutek Wilk wrote: >> On Thu, Sep 22, 2016 at 10:15:20AM +0800, Yi Sun wrote: >> > Current psr.c is designed for supporting L3 CAT/CDP. It has many >> > limitations to add new feature. Considering to

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

2016-10-10 Thread osstest service owner
flight 101348 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/101348/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf cf8140930ab23497f729b1750b5962fe18dbc685 baseline version: ovmf

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-10-10 Thread Jan Beulich
>>> On 07.10.16 at 19:57, wrote: > On Wed, 21 Sep 2016, Konrad Rzeszutek Wilk wrote: >> On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote: >> > >>> On 21.09.16 at 17:59, wrote: >> > > The fix can be done two ways: >> > > a) See if

Re: [Xen-devel] [PATCH v4 1/6] VMX: Statically assign two PI hooks

2016-10-10 Thread Jan Beulich
>>> On 09.10.16 at 10:30, wrote: > >> -Original Message- >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: Wednesday, September 28, 2016 5:39 PM >> To: Wu, Feng >> Cc: andrew.coop...@citrix.com; dario.faggi...@citrix.com; >>

Re: [Xen-devel] per-domain logging

2016-10-10 Thread Cedric Bosdonnat
On Fri, 2016-10-07 at 16:37 +0100, Ian Jackson wrote: > > But let's step back a bit: have we agreed on the approach forward? This > > thread doesn't seem to have a clear conclusion yet.  Obviously I don't > > want you to waste your writing code that's going to be threw away. > >  > > If you're

Re: [Xen-devel] per-domain logging

2016-10-10 Thread Cedric Bosdonnat
On Fri, 2016-10-07 at 15:09 +0100, Wei Liu wrote: > Instead of trying to change all the format strings I think it would be > better to have a new set of LOG macros that takes domid. > > Something like: >   LOGEVD(ERROR, errno, domid, ""); Sounds good to me, even if LOGEVD will just

Re: [Xen-devel] [PATCH v4 5/6] VT-d: No need to set irq affinity for posted format IRTE

2016-10-10 Thread Jan Beulich
>>> On 09.10.16 at 07:35, wrote: >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: Wednesday, September 28, 2016 5:59 PM >> >>> On 28.09.16 at 08:51, wrote: >> >> From: Jan Beulich [mailto:jbeul...@suse.com] >> >> Sent: Monday, September 26, 2016 8:58

Re: [Xen-devel] [Resend PATCH 1/2] Xen/Keyhandler: Make keyhandler always run in tasklet

2016-10-10 Thread Jan Beulich
>>> On 08.10.16 at 05:26, wrote: > On 2016年10月06日 20:52, Jan Beulich wrote: > On 30.09.16 at 04:19, wrote: >>> @@ -87,10 +89,10 @@ void handle_keypress(unsigned char key, struct > cpu_user_regs *regs) >>> if ( key >= ARRAY_SIZE(key_table) ||

Re: [Xen-devel] [RFC KERNEL PATCH 0/2] Add Dom0 NVDIMM support for Xen

2016-10-10 Thread Haozhong Zhang
On 10/09/16 20:45, Dan Williams wrote: > On Sun, Oct 9, 2016 at 5:35 PM, Haozhong Zhang > wrote: > > Overview > > > > This RFC kernel patch series along with corresponding patch series of > > Xen, QEMU and ndctl implements Xen vNVDIMM, which can map the host >

<    1   2