Displaying 1 result from an estimated 1 matches for "windowsxp_recov".
Did you mean:
windowsxp_recover
2007 Jun 20
0
domU with no fstate lags in "xm list"
...9;s the config file:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
kernel = "/usr/lib/xen/boot/hvmloader"
builder=''hvm''
memory = 512
name = "WindowsXP_Recover"
usb = 1
usbdevice = "tablet"
vif = [ ''type=ioemu, bridge=xenbr0'' ]
disk = [ ''file:/mnt/isos/special_boot_cds/clonezilla-live-1.0.3-18.iso,hdc:cdrom,r'']
device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm''...