[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] Several issues with Xen 4.1.1 regarding Windows guests (and more...)



Hello

Im experiencing serveral issues right now, Im not well Xen experienced -
I tried it first in '06 and staid off from it since last week.

a) Im unable to install Windows 7 guests,
I can install them perfectly but on "Setup is preparing your computer
for first use" it simply stalls.
xentop says its in blocking mode, its consuming some cpu but just 1% or
so.

b) I managed to install Windows XP fine, however the performance (I/O in
general) is quite poor compared to VirtualBox.

c) If the XM hypervisor starts it holds several seconds on its
initialization.
(After the last loading module... line from grub)

d) Problem c) occurs again if the Dom0 kernel loads.

Additionally I'll append some outputs of xm dmesg, info and dmesg.
Im running Gentoo (mostly stable stuff / 64bit).

Im gonna give you my configs I used:
----------winxp-testing.hvm--------------
#  -*- mode: python; -*-
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=2048
name="WinXP-testing"
vcpus=2
pae=0
acpi=1
apic=1                          # ignored if vcpus > 1
xen_extended_power_mgmt=0
cpus=""
vif=[ 'ip=10.0.0.1' ]
disk=[  'tap:aio:/warehouse/xen-drives/winxp-testing.img,hda,w',
        'file:/warehouse/images/windows/windows_aio.iso,hdc:cdrom,r' ]
boot="cd"
device_model='/usr/' + arch_libdir + '/xen/bin/qemu-dm'
snapshot=0
sdl=1
opengl=1                        # depends on sdl
vnc=0
monitor=1
stdvga=0
serial='pty'
tsc_mode=0
localtime=1
usb=1
usbdevice='tablet'
keymap='de'
xen_platform_pci=1
pci_power_mgmt=1
on_poweroff='destroy'
on_reboot='restart'
-----------------snip----------------------

-----------------win7-testing.hvm----------
#  -*- mode: python; -*-
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=2048
name="Win7-testing"
vcpus=2
pae=1
acpi=1
apic=1                          # ignored if vcpus > 1
xen_extended_power_mgmt=0
cpus=""
vif=[ 'ip=10.0.0.1' ]
disk=[  'tap:aio:/warehouse/xen-drives/win7-testing.img,hda,w',

'file:/warehouse/images/windows/win7_aio/win7aio.iso,hdc:cdrom,r' ]
boot="dc"
device_model='/usr/' + arch_libdir + '/xen/bin/qemu-dm'
snapshot=0
sdl=1
opengl=1                        # depends on sdl
vnc=0
monitor=1
stdvga=0
serial='pty'
tsc_mode=0
localtime=1
usb=1
usbdevice='tablet'
keymap='de'
xen_platform_pci=1
pci_power_mgmt=1
on_poweroff='destroy'
on_reboot='restart'
on_crash='restart'
--------------------snip-----------------------------------
-- 
Georg Bege <therion@xxxxxxxxxxxx>

Attachment: lscpu.txt
Description: Text document

Attachment: xm-dmesg.txt
Description: Text document

Attachment: xm-info.txt
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.