[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] BSOD w/ gplpv drivers and Windows 2008 R2 64-bit
I'm using 2008 R2 without any problems. Can you please post your config, especially the vbd config? Its failing to connect to the backend and shouldn't be that hard to replicate. I'm guessing you are using tap:aio or something which I haven't really tested with. This is my config: 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 = 1024 shadow_memory = '8' cpu_weight = 256 name = 'vm135'vif = ['type=ioemu, ip=x.x.x.x, vifname=vifvm135.0, mac=00:16:3e:9c:73:80'] acpi = 1 apic = 1 vnc = 1 vcpus = 2 vncdisplay = 9 vncviewer = 0 vncconsole = 1 serial = 'pty' disk = ['phy:/dev/bigfs/vm135_img,hda,w', ',hdc:cdrom,r'] device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' boot = 'cd' sdl = '0' usbdevice = 'tablet' pae=1 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |