Displaying 6 results from an estimated 6 matches for "examplehvmdomain".
2009 Feb 26
1
Device model failure: no longer running with HVM-Guest
Hi,
I''m using the xen-3.4-unstable version with Debian Lenny.
Next to that I use a HVM Guest.
The error message from the Xend.log is:
2009-02-26 14:44:15 2325] INFO (XendDomain:1180) Domain
ExampleHVMDomain (35) unpaused.
[2009-02-26 14:44:15 2325] INFO (XendDomainInfo:1781) Domain has
shutdown: name=ExampleHVMDomain id=35 reason=poweroff.
[2009-02-26 14:44:15 2325] DEBUG (XendDomainInfo:2570)
XendDomainInfo.destroy: domid=35
[2009-02-26 14:44:15 2325] DEBUG (XendDomainInfo:2086) Destroying
devi...
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
...$domid memory=32 extra=\"$extra\""
#(while true ; do sleep 60 ; done) | /bin/sh -c "$creation" &
xterm -geometry +0+0 -e /bin/sh -c "echo $creation ; $creation ; echo ; echo press ENTER to shut down ; read" &
diff -r c9b516a77927 tools/examples/stubdom-ExampleHVMDomain
--- a/tools/examples/stubdom-ExampleHVMDomain Mon Aug 04 11:29:45 2008 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# Not to be started directly,
-# See xmexample.hvm-stubdom and stubdom/README for more details
-
-kernel = "/usr/lib/xen/boot/ioemu-stubdom.gz"
-
-#...
2008 Jul 17
0
[PATCH] stubdom: add example config file
stubdom: add example config file
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r e69570f85e85 tools/examples/stubdom-ExampleHVMDomain
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/examples/stubdom-ExampleHVMDomain Thu Jul 17 19:31:13 2008 +0100
@@ -0,0 +1,21 @@
+# Not to be started directly,
+# See xmexample.hvm-stubdom and stubdom/README for more details
+
+import os, re
+arch = os.uname()[4]
+if re.search(''6...
2007 Jul 15
3
BSD domU with HVM
Hi all!
I have recently purchased an Athlon X2 3800+ and I should like to
install FreeBSD or OpenBSD in a HVM domU on Xen 3.0.3-1 dom0 (Debian
packages). Is it possible? In such case, can someone recommend me a
guide/howto to accomplish it?
Thanks in advance.
Regards,
Daniel
--
Daniel Bareiro - System Administrator
Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37
Powered by
2009 Jan 29
0
Xen3.4-unstable pass through NIC - problems with creating HVM domainU
...'hvm''
# Initial memory allocation (in megabytes) for the new domain.
memory = 128
disk = [ ''file:/home/srini/image_file_name.img,hda,w'',
''file:/home/srini/os-images/SLES-10-SP1-x86_64-DVD1.iso,hdc:cdrom,r'' ]
vnc=1
Var/log/xen/Qemu-dm-ExampleHVMDomain.log
------------------------------------------------------------
domid: 3
qemu: the number of cpus is 1
Watching /local/domain/0/device-model/3/logdirty/next-active
Watching /local/domain/0/device-model/3/command
xs_read(): vncpasswd get error.
/vm/1a64155d-e8ac-dca9-743c-10e7c802131a/vncpass...
2006 May 15
0
[PATCH] Document UUID option in example domU configs
...bm.com>
diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Mon May 15 06:51:07 2006
+++ b/tools/examples/xmexample.hvm Mon May 15 17:00:51 2006
@@ -29,6 +29,10 @@
# A name for your domain. All domains must have different names.
name = "ExampleHVMDomain"
+
+# 128-bit UUID for the domain. The default behavior is to generate a
new UUID
+# on each call to ''xm create''.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
#-----------------------------------------------------------------------------
# the number of...