search for: xmexample

Displaying 20 results from an estimated 53 matches for "xmexample".

Did you mean: mexample
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
...08 +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, by using the hypervisor dom0_mem= option for instance. + +There is a sample configuration set in xmexample.hvm-stubdom and +xmexample.hvm-dm In your HVM config "hvmconfig", diff -r c9b516a77927 stubdom/stubdom-dm --- a/stubdom/stubdom-dm Mon Aug 04 11:29:45 2008 +0100 +++ b/stubdom/stubdom-dm Mon Aug 04 12:51:31 2008 +0100 @@ -55,7 +55,7 @@ term() { kill %1 ( [ -n "$vncpi...
2012 Mar 02
2
[PATCH v2] tools/examples: Move examples to $(DOC_DIR)/examples
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://lis...
2008 May 08
0
[Patch] Fixed typos about vncunused in xmexamples
Fixed typos in xmexamples. Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 line: # xm create -f xmexample.hvm.cfg -F x...
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 installed in dom0. " Dom0 dmesg shows: " [ 7112.648271] blktap_sysfs_create...
2008 Jul 17
0
[PATCH] stubdom: add example config file
...ff-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(''64'', arch): + arch_libdir = ''lib64'' +else: + arch_libdir = ''lib'' + +kernel = "/usr/" + arch_libdir + "/xen/boot/ioemu-stub...
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 Xen itself support...
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'' #----------------------------------------------------------------------------- -# enable audio support -#...
2006 May 15
0
[PATCH] Document UUID option in example domU configs
...st.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 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 beh...
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: "The device emulation tool for VMX guests. This parameter should not be changed.". As I understand...
2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
...ss from "vif" instead. Also, the vbd doesn''t have to be a file anymore, but can be a physical disk partition. Signed-off-by: Yunfeng Zhao <yunfeng.zhao@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> diff -r 38c7c25b3cb9 -r 6a87d79f9ee0 tools/examples/xmexample.vmx --- a/tools/examples/xmexample.vmx Tue Aug 9 13:53:15 2005 +++ b/tools/examples/xmexample.vmx Tue Aug 9 19:06:44 2005 @@ -132,8 +132,3 @@ #----------------------------------------------------------------------------- # start in full screen #full-screen=1 - -#-------------------------...
2007 Oct 16
18
xen + centos + areca raid issues
I am trying to run a new server with centos + xen using centos xen packages. After installation, we had to install a hardware raid card (areca) on the machine, and thus reload the os. It so happens the drivers shipped aren''t compatible with xen kernel, so i was forced to compile xen from source to compile areca drivers. Now with system running under compiled xen, i cannot boot my old
2010 Jun 21
6
Xen 4.0.1 rc3 pre install problem
...machine whereas the build machine (my laptop) is a Debian/Ubuntu 10.04 64 bit one. After installation, my xend started, bridge-magic happened, `brctl -show` is fine, xm info / xm list is fine, ls /dev/xen is fine (evtchn,gntdev) too. But when I''m trying to run a domU (using a working domU-xmexample-config) it has some problem with tap driver config and complains "ValueError: need more than 1 value to unpack" /var/log/xen/xend.log File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 342, in __init__ self._sxp_to_xapi(sxp_obj) File "/usr...
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 Nov 17
4
''lowest common denominator'' cpuid feature set
I want to be able to test live migration... I have an intel box and an amd box, so live migration between them won''t ''just work''. From what I''ve read though, I should be able to use cpuid to turn off all the cpu features which might be different between them. Is this do-able? I''m willing to accept any resulting loss of performance etc. James
2005 Jun 23
3
reboot after dom0 linux boot up
If I (for example) pass a wrong "root=" option to a dom0-linux kernel, it panics. so far, mkay a linux way. Now, different from other panics, there is a counter (of one second!) and then it reboots. I needed to make it panic three times till I could read the error message. Why has that been done this way? _______________________________________________ Xen-users mailing list
2008 Sep 11
13
PV-GRUB - Does not read partition-less disk
Hi folks PV-GRUB built from Xen 3.3.0 is not able to read from devices without a partition table: | grubdom> root (hd0) | Filesystem type unknown, using whole disk Part of the config: | disk = [ "phy:vg0_sledgehammer/servext_root,xvda,w" ] Device: | # file -s /dev/vg0_sledgehammer/servext_root | /dev/vg0_sledgehammer/servext_root: symbolic link to
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'' # Advanced users only. Don''t touch if you don...
2009 Sep 30
2
XEN 3.4.1|HVM|physical disk access
...as hvm to the physical partition /dev/sdb1. I partioned the disk with cfdisk. Filesystem type is Linux (83). In my eyes the filesystem using hvm is insignificant(?). I tried the following configurations; probably a lot more than this. #disk = [ ''phy:hda1,hda1,r'' ] (comment from xmexample.hvm form /ect/xen) disk = [ ''phy:/dev/sdb1,sda,w'' ] disk = [ ''phy:/dev/sdb1,hda,w'' ] disk = [ ''phy:/dev/sdb1,ioemu:hda,w'' ] disk = [ ''phy:/dev/sdb1,ioemu:sda,w'' ] The installation of windows comes up but the windows kernel do...