[Xen-devel] [qemu-mainline test] 35967: trouble: broken/fail/pass

2015-03-08 Thread xen . org
flight 35967 qemu-mainline real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35967/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemut-winxpsp3-vcpus1 3 host-install(3) broken REGR. vs.

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

2015-03-08 Thread xen . org
flight 35957 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35957/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-rumpuserxen-amd64 11 rumpuserxen-demo-xenstorels/xenstorels fail REGR. vs. 35257

[Xen-devel] [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()

2015-03-08 Thread Yijing Wang
From: Arnd Bergmann a...@arndb.de Use pci_scan_root_bus() instead of deprecated function pci_scan_bus_parented(). Signed-off-by: Arnd Bergmann a...@arndb.de Signed-off-by: Yijing Wang wangyij...@huawei.com CC: Konrad Rzeszutek Wilk konrad.w...@oracle.com CC: xen-de...@lists.xenproject.org

[Xen-devel] [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number

2015-03-08 Thread Yijing Wang
Now we could pass PCI domain combined with bus number in u32 argu. Because in arm/arm64, PCI domain number is assigned by pci_bus_assign_domain_nr(). So we leave pci_scan_root_bus() and pci_create_root_bus() in arm/arm64 unchanged. A new function pci_host_assign_domain_nr() will be introduced for

[Xen-devel] Question, Lock of pending_irq struct in Xen ARM.

2015-03-08 Thread 신정섭
HI. I'm now modifying GIC in Xen 4.5.0. I have some question about lock of pending_irq struct in Xen ARM. pending_irq of SGI and PPI is stored in 'vcpu struct'. (IRQ num 0 ~ 31) pending_irq of SPI is stored in 'domain struct'. (IRQ num 32 ~ ) For accessing pending_irq struct, Xen use

Re: [Xen-devel] [PATCH] VT-d: print_vtd_entries() should cope with superpages

2015-03-08 Thread Tian, Kevin
From: Jan Beulich [mailto:jbeul...@suse.com] Sent: Friday, February 27, 2015 5:52 PM Even if VT-d code alone (i.e. when not sharing tables with EPT) still doesn't support superpages, this function - invoked upon DMA remapping faults - needs to cope with such. While at it also replace a

[Xen-devel] [linux-3.16 test] 35974: regressions - trouble: broken/fail/pass

2015-03-08 Thread xen . org
flight 35974 linux-3.16 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35974/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit2 15 guest-localmigrate/x10fail REGR. vs. 34167 test-amd64-i386-pair

[Xen-devel] [qemu-upstream-4.3-testing test] 35977: tolerable trouble: blocked/broken/fail/pass - PUSHED

2015-03-08 Thread xen . org
flight 35977 qemu-upstream-4.3-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35977/ Failures :-/ but no regressions. Tests which did not succeed, including tests which could not be run: test-amd64-i386-libvirt 1 build-check(1) blocked n/a

[Xen-devel] [PATCH v1 1/1] xen/arm: Remove warning for platforms without platform specific code

2015-03-08 Thread Edgar E. Iglesias
From: Edgar E. Iglesias edgar.igles...@xilinx.com Replace the warning with an info message stating that the platform is generic. Suggested-by: Ian Campbell ian.campb...@citrix.com Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- xen/arch/arm/platform.c | 15 +-- 1 file

Re: [Xen-devel] [PATCH 0/2] libxl: try to support IGD passthrough for qemu upstream

2015-03-08 Thread Chen, Tiejun
On 2015/3/6 20:28, Wei Liu wrote: On Fri, Mar 06, 2015 at 05:08:21PM +0800, Tiejun Chen wrote: When we're working to support IGD GFX passthrough with qemu upstream, instead of -gfx_passthru we'd like to make that a machine option, -machine xxx,igd-passthru=on. This need to bring a change on

[Xen-devel] [PATCH] VHD: Fix locale aware character encoding handling

2015-03-08 Thread Philipp Hahn
ASCII is 7 bit only, which does not work in UTF-8 environments: failed to read parent name Setup locale in vhd-util to parse LC_CTYPE and use the right codeset when doing file name encoding and decoding. Increase allocation for UTF-8 buffer as one UTF-16 character might use twice as much space

[Xen-devel] [ovmf test] 35971: trouble: broken/fail/pass

2015-03-08 Thread xen . org
flight 35971 ovmf real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35971/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-freebsd10-i386 3 host-install(3) broken REGR. vs. 35899

Re: [Xen-devel] [PATCH v5] modify the IO_TLB_SEGSIZE and IO_TLB_DEFAULT_SIZE configurable as flexible requirement about SW-IOMMU.

2015-03-08 Thread Wang, Xiaoming
-Original Message- From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com] Sent: Friday, March 6, 2015 11:20 PM To: Wang, Xiaoming Cc: Jan Beulich; l...@aserp2030.oracle.com; zh...@aserp2030.oracle.com; ch...@chris-wilson.co.uk; david.vra...@citrix.com; lau...@codeaurora.org;

Re: [Xen-devel] VT-d Posted-interrupt (PI) design for XEN

2015-03-08 Thread Wu, Feng
-Original Message- From: Tim Deegan [mailto:t...@xen.org] Sent: Friday, March 06, 2015 5:44 PM To: Wu, Feng Cc: Jan Beulich; Zhang, Yang Z; Tian, Kevin; xen-devel@lists.xen.org Subject: Re: [Xen-devel] VT-d Posted-interrupt (PI) design for XEN At 02:07 + on 06 Mar

[Xen-devel] [libvirt test] 35968: regressions - FAIL

2015-03-08 Thread xen . org
flight 35968 libvirt real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35968/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt 12 guest-start.2 fail REGR. vs. 35524 Tests which did not

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

2015-03-08 Thread xen . org
flight 35964 qemu-upstream-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35964/ 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!]