Displaying 9 results from an estimated 9 matches for "xmtest".
Did you mean:
qmtest
2005 Dec 08
0
[PATCH 1/4] [XMTEST] Network tests: Network test library/utilities
Some network test utilities for the library:
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
Jim
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Dec 08
0
[PATCH 2/4] [XMTEST] Network tests: 02_network_local_ping_pos
Single domU, ping loopback and the local eth0.
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
Jim
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Jul 02
0
[Xen create] ALERT! /dev/sda1 does not exist
...9;'m working with Xen unstable, installed dom0 over Ubuntu 8.10, no
problem so far apparently, reboot on Xen, then I go to /etc/xen to get some
example config files, modify one to match my configuration, ''xend start'' and
then i try to create the domU with
''xm create xmtest -c'' // xmtest being my config file
I get the following error
Begin: Waiting for root file system... ...
[ 0.495098] blkfront: xvda1: barriers enabled
[ 1.500021] Clocksource tsc unstable (delta = 363108584 ns)
Done.
Gave up waiting for root device. Common problems:
- Boot args (...
2010 Jan 28
15
2.6.31.6 pv_ops can''t boot pv_ops DomU kernel
Hello,
i''ve a xen-4.0.0-rc1 with 2.6.31.6 pv_ops.
Dom0 seams to work fine.
But i can only boot "old" domU kernel.
A pv_ops Kernel hangs after initrd.
Regards,
Stefan Kuhne
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Jan 28
15
2.6.31.6 pv_ops can''t boot pv_ops DomU kernel
Hello,
i''ve a xen-4.0.0-rc1 with 2.6.31.6 pv_ops.
Dom0 seams to work fine.
But i can only boot "old" domU kernel.
A pv_ops Kernel hangs after initrd.
Regards,
Stefan Kuhne
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2004 Oct 12
3
Problem with VBD
Hi!
$ xm create -n -f xmtest
Using config file "xmtest".
(vm
(name testdomain)
(memory 128)
(image
(linux
(kernel /boot/vmlinuz-2.6.8-foo1-XenU)
(ip :1.2.3.4:::tesmo:eth0:dhcp)
(root ''/dev/xda1 ro'')
(args 1)
)
)
(dev...
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...ools/figlet/Makefile
delete mode 100644 xen/tools/figlet/README
delete mode 100644 xen/tools/figlet/figlet.c
rename xen/tools/{figlet => }/xen.flf (100%)
diff --git a/.gitignore b/.gitignore
index c82a372..02f9e27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -291,7 +291,6 @@ tools/xm-test/lib/XmTestLib/config.py
tools/xm-test/lib/XmTestReport/xmtest.py
tools/xm-test/tests/*.test
tools/ocaml-xenstored*
-xen/.banner*
xen/System.map
xen/arch/arm/asm-offsets.s
xen/arch/arm/xen.lds
@@ -314,9 +313,7 @@ xen/include/linux
xen/include/public/public
xen/include/xen/*.new
xen/include/xen/acm_pol...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*