search for: inc_winxp

Displaying 1 result from an estimated 1 matches for "inc_winxp".

2010 Jul 22
1
HVM domain can not boot up with Qcow incremental image
...t 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 = 1024 name = "winXP" vcpus=1 vif = [ 'type=ioemu, bridge=xenbr0' ]#inc_winxp is a Qcow incremental image to a origin Qcow image file(windows xp installed), which can be booted up with out error. disk = [ 'tap:qcow:/home/baozheng/inc_winxp,ioemu:hda,w','file:/home/baozheng/winxp_professional_sp3.iso,hdc:cdrom,r' ]device_model = '/usr/' + arch_libdir +...