WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

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

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Several issues with Xen 4.1.1 regarding Windows guests (and more...)
From: Georg Bege <therion@xxxxxxxxxxxx>
Date: Wed, 14 Sep 2011 00:09:08 +0200
Delivery-date: Tue, 13 Sep 2011 15:12:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: therion@xxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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