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
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
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
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
=
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
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:
=
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
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
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-
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
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
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-
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
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
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
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
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
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
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
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
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
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 --
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
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
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
25 matches
Mail list logo