[Xen-devel] [linux-linus bisection] complete build-i386-libvirt

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job build-i386-libvirt test libvirt-build Tree: gnulib_libvirt git://drall.uk.xensource.com:9419/git://git.sv.gnu.org/gnulib.git%20[fetch=try] Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git

Re: [Xen-devel] [OSSTEST PATCH 1/4] Add nested testcase of preparing and installing L1 guest VM

2015-01-02 Thread Dario Faggioli
On Fri, 2014-12-26 at 13:13 +0800, Robert Hu wrote: > On Thu, 2014-12-11 at 11:06 +, Wei Liu wrote: > > ? > > > > > die unless $entry; > > > $entry->{KernDom0}= $1; > > > $entry->{KernVer}= $2; > > > } > > > -if (m/^\

[Xen-devel] [qemu-mainline bisection] complete test-amd64-i386-rhel6hvm-intel

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job test-amd64-i386-rhel6hvm-intel test redhat-install Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git Tree: qemuu git:/

[Xen-devel] [linux-3.10 bisection] complete build-armhf-libvirt

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job build-armhf-libvirt test libvirt-build Tree: gnulib_libvirt git://drall.uk.xensource.com:9419/git://git.sv.gnu.org/gnulib.git%20[fetch=try] Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unsta

[Xen-devel] [qemu-mainline test] 32935: regressions - FAIL

2015-01-02 Thread xen . org
flight 32935 qemu-mainline real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/32935/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 32598 test-amd64-i386-qem

[Xen-devel] [linux-3.4 bisection] complete build-amd64-libvirt

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job build-amd64-libvirt test libvirt-build Tree: gnulib_libvirt git://drall.uk.xensource.com:9419/git://git.sv.gnu.org/gnulib.git%20[fetch=try] Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.gi

[Xen-devel] [linux-linus bisection] complete build-armhf-libvirt

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job build-armhf-libvirt test libvirt-build Tree: gnulib_libvirt git://drall.uk.xensource.com:9419/git://git.sv.gnu.org/gnulib.git%20[fetch=try] Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unsta

Re: [Xen-devel] Significant network performance difference when different NIC MQ handles the packet

2015-01-02 Thread Zoltan Kiss
On 31/12/14 09:06, Zhangleiqiang (Trump) wrote: Hi, all: I have used pkt-gen to send udp packet (1400 bytes) from one Dom0 A to another Dom0 B each of which is connected by 10GE network. On the receive side (B),different "ksoftirqd/x" processes will handle the packet during each test

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

2015-01-02 Thread xen . org
flight 32945 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/32945/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt 5 libvirt-build fail REGR. vs. 32877 build-i386-libvirt

Re: [Xen-devel] [RFC 2/2] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader

2015-01-02 Thread David Matlack
On Mon, Dec 22, 2014 at 4:39 PM, Andy Lutomirski wrote: > The pvclock vdso code was too abstracted to understand easily and > excessively paranoid. Simplify it for a huge speedup. > > This opens the door for additional simplifications, as the vdso no > longer accesses the pvti for any vcpu other

[Xen-devel] Fwd: XenBus_AddWatch

2015-01-02 Thread hanji unit
Hello, I am calling XenBus_AddWatch API from a DomU guest in the win-pvdrivers xenpci driver, and noticed that I am not able to watch xenstore entries that are outside of the DomU's xenstore tree. For example, the following call in XenPci_EvtDeviceD0EntryPostInterruptsEnabled fails with response="E

Re: [Xen-devel] xen/x86: properly retrieve NMI reason

2015-01-02 Thread Jan Beulich
>>> David Vrabel 12/23/14 12:01 PM >>> >On 19/12/14 16:16, Jan Beulich wrote: >> Using the native code here can't work properly, as the hypervisor would >> normally have cleared the two reason bits by the time Dom0 gets to see >> the NMI (if passed to it at all). There's a shared info field for th

Re: [Xen-devel] IO-APIC interrupts getting stuck

2015-01-02 Thread Jan Beulich
>>> Roger Pau Monné 12/22/14 7:44 PM >>> >OK, this was misleading. The ASSERT I've added triggers on Linux also >but it doesn't lead to the irr=1 mask=0 blocked state, so I think >returning from end_level_ioapic_irq_new with irr=1 and mask=0 is a valid >state, is this right? Afaict this is not an

Re: [Xen-devel] [PATCH 0/2] Credit2: introduce per-vcpu hard and soft affinity

2015-01-02 Thread Dario Faggioli
On Sat, 2014-11-29 at 14:33 -1000, Justin T. Weaver wrote: > Hello, > Hi Justin, First of all, this is, overall, a really good submission. The only thing you need to add is a few references. For example, you already sent something in the past (an RFC, IIRC). Mention it in the cover letter (I per

Re: [Xen-devel] [Testday]Xen 4.5 RC4

2015-01-02 Thread Jan Beulich
>>> Boris Ostrovsky 12/26/14 9:12 PM >>> >> On Thu, Dec 25, 2014 at 02:58:06AM +, Hu, Robert wrote: >> Issue 1 -- detach a vt-d assigned device from guest, then reattach it to >> guest, will fail. >> http://lists.xen.org/archives/html/xen-devel/2014-11/msg01342.html > >This is regression intr

Re: [Xen-devel] libxl memory leaks when Xen is compiled with XSM [and 1 more messages]

2015-01-02 Thread Ian Jackson
(Resending my reply to the list too.) Andrew Cooper writes ("libxl memory leaks when Xen is compiled with XSM"): > Coverity has identified a large number of memory leaks in libxl, because > of the use of libxl_domain_info() without an init/dispose for the > libxl_dominfo object. Hrm, how annoying

Re: [Xen-devel] dom0 as pvh boot problem

2015-01-02 Thread Jan Beulich
>>> Elena Ufimtseva 12/22/14 3:45 PM >>> >There is a problem with booting dom0 as pvh (xen-4.5rc3, kernel 3.18.0+). This is all bit confusing: How does the Dom0 type matter when Dom0 doesn't even get started? >After digging a bit into this it seems that the booting gets stuck upon >enabling sec

Re: [Xen-devel] dom0 as pvh boot problem

2015-01-02 Thread Elena Ufimtseva
On Fri, Jan 2, 2015 at 12:04 PM, Jan Beulich wrote: > >>> Elena Ufimtseva 12/22/14 3:45 PM >>> > >There is a problem with booting dom0 as pvh (xen-4.5rc3, kernel 3.18.0+). > > Hi Jan. This is all bit confusing: How does the Dom0 type matter when Dom0 doesn't > even get started? > I guess I use

[Xen-devel] [PATCH xen-4.6] xen: Remove CONFIG_X86_SUPERVISOR_MODE_KERNEL as x86_32 builds are unsupported

2015-01-02 Thread Andrew Cooper
supervisor_mode_kernel was an x86_32-only feature which permitted a PV dom0 to run in ring 0, but at the expense of not being able to start any domUs. As the x86_32 Xen build has been removed from tree, removing the remaining supervisor_mode_kernel code. Signed-off-by: Andrew Cooper CC: Keir Fra

[Xen-devel] [linux-linus bisection] complete build-amd64-libvirt

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job build-amd64-libvirt test libvirt-build Tree: gnulib_libvirt git://drall.uk.xensource.com:9419/git://git.sv.gnu.org/gnulib.git%20[fetch=try] Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.gi

[Xen-devel] [linux-linus test] 32954: regressions - FAIL

2015-01-02 Thread xen . org
flight 32954 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/32954/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-libvirt5 libvirt-build fail REGR. vs. 32879 build-amd64-libvirt

[Xen-devel] [qemu-mainline bisection] complete build-i386-libvirt

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job build-i386-libvirt test libvirt-build Tree: gnulib_libvirt git://drall.uk.xensource.com:9419/git://git.sv.gnu.org/gnulib.git%20[fetch=try] Tree: libvirt git://xenbits.xen.org/libvirt.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git

Re: [Xen-devel] [DEBUGGING Xen 4.4.1/Qxl/Debian unstable] QXL drivers don't want to install

2015-01-02 Thread Goonie Windy
Fabio, actually I would have to compile qemu-dbg during compilation of xen, right? Because I uninstalled it for installing 4.5RC4. regards 2015-01-01 14:49 GMT+01:00 Fabio Fantoni : > > Il 01/01/2015 13:24, Goonie Windy ha scritto: > > Hello Fabio, well same thing happens with remote-viewer, >

[Xen-devel] [linux-3.10 test] 32963: regressions - FAIL

2015-01-02 Thread xen . org
flight 32963 linux-3.10 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/32963/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt 5 libvirt-build fail REGR. vs. 26303 build-amd64-libvirt

[Xen-devel] [linux-next test] 32977: regressions - FAIL

2015-01-02 Thread xen . org
flight 32977 linux-next real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/32977/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-libvirt 5 libvirt-build fail REGR. vs. 32849 build-armhf-libvirt

[Xen-devel] [qemu-mainline bisection] complete test-amd64-i386-xl-qemuu-winxpsp3-vcpus1

2015-01-02 Thread xen . org
branch xen-unstable xen branch xen-unstable job test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 test windows-install Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git Tree:

[Xen-devel] [qemu-mainline test] 32985: regressions - FAIL

2015-01-02 Thread xen . org
flight 32985 qemu-mainline real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/32985/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 32598 test-amd64-i386-qem