Displaying 20 results from an estimated 200 matches similar to: "[PATCH v2] tools/examples: Move examples to $(DOC_DIR)/examples"
2006 May 15
0
[PATCH] Document UUID option in example domU configs
# HG changeset patch
# User user@localhost.localdomain
# Node ID 347948cff0621cd3b085dc02f15fb2c9b55148af
# Parent cb70d4f8d7182b0d1b5bcee7044f59fbe4dc9839
Document the UUID domU configuration parameter in example configurations.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Mon May 15
2005 Jun 30
0
[PATCH] Device model path cleanup
Device model path cleanup. Remove bochsrc which is no longer needed.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- a/tools/examples/xmexample.vmx Thu Jun 30 18:41:11 2005
+++ b/tools/examples/xmexample.vmx Thu Jun 30 18:59:08 2005
@@ -89,10 +89,10 @@
# New stuff
-device_model = ''/usr/bin/qemu-dm''
+device_model = ''/usr/lib/xen/bin/qemu-dm''
2009 Aug 27
8
cannot boot PV guest
This is my install profile F11.install
name="FC11-G1S2"
memory=500
disk = [''phy:/dev/sda3,0,w'' ]
vif = [ ''bridge=eth0'' ]
vfb = [ ''type=vnc,vncunused=1'']
kernel = "/etc/xen/vm/vmlinuz.1"
ramdisk = "/etc/xen/vm/initrd.img.1"
vcpus=1
on_reboot = ''restart''
on_crash = ''restart''
2011 Nov 25
2
[PATCH] docs: xlexample.hvm: mention the viridian setting
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1322233890 0
# Node ID b4c07fbe3557ae501fc2d8a21b41f1b1cd5198cb
# Parent 31e71820ce93b72b0223882f6c2e1f461920bda9
docs: xlexample.hvm: mention the viridian setting.
Turning this on for Windows guests is recommended.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r 31e71820ce93 -r b4c07fbe3557
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
stubdom: rename the ioemu-dm domain config file to domainname-dm,
which is shorter, makes more sense, and sorts better.
diff -r c9b516a77927 stubdom/README
--- a/stubdom/README Mon Aug 04 11:29:45 2008 +0100
+++ b/stubdom/README Mon Aug 04 12:51:31 2008 +0100
@@ -10,6 +10,9 @@ of video memory for the HVM domain, you
of video memory for the HVM domain, you need to avoid the need for ballooning,
2010 Jul 15
0
Bug#588888: create fails
Package: xen-utils-common
Version: 4.0.0-1
Severity: normal
I am also struggling with this. I got farther by creating a .sxp file
(xmexample.hvm.cfg is from /usr/share/doc/xen-utils-common/examples):
# xm create -n -f xmexample.hvm.cfg | tail -n +2 > xmexample.hvm.sxp
(why xm create -n mixes diagnostics with the output of -n on stdout, I
do not know) and then specifying it on the command
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
2008 Jan 24
2
boot problems with 2.6.23.x on 64-bit dom0
Hello,
I''m trying to boot kernels from the 2.6.23.x line as paravirt domUs,
64-bit xen-3.1.0 and xen-3.1.2 are used on the test boxes. xm create
starts up the domU without any problems according to the logs, however,
the started domU does not output anything apart from a single tab (if I
start it with -c option ), and eats up 100% CPU. Config file of the domU
is as follows:
----
2013 Dec 01
1
Bug#731038: xen-utils-4.3: cannot create hwm
Package: xen-utils-4.3
Version: 4.3.0-3
Severity: normal
II'm install xen-4.3 from official repository. When i try create virtulal
machine got error:
xl -vvvv create /etc/xen/xlexample.hvm
Parsing config from /etc/xen/xlexample.hvm
libxl: debug: libxl_create.c:1230:do_domain_create: ao 0x19811c0: create:
how=(nil) callback=(nil) poller=0x1981220
libxl: verbose:
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
[HVM] enable sound card support for qemu
Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
diff -r 2abb1c801ab7 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Wed Jul 19 16:09:59 2006 +0800
+++ b/tools/examples/xmexample.hvm Thu Jul 20 21:19:07 2006 +0800
@@ -153,8 +153,8 @@ serial=''pty''
2010 Feb 11
6
tapdisk2 segfaults with xen-unstable+linux-2.6-pvops
Hi,
I''m trying to run guest pv vm on my machine running xen-unstable
(xen-4.0.0-rc3.pre + linux-2.6-pvops). However, I get blktap error:
"
sudo xm create -c xmexample
Using config file "./xmexample".
Error: Failed to create device.
stdout: unrecognized child response
stderr:
Check that target "/home/ashish/xen/hd.img" exists and that blktap2
driver
2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
Fix config file parsing for VMX domains.
If we define "vif" in the config file, image.py will raise error "vmx:
missing vbd configuration". The reason is "vif" is dealt with as a "vbd"
device.
This patch fixes this issue by dealing with "vbd" and "vif " separately,
removing "macaddr" arg and parsing mac address from
2006 Feb 26
1
qemu on Vt-x
Hello,
I don''t have a Vt-x machine on which I can test and see; I have
a question regarding running qemu on Vt-x xen machines.
xen-unstable has a config file example: dist/install/etc/xen/xmexample.hvm
In this file we have the follwoing line:
device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm''
The use manual says about the device_model:
2006 Oct 19
0
VMX status report 11822:20522afb2615
Issues:
1). Can''t create VMX domain in all platforms unless remove cdrom
from disk config .
Can not create VMX domain against CS 11822, if "xm create" I got
following messages:
[root@]# xm create xmexample.hvm
Using config file "xmexample.hvm".
Error: Invalid argument.
Usage: xm create <ConfigFile> [options] [vars]
Create a domain based on <ConfigFile>.
2006 Feb 23
0
xmexample.vmx and vmxloader
Hi all,
I wonder where I can find that file mentioned in xmexample.vmx:
kernel = "/usr/lib/xen/boot/vmxloader"
I currently use debian from
http://packages.debianbase.de/sarge/i386/xen3/, but this file is not
included.
Any hints?
- Dietmar
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Feb 29
4
Problems with hyperthreading in Windows HVM
Hi,
I have been trying to get Hyperthreading to work in a Windows HVM on
Xen 4.1.2 as described in ''xmexample.hvm''. I think I have set it up
correctly, but I can''t seem to get it to work. There is not much
documentation on it and most topics are from years ago. I''m curious to
know to whether this functionality is still supposed to work.
I''m aware that
2013 Oct 21
1
passthrough failure on Radeon HD 6450.
Hi,
I am passing through ATI adapter on DQ45CB, but failed. Can someone help provide some clue? I can make sure VT-D enabled?
Main board : DQ45CB.
Display adapter : [Radeon HD 6450] issue,
dom0 linux : linux 3.1.2
xen : xen 4.3.0. with patches in http://www.davidgis.fr/blog/index.php?2013/07/13/954-xen-430-stable-vga-passthrourh-for-ati
dom U :
2013 Dec 15
0
Bug#731038: xen-utils-4.3: cannot create hwm
You should post your xlexample.hvm file. Nonetheless, I have something
like this in my file.
device_model_version="qemu-xen"
device_model_override="/usr/bin/qemu-system-x86_64"
builder='hvm'
Please reply if this does or does not work for you.
I think that Debian's xen hvm support is either broken or very poorly
documented.
Marc
2008 Nov 13
1
Error while creating Guest Domain - Please help
Hi
Below is what i get while creating a guest domain, please someone help me.
[root@xenserver xen]# uname -a
Linux xenserver 2.6.21-2950.fc8xen #1 SMP Tue Oct 23 12:24:34 EDT 2007 i686 i686 i386 GNU/Linux
[root@xenserver xen]#
[root@xenserver xen]# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 930 2
2006 Sep 13
1
/usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect''
Hi.
I can''t use the vnc option (VNC=1 in my xmexample.hvm file), when I use
RedHat or Fedora on 64 bits. The qemu log, say /usr/lib64/xen/bin/qemu-dm:
invalid option -- ''-vncconnect''
But when I use RedHat or Fedora 32 bits, works fine.
There is a problem or incompatibility in the 64 bits Xen kernel and the VNC
option ?
Best regards
Luis