[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] how to fix problems with ioemu, tap, windows and qemu.
Henning Sprang wrote: On 12/11/06, Ryan Worsley <R.C.Worsley@xxxxxxxxxxxx> wrote:[...] Could not initialize device 'tap'RHEL might require some very special tweaks, but I didn't have to touch the tap devices manually as of yet. How does youe vm config file lool like? Henning Hey Henning, It looks like this; 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 = "xp" vif = [ 'type=ioemu, mac=00:16:3e:00:10:01, ip=10.0.0.2' ]disk = [ 'phy:/dev/sys_vg/windows_os,ioemu:hda,w', 'phy:/dev/hda,hdc:cdrom,r' ] device_model = '/usr/lib64/xen/bin/qemu-dm' cdrom='/var/scratch/windows_xp_corp.iso' boot="c" sdl=1 vnc=0 vncviewer=0 ne2000=0As this is for my windows xp guest, however I haven't actually gotten the network working yet! All the best, Ryan. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |