search for: 4fc4

Displaying 17 results from an estimated 17 matches for "4fc4".

Did you mean: 40c4
2006 May 15
0
[PATCH] Document UUID option in example domU configs
...: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 cpus guest platform has, default=1 diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample1 --- a/tools/examples/xmexample1 Mon May 15 06:51:07 2006 +++ b/tools/exampl...
2006 Nov 17
1
debian amd64 etch hvm xp sp2 problem black screen frozen.
...irect: version register read only (XEN) This hvm_vlapic is for P4, no work for De-assert init ==================config file =========== ========= ======== kernel = "hvmloader" builder=''hvm'' memory = 512 shadow_memory = 32 name = "xp" uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8ba" vcpus=1 #pae=0 acpi=1 apic=1 #vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/mapper/VG0-WinXP,ioemu:hda,w''] #, ''file:/root/win.iso,hdc:cdrom,r'' ] #disk = [ ''phy:/dev/mapper/VG0-WinXP,ioemu:hda,w'...
2009 Apr 27
4
Pygrub + ZFS: problem of booting
...quot; I have Nexenta CP2 RC1 (Opensolaris b104) on ZFS file system. I installed this OS in HVM. For PV i used pygrub. My config file: ''ncp2.pygrub'' bootloader = "/usr/bin/pygrub" boot = "c" memory = 512 name = "NexentaPV" uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" vif = [ ''bridge=xenbr0'' ] disk = [ ''file:/mnt/xen-vm-disk/ncp_disk.img,0,w'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vnc=1 vnclisten="127.0.0.1&...
2008 Dec 05
1
Question on using single quote in an include from file
...-b544-048a5278b5d4/b8f9d7e9-835b-4334-b544-048a5278b5d4.rsync comment = done My include from file: + y/ + y/Family/ + y/Family/Temp/ + y/Shares/ + y/z/b8f9d7e9-835b-4334-b544-048a5278b5d4/ + y/Tn/ + y/Tn/Family_tn/ + y/Tn/Family_tn/Tue-Dec--2-10:22:59-2008AlbumArt_{D514CCF8-BBE3-4FC4-B89F-B8B201A09B45}_Large_170X166.jpg *+ y/Family/Temp/CopyChristine\'.mp3* + y/z/b8f9d7e9-835b-4334-b544-048a5278b5d4/b8f9d7e9-835b-4334-b544-048a5278b5d4.meta - *** The rsync command being issued: /usr/bin/rsync -rptv --partial --partial-dir=.partial --timeout=60 --password-file=/tmp/1...
2007 Dec 14
0
CentOS 4.5 installation as domU using xm
...meters for the domain on the xm command line. #============================================================================ kernel = "/root/vmlinuz" ramdisk = "/root/initrd.img" builder=''linux'' memory = 512 name = "CentOS45" uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" vcpus = 1 vif = [ ''mac=00:16:3e:5f:ec:b0, bridge=eth0 , script=vif-bridge , type=netfront, backend=0''] disk = [ ''phy:sda5,hda1,w'',''phy:sda6,hdb1,r'' ] dhcp="dhcp" hostname= "tb1g1" #root = "/dev/hd...
2010 Mar 26
0
Solaris 10 (update8) under Xen (RHEL v5.4)?
...mu and type=netfront... Has anyone a working xen config for Solaris 10 domU? Here is mine: arch_libdir = ''lib64'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 2048 shadow_memory = 8 name = "solaris" uuid = "06ed24fe-1162-4fc4-b5d8-11993ee4c001" vcpus=1 pae=0 acpi=1 apic=1 vif = [ ''bridge=xenbr0, mac=00:16:36:20:8c:72, type=netfront'' ] disk = [ ''phy:/dev/VolGroupOS/solaris,ioemu:hda,w'', ''phy:/dev/VolGroupDATA/solaris,ioemu:hdb,w'', ''file:/home/jsosic/sol-...
2008 Dec 28
1
vncviewer <defunct> under HVM
...in memory, plus a few MB per vcpu. shadow_memory = 8 # A name for your domain. All domains must have different names. name = "vm00" # 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 cpus guest platform has, default=1 #vcpus=1 # enable/disable HVM guest PAE, default=0 (disabled) #pae=0 # enable/disable HVM guest ACPI, default=0 (disabled) #acpi=0 # enable/d...
2007 Feb 14
0
Xend has probably crashed! Invalid or missing HTTP status code.
...g less than 32MBs is not recommended. memory = 512 # A name for your domain. All domains must have different names. name = "domu1" # 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" # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 # Number of Virtual CPUS to use, default is 1...
2007 Feb 19
2
unable to create the Unpriviledge domain
...than 32MBs is not recommended. memory = 256 # A name for your domain. All domains must have different names. name = "ExampleDomain" # 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" # List of which CPUS this domain is allowed to use, default Xen picks cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 # Number of Virtual CPUS to use, default is 1 #v...
2009 Jul 02
0
[Xen create] ALERT! /dev/sda1 does not exist
...ng less than 32MBs is not recommended. memory = 256 # A name for your domain. All domains must have different names. name = "xmtest" # 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" # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 #cpus = "0-3,5,^1" # all vcpus run on cpus 0,2,3,5 #cpus = ["2", "3"]...
2008 Nov 13
1
Error while creating Guest Domain - Please help
...All domains have to have different names, # so we use the vmid to create a name. #name = "VM%d" % vmid name = "xenclient1" # 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" # List of which CPUS this domain is allowed to use, default Xen picks #cpus = ""         # leave to Xen to pick #cpus = "0"        # all vcpus run on CPU0 #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 #cpus = "%s" % vmid # set based on vmid...
2009 Mar 29
5
Problems installing guest domains
...memory = 512 > > # A name for your domain. All domains must have different names. > name = "Test1" > > # 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" > > # List of which CPUS this domain is allowed to use, default Xen picks > #cpus = "" # leave to Xen to pick > #cpus = "0" # all vcpus run on CPU0 > #cpus = "0-3,5,^1" # all vcpus run on cpus 0,2,3,5 > #cpus = ["2",...
2008 Jul 17
0
[PATCH] stubdom: add example config file
...MB per vcpu. +# shadow_memory = 8 + +# 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 cpus guest platform has, default=1 +#vcpus=1 + +# Enable/disable HVM guest PAE, default=1 (enabled) +#pae=1 + +# Enable/disable HVM guest ACPI, default=1 (enabled) +#acpi=1 + +...
2007 Nov 29
6
PCI Passthrough to HVM on xen-unstable
...ry, plus a few MB per vcpu. # shadow_memory = 8 # A name for your domain. All domains must have different names. name = "HvmSles10" # 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 cpus guest platform has, default=1 #vcpus=1 # Enable/disable HVM guest PAE, default=1 (enabled) #pae=1 # Enable/disable HVM guest ACPI, default=1 (enabled) #acpi=1 # Enable/dis...
2007 Apr 28
13
Need help setting up guest''s networking
..., plus a few MB per vcpu. shadow_memory = 8 # A name for your domain. All domains must have different names. name = "win2003server" # 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 cpus guest platform has, default=1 #vcpus=1 # enable/disable HVM guest PAE, default=0 (disabled) #pae=0 # enable/disable HVM guest ACPI, default=0 (disabled) #acpi=0 # enable/d...
2006 Oct 23
14
SDL display of HVMs -- how?
I''m having some trouble working out how to make the SDL interface for HVM domUs appear. The documentation simply says "it will appear" when you start the domU, but doesn''t state what packages or libraries are needed in order for this magic to happen, or explain how to debug it if it doesn''t happen. All that I''m getting at the moment is a domU (running
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU: - disable emulated VGA adpater if there is passthroughed gfx - register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx Signed-off-by: Ben Lin <ben.y.lin@intel.com> Signed-off-by: Weidong Han <weidong.han@intel.com> _______________________________________________ Xen-devel mailing list