Re: [Xen-devel] frame buffer shared by domains on arch arm linux

2015-01-25 Thread Mao Mingy
On 23/01/2015 18:56, Ian Campbell wrote: If you are trying to get the guest framebuffer onto a physical graphics device then PVFB is not what you need. Instead you need to do device passthrough of that device to the guest (which means denying it to dom0). Passthrough is still a work in progress

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

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

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

2015-01-25 Thread xen . org
flight 33772 libvirt real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33772/ 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. 33422 Tests which did not succe

[Xen-devel] [RFC V10 4/4] domain snapshot design: libxl

2015-01-25 Thread Chunyan Liu
Changes to V9: * update libxl_disk_snapshot structures as Ian suggests * add more descriptions for libxl_disk_snapshot_delete * add two functions for deleting external disk snapshot: libxl_domain_block_rebase and libxl_domain_block_commit =

[Xen-devel] [RFC V10 3/4] domain snapshot design: xl

2015-01-25 Thread Chunyan Liu
Changes to V9: * add --internal|--external option to snapshot-create. * add @path to snapshot-create * remove --name to snapshot-create * add detailed description for snapshot-create default behaviors and behaviors with options * add description about deleting domain snapshot for a fu

[Xen-devel] [RFC V10 0/4] domain snapshot document

2015-01-25 Thread Chunyan Liu
Changes to V9: - add details and background knowledge in overview (2/4). - update xl snapshot-create syntax and cfg syntax (3/4) - update libxl_disk_snapshot structure, add functions for deleting external disk snapshots, more description about deleting disk snapshot (4/4) V9: http:

[Xen-devel] [RFC V10 1/4] domain snapshot terms

2015-01-25 Thread Chunyan Liu
= Terminology * Active domain: domain created and started (also referred as "live") * Inactive domain: domain created but not started (also referred as "offline") * Domain snapshot: Domain

[Xen-devel] [linux-3.10 bisection] complete test-amd64-i386-xl

2015-01-25 Thread xen . org
branch xen-unstable xen branch xen-unstable job test-amd64-i386-xl test xen-boot Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git Tr

Re: [Xen-devel] [PATCH v6 1/5] x86: allow reading MSR_IA32_TSC with XENPF_resource_op

2015-01-25 Thread Chao Peng
On Fri, Jan 23, 2015 at 02:28:04PM +, Jan Beulich wrote: > >>> On 23.01.15 at 14:40, wrote: > > @@ -133,10 +135,39 @@ static void resource_access(void *info) > > switch ( entry->u.cmd ) > > { > > case XEN_RESOURCE_OP_MSR_READ: > > -ret = rdmsr_safe(entry-

Re: [Xen-devel] [Qemu-devel] [RFC][PATCH 1/1] libxl: add one machine property to support IGD GFX passthrough

2015-01-25 Thread Chen, Tiejun
On 2015/1/23 8:43, Chen, Tiejun wrote: On 2015/1/22 8:51, Chen, Tiejun wrote: On 2015/1/21 21:48, Gerd Hoffmann wrote: On Mi, 2015-01-21 at 11:37 +, Ian Jackson wrote: Tiejun Chen writes ("[RFC][PATCH 1/1] libxl: add one machine property to support IGD GFX passthrough"): When we're workin

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

2015-01-25 Thread xen . org
flight 33764 qemu-mainline real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33764/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf 5 xen-build fail REGR. vs. 33480 test-amd64-i386-rhe

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

2015-01-25 Thread xen . org
flight 33726 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33726/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 7 windows-install fail REGR. vs. 33637 test-amd64-i386-xl-

Re: [Xen-devel] [PATCH RFC 0/5] Split off mini-os to a separate tree

2015-01-25 Thread Wei Liu
Cc Ian and Ian and some folks who might be interested in this work. On Sun, Jan 25, 2015 at 06:13:41PM +, Wei Liu wrote: > There has been increasing use of mini-os in unikernel world and basically > everybody has their own fork of mini-os. That way going foward is going > to cause fragmentatio

[Xen-devel] [PATCH RFC 5/5] Remove in-tree mini-os directory

2015-01-25 Thread Wei Liu
Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson [output trimmed] ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH RFC 0/5] Split off mini-os to a separate tree

2015-01-25 Thread Wei Liu
There has been increasing use of mini-os in unikernel world and basically everybody has their own fork of mini-os. That way going foward is going to cause fragmentation of the community. We would like to split off mini-os tree so that everybody can upstream their changes and work on a common code

[Xen-devel] [PATCH RFC 3/5] git-checkout.sh: use "mkdir -p"

2015-01-25 Thread Wei Liu
Otherwise mkdir extras/mini-os fails because extras doesn't exist. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson --- scripts/git-checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh index 15b3ce9..20ae31f 10

[Xen-devel] [PATCH RFC 1/5] Makefile: refactor build/clean/distclean targets

2015-01-25 Thread Wei Liu
Factor out per-subsystem build/clean/distclean-% targets. Note that build-stubdom depends on build-tools -- AFAICT build-stubdom fails without building tools first. This is in preparation to make *-stubdom depend on a target to fetch mini-os from external tree. Signed-off-by: Wei Liu Cc: Ian Cam

[Xen-devel] [PATCH RFC 2/5] stubdom: don't look for mini-os source file during configure

2015-01-25 Thread Wei Liu
Mini-os source code will be fetched during build. Please rerun autogen.sh after applying this patch. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson --- stubdom/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/stubdom/configure.ac b/stubdom/configure.ac index 6468203..4

[Xen-devel] [PATCH RFC 4/5] Makefile: stubdom targets now depend on mini-os target

2015-01-25 Thread Wei Liu
Provide mini-os url and revision in Config.mk Introduce Makefile.mini-os which contains mini-os specific targets. Target mini-os-dir clones mini-os tree from upstream. Make various stubdom targets depend on mini-os-dir target. Make subtree-force-update{,-all} depend on mini-os-dir-force-update. A

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

2015-01-25 Thread xen . org
flight 33707 linux-next real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33707/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-multivcpu 9 guest-start fail REGR. vs. 33664 test-amd64-i386-xl-cre

[Xen-devel] [linux-3.14 test] 33689: regressions - trouble: broken/fail/pass

2015-01-25 Thread xen . org
flight 33689 linux-3.14 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33689/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemut-winxpsp3-vcpus1 5 xen-boot fail REGR. vs. 33341 test-amd64-i386-xl-qem

[Xen-devel] [PATCH] tools/Makefile: fix qemu-xen-traditional build

2015-01-25 Thread Wei Liu
In d9740237a ("tools: unhook blktap1 from the build and remove all references to it"), one spot was left unchanged, which leads to failure in building qemu-xen-traditional. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --

[Xen-devel] [xen-4.4-testing test] 33694: regressions - FAIL

2015-01-25 Thread xen . org
flight 33694 xen-4.4-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33694/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-win7-amd64 7 windows-install fail REGR. vs. 33668 Regressions which

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

2015-01-25 Thread xen . org
flight 33698 libvirt real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33698/ 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. 33422 Tests which did not succe

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

2015-01-25 Thread xen . org
flight 33697 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/33697/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-win7-amd64 5 xen-boot fail REGR. vs. 33664 Regressions which are